mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Update popup defs + flycheck error list mappings
This commit is contained in:
@ -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))
|
||||||
|
|
||||||
|
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user