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)

View file

@ -22,10 +22,7 @@
:config
(evil-set-initial-state 'helm-mode 'emacs)
(add-popwin-rule! "^\\*[Hh]elm.*?\\*\\'" :regexp t :position bottom :height 15)
(add-unreal-buffer! "^\\*[Hh]elm.*\\*$")
(after! winner
;; Tell winner-mode to ignore helm buffers
(dolist (bufname '("*helm recentf*"
"*helm projectile*"
"*helm imenu*"

View file

@ -9,8 +9,6 @@
quickrun-replace-region
helm-quickrun)
:config
(add-popwin-rule! "*quickrun*" :position bottom :height 15)
(add-unreal-buffer! "\\`\\*quickrun\\*\\'")
(add-to-list 'quickrun-file-alist '("\\.gvy$" . "groovy")))
(provide 'core-quickrun)

View file

@ -5,8 +5,6 @@
:defer t
:init
(evil-set-initial-state 'eshell-mode 'normal)
(add-popwin-rule! "*eshell*" :position left :width 80 :stick t :dedicated t)
(setq eshell-directory-name (! (concat narf-temp-dir "eshell"))
eshell-scroll-to-bottom-on-input 'all
eshell-buffer-shorthand t