aboutsummaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/init.org
diff options
context:
space:
mode:
authorGravatar Tom Willemse2016-11-03 15:25:10 +0100
committerGravatar Tom Willemse2016-11-03 15:25:10 +0100
commitc9dae43d21ebf7ed8cef3abc5f04c444e06dd3e8 (patch)
tree8516103b592b0c1fb7c149cb50c4f062b912678a /emacs/.emacs.d/init.org
parenta0edeb74f17267c8c667c9127c8ee2d045ed8de6 (diff)
downloadnew-dotfiles-c9dae43d21ebf7ed8cef3abc5f04c444e06dd3e8.tar.gz
new-dotfiles-c9dae43d21ebf7ed8cef3abc5f04c444e06dd3e8.zip
Add slack config
Diffstat (limited to 'emacs/.emacs.d/init.org')
-rw-r--r--emacs/.emacs.d/init.org6
1 files changed, 6 insertions, 0 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org
index 32caaf7..f222718 100644
--- a/emacs/.emacs.d/init.org
+++ b/emacs/.emacs.d/init.org
@@ -953,6 +953,12 @@ To start off, first I need to enable lexical binding.
(with-eval-after-load 'eshell (load "oni-eshell-init"))
#+END_SRC
+ - [[file:init/oni-slack-init.org][Slack]] :: A slack client for Emacs.
+
+ #+BEGIN_SRC emacs-lisp
+ (with-eval-after-load 'slack (load "oni-slack-init"))
+ #+END_SRC
+
** Linewise user-interface
This is the library used by Circe and Slack to display messages.