masasam / emacs-easy-hugo

Emacs major mode for managing hugo
https://gohugo.io/tools/editors/#emacs
GNU General Public License v3.0
362 stars 26 forks source link

it's conflict to evil-mode #70

Closed wow-yorick closed 2 years ago

wow-yorick commented 2 years ago

when i use evil mode enter easy-hugo mode, easy-hugo's key map is invalid

masasam commented 2 years ago

Hi @wow-yorick . Thank you for comment. Have you tried spacemacs-easy-hugo?

wow-yorick commented 2 years ago

i use https://github.com/seagle0128/.emacs.d

wow-yorick commented 2 years ago

oh,oh... i get it, thanks

wow-yorick commented 2 years ago

solved

pace577 commented 2 years ago

@wow-yorick I had the same problem and I'm using Doom Emacs. How did you solve it? I added the following line to the :config of my use-package block (saw that line in spacemacs-easy-hugo repo) and it seems to work fine without the easy-hugo-menu. But the k key still doesn't work in easy-hugo-menu.

(evil-make-overriding-map easy-hugo-mode-map 'normal)