emacs-easy-hugo icon indicating copy to clipboard operation
emacs-easy-hugo copied to clipboard

it's conflict to evil-mode

Open wow-yorick opened this issue 1 year ago • 1 comments

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

wow-yorick avatar Sep 23 '22 07:09 wow-yorick

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

masasam avatar Sep 23 '22 09:09 masasam

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

wow-yorick avatar Sep 24 '22 04:09 wow-yorick

oh,oh... i get it, thanks

wow-yorick avatar Sep 24 '22 04:09 wow-yorick

solved

wow-yorick avatar Sep 24 '22 04:09 wow-yorick

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

pace577 avatar Oct 12 '22 06:10 pace577