From c9dae43d21ebf7ed8cef3abc5f04c444e06dd3e8 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Thu, 3 Nov 2016 15:25:10 +0100 Subject: Add slack config --- emacs/.emacs.d/init.org | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'emacs/.emacs.d/init.org') 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. -- cgit v1.2.3-54-g00ecf