Add more names to winner-boring-buffers

This commit is contained in:
Henrik Lissner 2019-10-10 16:07:00 -04:00
parent 33bc15788c
commit 0fe576d104
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -415,8 +415,12 @@ treat Emacs as a non-application window."
(use-package! winner
;; undo/redo changes to Emacs' window layout
:after-call after-find-file doom-switch-window-hook
:preface (defvar winner-dont-bind-my-keys t)
:config (winner-mode +1)) ; I'll bind keys myself
:preface (defvar winner-dont-bind-my-keys t) ; I'll bind keys myself
:config (winner-mode +1)
(appendq! winner-boring-buffers
'("*Compile-Log*" "*inferior-lisp*" "*Fuzzy Completions*"
"*Apropos*" "*Help*" "*cvs*" "*Buffer List*" "*Ibuffer*"
"*esh command on file*")))
(use-package! paren