General formatting & minor refactors

This commit is contained in:
Henrik Lissner 2018-09-02 17:18:31 +02:00
parent daef19ba64
commit 3a23ff56cd
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
7 changed files with 22 additions and 22 deletions

View file

@ -297,7 +297,9 @@ savehist file."
(def-package! ws-butler
:after-call (after-find-file)
:config
(nconc ws-butler-global-exempt-modes '(special-mode comint-mode term-mode eshell-mode))
(setq ws-butler-global-exempt-modes
(append ws-butler-global-exempt-modes
'(special-mode comint-mode term-mode eshell-mode)))
(ws-butler-global-mode))
(provide 'core-editor)