I need to push easy-hugo-mode to evil-emacs-state-modes to get easy-hugo keybindings work.
But easy-hugo-mode doesn't get activated after M-x easy-hugo. After debug the source code, I find the cause, forward-char will stop and signal error on reaching end or beginning of buffer.
Maybe my solution is simple, but works for me, let me know if there is better way to do this.
I need to push easy-hugo-mode to
evil-emacs-state-modes
to get easy-hugo keybindings work.But easy-hugo-mode doesn't get activated after
M-x easy-hugo
. After debug the source code, I find the cause,forward-char
will stop and signal error on reaching end or beginning of buffer. Maybe my solution is simple, but works for me, let me know if there is better way to do this.