Popwin/boring buffers moved to core-ui/core-vars

This commit is contained in:
Henrik Lissner 2015-10-13 00:46:03 -04:00
parent 7935c716fb
commit 8e651cd1ae
4 changed files with 0 additions and 9 deletions

View file

@ -10,8 +10,6 @@
flycheck-check-syntax-automatically '(save mode-enabled idle-change)
flycheck-disabled-checkers '(emacs-lisp-checkdoc make))
:config
(add-unreal-buffer! "^\\*Flycheck.*\\*$")
(bind! :map flycheck-error-list-mode-map
:n [escape] 'kill-this-buffer
:n "q" 'kill-this-buffer)