Specify emacs-slack’s entrypoint slack-start

Since currently I’m using a manually checked-out version of slack for
which no autoloads are found, I must manually specify the entry points.
This implies the defer option.
This commit is contained in:
Tom Willemse 2016-05-17 11:22:40 +02:00
parent 2260dde68d
commit 4f4fa43dbd

View file

@ -465,7 +465,7 @@ MODE1 is enabled and vice-versa."
(use-package slack (use-package slack
:ensure t :ensure t
:defer t :commands (slack-start)
:load-path "vendor-lisp/emacs-slack" :load-path "vendor-lisp/emacs-slack"
:config :config
(setq slack-ws-reconnect-auto t)) (setq slack-ws-reconnect-auto t))