Add slack to #emacs
This commit is contained in:
@ -399,6 +399,15 @@ There's gotta be a way to get the token out of password-store for this.
|
|||||||
:desc "Update Mastodon timeline" "u" #'mastodon-tl--update
|
:desc "Update Mastodon timeline" "u" #'mastodon-tl--update
|
||||||
:desc "Toot to Mastodon" "t" #'mastodon-toot))
|
:desc "Toot to Mastodon" "t" #'mastodon-toot))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
* Slack
|
||||||
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
(slack-register-team
|
||||||
|
:name "15five"
|
||||||
|
:token (auth-source-pick-first-password
|
||||||
|
:host "15five.slack.com"
|
||||||
|
:user "colin.powell@15five.com")
|
||||||
|
:subscribed-channels '((squad-admin water-cooler)))
|
||||||
|
#+END_SRC
|
||||||
* Beancount
|
* Beancount
|
||||||
Use Emacs and plain text files for your accounting!
|
Use Emacs and plain text files for your accounting!
|
||||||
|
|
||||||
|
|||||||
@ -37,6 +37,9 @@
|
|||||||
;; weather?
|
;; weather?
|
||||||
(package! wttrin)
|
(package! wttrin)
|
||||||
|
|
||||||
|
;; slack ... okay one more time
|
||||||
|
(package! slack)
|
||||||
|
|
||||||
;; org stuffs
|
;; org stuffs
|
||||||
(package! ob-http)
|
(package! ob-http)
|
||||||
(package! org-web-tools)
|
(package! org-web-tools)
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user