Rename popup parameter escape-quit => quit
This commit is contained in:
parent
3cbddbfd88
commit
08b479b06f
8 changed files with 22 additions and 22 deletions
|
@ -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."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue