Automatically reconnect to Slack
This commit is contained in:
parent
a65d332001
commit
3224f0021e
1 changed files with 3 additions and 0 deletions
|
@ -409,6 +409,9 @@ MODE1 is enabled and vice-versa."
|
|||
(setq read-mail-command 'gnus)
|
||||
(define-key special-mode-map "z" #'kill-this-buffer))
|
||||
|
||||
(stante-after slack
|
||||
(setq slack-ws-reconnect-auto t))
|
||||
|
||||
(with-eval-after-load 'slime
|
||||
(setq slime-lisp-implementations
|
||||
'((sbcl ("sbcl" "--noinform") :coding-system utf-8-unix)
|
||||
|
|
Loading…
Reference in a new issue