Start help-with-tutorial in emacs state
This commit is contained in:
parent
fb8b7c38d2
commit
4c65ce4c71
1 changed files with 3 additions and 0 deletions
|
@ -44,6 +44,9 @@ line with a linewise comment.")
|
|||
|
||||
(put 'evil-define-key* 'lisp-indent-function 'defun)
|
||||
|
||||
;; Start help-with-tutorial in emacs state
|
||||
(advice-add #'help-with-tutorial :after (lambda (&rest _) (evil-emacs-state +1)))
|
||||
|
||||
;; Done in a hook to ensure the popup rules load as late as possible
|
||||
(defun +evil|init-popup-rules ()
|
||||
(set-popup-rules!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue