From 0d9fa9b9b49a8a671cb6f3bea5f39e3550d2e2f6 Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Fri, 20 Nov 2020 15:07:41 -0500 Subject: [PATCH] ENH remove slack --- etc/conf.org | 33 --------------------------------- 1 file changed, 33 deletions(-) diff --git a/etc/conf.org b/etc/conf.org index 6b00c6b..7cdfea5 100644 --- a/etc/conf.org +++ b/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]] - [[#ediff][ediff]] - [[#mulitmedia-controls][mulitmedia controls]] - - [[#slack][slack]] - [[#keybindings][keybindings]] - [[#setup][setup]] - [[#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" mingus-mpd-port 6600)) #+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 For the sake of my sanity, all bindings go here. Note this means I don't use =:bind= in use-package forms. ** setup