Use q to exit macrostep

If `macrostep-mode` is entered separate of micro-state, there is no
normal mode mapping that will exit it.
This commit is contained in:
ralesi 2015-11-01 13:48:57 -07:00 committed by syl20bnr
parent 1a7bc42089
commit e29125e4a6

View file

@ -103,6 +103,7 @@
:mode ("\\*.el\\'" . emacs-lisp-mode)
:init
(progn
(evil-define-key 'normal macrostep-keymap "q" 'macrostep-collapse-all)
(spacemacs|define-micro-state macrostep
:doc "[e] expand [c] collapse [n/N] next/previous [q] quit"
:disable-evil-leader t