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:
parent
2260dde68d
commit
4f4fa43dbd
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||||
|
|
Loading…
Reference in a new issue