Popwin/boring buffers moved to core-ui/core-vars
This commit is contained in:
parent
7935c716fb
commit
8e651cd1ae
4 changed files with 0 additions and 9 deletions
|
@ -10,8 +10,6 @@
|
||||||
flycheck-check-syntax-automatically '(save mode-enabled idle-change)
|
flycheck-check-syntax-automatically '(save mode-enabled idle-change)
|
||||||
flycheck-disabled-checkers '(emacs-lisp-checkdoc make))
|
flycheck-disabled-checkers '(emacs-lisp-checkdoc make))
|
||||||
:config
|
:config
|
||||||
(add-unreal-buffer! "^\\*Flycheck.*\\*$")
|
|
||||||
|
|
||||||
(bind! :map flycheck-error-list-mode-map
|
(bind! :map flycheck-error-list-mode-map
|
||||||
:n [escape] 'kill-this-buffer
|
:n [escape] 'kill-this-buffer
|
||||||
:n "q" 'kill-this-buffer)
|
:n "q" 'kill-this-buffer)
|
||||||
|
|
|
@ -22,10 +22,7 @@
|
||||||
:config
|
:config
|
||||||
(evil-set-initial-state 'helm-mode 'emacs)
|
(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
|
(after! winner
|
||||||
;; Tell winner-mode to ignore helm buffers
|
|
||||||
(dolist (bufname '("*helm recentf*"
|
(dolist (bufname '("*helm recentf*"
|
||||||
"*helm projectile*"
|
"*helm projectile*"
|
||||||
"*helm imenu*"
|
"*helm imenu*"
|
||||||
|
|
|
@ -9,8 +9,6 @@
|
||||||
quickrun-replace-region
|
quickrun-replace-region
|
||||||
helm-quickrun)
|
helm-quickrun)
|
||||||
:config
|
:config
|
||||||
(add-popwin-rule! "*quickrun*" :position bottom :height 15)
|
|
||||||
(add-unreal-buffer! "\\`\\*quickrun\\*\\'")
|
|
||||||
(add-to-list 'quickrun-file-alist '("\\.gvy$" . "groovy")))
|
(add-to-list 'quickrun-file-alist '("\\.gvy$" . "groovy")))
|
||||||
|
|
||||||
(provide 'core-quickrun)
|
(provide 'core-quickrun)
|
||||||
|
|
|
@ -5,8 +5,6 @@
|
||||||
:defer t
|
:defer t
|
||||||
:init
|
:init
|
||||||
(evil-set-initial-state 'eshell-mode 'normal)
|
(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"))
|
(setq eshell-directory-name (! (concat narf-temp-dir "eshell"))
|
||||||
eshell-scroll-to-bottom-on-input 'all
|
eshell-scroll-to-bottom-on-input 'all
|
||||||
eshell-buffer-shorthand t
|
eshell-buffer-shorthand t
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue