masasam / emacs-easy-hugo

Emacs major mode for managing hugo

Home Page:https://gohugo.io/tools/editors/#emacs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

it's conflict to evil-mode

wow-yorick opened this issue · comments

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

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

oh,oh... i get it, thanks

solved

@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)