Rename popup parameter escape-quit => quit

This commit is contained in:
Henrik Lissner 2018-01-06 02:42:53 -05:00
parent 3cbddbfd88
commit 08b479b06f
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
8 changed files with 22 additions and 22 deletions

View file

@ -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."