mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-12 15:36:53 -05:00
Rename popup parameter escape-quit => quit
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
:config
|
||||
(set! :popup "^\\*Ilist"
|
||||
'((side . right) (size . 35))
|
||||
'((escape-quit . current) (select) (transient . 0)))
|
||||
'((quit . current) (select) (transient . 0)))
|
||||
|
||||
(defun +imenu|cleanup-on-popup-close ()
|
||||
"Clean up after `imenu-list-minor-mode' when killing the list window."
|
||||
|
Reference in New Issue
Block a user