Package-menu: Use quit-window instead of macro recording

I haven't found a use case for recording macros while in a
package-menu but I surmise that's a rare-er case than trying to quit
out of it.
This commit is contained in:
James Nguyen 2018-01-27 11:46:40 -08:00
parent 20d89df1e7
commit c68d1a9027
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@
;; execute
"x" 'package-menu-execute
;; "q" 'quit-window ; macros can make sense here.
"q" 'quit-window ;; FIXME: Can macros make sense here?
"ZQ" 'evil-quit
"ZZ" 'quit-window))