mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Don't auto-close brain popup with ESC
This commit is contained in:
@ -11,7 +11,7 @@
|
||||
|
||||
:config
|
||||
(set-evil-initial-state! 'org-brain-visualize-mode 'emacs)
|
||||
(set-popup-rule! "^\\*org-brain" :side 'right :size 1.00 :select t :ttl nil)
|
||||
(set-popup-rule! "^\\*org-brain" :side 'right :size 1.00 :select t :quit nil :ttl nil)
|
||||
|
||||
(cl-pushnew '("b" "Brain" plain (function org-brain-goto-end)
|
||||
"* %i%?" :empty-lines 1)
|
||||
|
Reference in New Issue
Block a user