summaryrefslogtreecommitdiffhomepage
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el6
1 files changed, 5 insertions, 1 deletions
diff --git a/init.el b/init.el
index b465bfb..d3e40c9 100644
--- a/init.el
+++ b/init.el
@@ -2516,9 +2516,13 @@
(circe-lagmon-mode))
;;;; slack
+(eval-and-compile
+ (defvar jao-slack-dir (expand-file-name "emacs-slack" jao-local-lisp-dir)))
+
(use-package slack
- :ensure t
:commands (slack-start)
+ :vc t
+ :load-path jao-slack-dir
:init
(setq slack-alert-icon (jao-data-file "slack.svg")
slack-buffer-emojify nil