diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-03-14 13:56:38 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-03-14 13:56:38 +0100 |
commit | 51aae3898fe85bed13c4d5cae96be2bd3499ffde (patch) | |
tree | 7929c3fc7d883e5b12b6186e4f925c88bdb4bff7 | |
parent | 1c275a2cf87f2708418b1110c83139112386b399 (diff) |
Remove Slack support.
Good riddance.
-rw-r--r-- | init.org | 24 |
1 files changed, 0 insertions, 24 deletions
@@ -1270,30 +1270,6 @@ Load all of this email configuration code only when I start =mu4e=. ) #+END_SRC -* Work -:PROPERTIES: -:header-args: :noweb-ref work -:END: - -At work I need to use both Trello and Slack. I don’t like to use their proprietary JavaScript applications, so I use Emacs clients instead. - -#+BEGIN_SRC elisp -(require 'slack) -(setq slack-buffer-emojify t) -(setq slack-prefer-current-team t) -(slack-register-team - :name "emacs-slack" - :default t - :client-id "4904408490.301670834180" - :client-secret "ad378f271c6534cc1e8474e7fa5d0e23" - :token -"xoxp-4904408490-5010866676-355272950374-b9e4506c5894a17e87a9515555bab261" ;"xoxp-4904408490-5010866676-301686920628-9a9a0d359a69c649987e81c570abeb00" - :subscribed-channels '(general pigx_talk sysadmin h89 galaxy-admins) - :full-and-display-names t) -#+END_SRC - - - * TODO More stuff :PROPERTIES: :header-args: :noweb-ref initial-after-packages |