diff options
| author | 2016-05-17 11:22:40 +0200 | |
|---|---|---|
| committer | 2016-05-17 11:22:40 +0200 | |
| commit | 4f4fa43dbd3e602821652b1dd25a661116a3da2e (patch) | |
| tree | 2437bc5c3f39863c827778e842548f4ed03b583e | |
| parent | 2260dde68d72536fd3502bcc20a55c1ea34dce89 (diff) | |
| download | dotfiles-4f4fa43dbd3e602821652b1dd25a661116a3da2e.tar.gz dotfiles-4f4fa43dbd3e602821652b1dd25a661116a3da2e.zip | |
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.
| -rw-r--r-- | emacs/.emacs.d/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el index 2fb0d2b..6ad6d87 100644 --- a/emacs/.emacs.d/init.el +++ b/emacs/.emacs.d/init.el @@ -465,7 +465,7 @@ MODE1 is enabled and vice-versa." (use-package slack :ensure t - :defer t + :commands (slack-start) :load-path "vendor-lisp/emacs-slack" :config (setq slack-ws-reconnect-auto t)) |
