Update popup defs + flycheck error list mappings
This commit is contained in:
parent
f51cf83718
commit
6abef3c705
1 changed files with 7 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
||||||
(setq shackle-rules
|
(setq shackle-rules
|
||||||
'(;; Plugins
|
'(;; Plugins
|
||||||
("\\` ?\\*[hH]elm.*?\\*\\'" :regexp t :align below :size 20 :select t)
|
("\\` ?\\*[hH]elm.*?\\*\\'" :regexp t :align below :size 20 :select t)
|
||||||
("*Flycheck errors*" :align below :size 15 :select t)
|
("*Flycheck errors*" :align below :size 15 :noselect t)
|
||||||
(" *NeoTree*" :align left :select t)
|
(" *NeoTree*" :align left :select t)
|
||||||
("*evil-registers*" :align below :size 0.3)
|
("*evil-registers*" :align below :size 0.3)
|
||||||
("*quickrun*" :align below :size 15 :noselect t)
|
("*quickrun*" :align below :size 15 :noselect t)
|
||||||
|
@ -34,7 +34,7 @@
|
||||||
("^\\*.+-Profiler-Report .+\\*$" :regexp t :align below :size 0.3)
|
("^\\*.+-Profiler-Report .+\\*$" :regexp t :align below :size 0.3)
|
||||||
("*Backtrace*" :align below :size 0.25 :noselect t)
|
("*Backtrace*" :align below :size 0.25 :noselect t)
|
||||||
("*scratch*" :align below :size 0.3 :select t)
|
("*scratch*" :align below :size 0.3 :select t)
|
||||||
("*Help*" :align below :size 15)
|
("*Help*" :align below :size 15 :select t)
|
||||||
("*Messages*" :align below :size 20 :select t)
|
("*Messages*" :align below :size 20 :select t)
|
||||||
(debugger-mode :align below :size 0.25 :noselect t)
|
(debugger-mode :align below :size 0.25 :noselect t)
|
||||||
(compilation-mode :noselect t)
|
(compilation-mode :noselect t)
|
||||||
|
@ -144,6 +144,11 @@
|
||||||
(pop-to-buffer buf t t)))
|
(pop-to-buffer buf t t)))
|
||||||
args)))
|
args)))
|
||||||
|
|
||||||
|
(after! flycheck
|
||||||
|
(map! :map flycheck-error-list-mode-map
|
||||||
|
:n "q" 'narf/popup-close
|
||||||
|
:n [escape] 'narf/popup-close))
|
||||||
|
|
||||||
|
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue