ENH remove slack
This commit is contained in:
parent
ee32fce3ea
commit
0d9fa9b9b4
33
etc/conf.org
33
etc/conf.org
|
@ -53,7 +53,6 @@ This is my personal emacs config. It is quite massive. Please use the table of c
|
||||||
- [[#shell][shell]]
|
- [[#shell][shell]]
|
||||||
- [[#ediff][ediff]]
|
- [[#ediff][ediff]]
|
||||||
- [[#mulitmedia-controls][mulitmedia controls]]
|
- [[#mulitmedia-controls][mulitmedia controls]]
|
||||||
- [[#slack][slack]]
|
|
||||||
- [[#keybindings][keybindings]]
|
- [[#keybindings][keybindings]]
|
||||||
- [[#setup][setup]]
|
- [[#setup][setup]]
|
||||||
- [[#whichkey][whichkey]]
|
- [[#whichkey][whichkey]]
|
||||||
|
@ -3789,38 +3788,6 @@ This controls the music player daemon (MPD) which in my case is modidy with seve
|
||||||
(setq mingus-mpd-host "localhost"
|
(setq mingus-mpd-host "localhost"
|
||||||
mingus-mpd-port 6600))
|
mingus-mpd-port 6600))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
** slack
|
|
||||||
:PROPERTIES:
|
|
||||||
:CREATED: [2020-09-03 Thu 11:36]
|
|
||||||
:ID: 87bba6c7-1158-4551-8acc-73850826e6be
|
|
||||||
:END:
|
|
||||||
#+begin_src emacs-lisp
|
|
||||||
(use-package slack
|
|
||||||
:straight t
|
|
||||||
:init (setq slack-prefer-current-team t)
|
|
||||||
:commands (slack-start)
|
|
||||||
:config
|
|
||||||
(slack-register-team
|
|
||||||
:name "CMaT"
|
|
||||||
:token (auth-source-pick-first-password
|
|
||||||
:host "cmat"
|
|
||||||
:user "cmat"))
|
|
||||||
(slack-register-team
|
|
||||||
:name "LEADERS"
|
|
||||||
:token (auth-source-pick-first-password
|
|
||||||
:host "leaders"
|
|
||||||
:user "leaders"))
|
|
||||||
(slack-register-team
|
|
||||||
:name "Roylab"
|
|
||||||
:token (auth-source-pick-first-password
|
|
||||||
:host "roylab"
|
|
||||||
:user "roylab"))
|
|
||||||
(slack-register-team
|
|
||||||
:name "Fathom"
|
|
||||||
:token (auth-source-pick-first-password
|
|
||||||
:host "fathom"
|
|
||||||
:user "fathom")))
|
|
||||||
#+end_src
|
|
||||||
* keybindings
|
* keybindings
|
||||||
For the sake of my sanity, all bindings go here. Note this means I don't use =:bind= in use-package forms.
|
For the sake of my sanity, all bindings go here. Note this means I don't use =:bind= in use-package forms.
|
||||||
** setup
|
** setup
|
||||||
|
|
Loading…
Reference in New Issue