Show slack buffers in current window
This commit is contained in:
parent
8385c94fe8
commit
5e1db34151
1 changed files with 2 additions and 1 deletions
|
@ -471,7 +471,8 @@ MODE1 is enabled and vice-versa."
|
|||
:commands (slack-start)
|
||||
:load-path "vendor-lisp/emacs-slack"
|
||||
:config
|
||||
(setq slack-ws-reconnect-auto t))
|
||||
(setq slack-ws-reconnect-auto t)
|
||||
(setq slack-buffer-function 'switch-to-buffer))
|
||||
|
||||
;;;; Hooks
|
||||
|
||||
|
|
Loading…
Reference in a new issue