Automatically reconnect to Slack

This commit is contained in:
Tom Willemse 2016-04-13 12:38:26 +02:00
parent a65d332001
commit 3224f0021e

View file

@ -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)