Show slack buffers in current window

This commit is contained in:
Tom Willemse 2016-06-10 14:44:39 +02:00
parent 8385c94fe8
commit 5e1db34151

View file

@ -471,7 +471,8 @@ MODE1 is enabled and vice-versa."
:commands (slack-start) :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)
(setq slack-buffer-function 'switch-to-buffer))
;;;; Hooks ;;;; Hooks