aboutsummaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/init.org
diff options
context:
space:
mode:
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.