summaryrefslogtreecommitdiff
path: root/init.org
diff options
context:
space:
mode:
Diffstat (limited to 'init.org')
-rw-r--r--init.org24
1 files changed, 24 insertions, 0 deletions
diff --git a/init.org b/init.org
index 01a81aa..9e528ef 100644
--- a/init.org
+++ b/init.org
@@ -1509,6 +1509,29 @@ 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:
@@ -1813,6 +1836,7 @@ Having defined named code blocks in the sections above we can finally put them a
<<lilypond>>
)
<<modeline>>
+<<work>>
<<old-init>>
(global-set-key (kbd "C-x RET 1") (lambda () (interactive) (insert "¯\\_(ツ)_/¯")))