emacs-from-scratch icon indicating copy to clipboard operation
emacs-from-scratch copied to clipboard

evil-collection is main conflict :(

Open ftravers opened this issue 3 years ago • 2 comments

removed fonts I didn't have - benign

THIS IS ON MASTER -- careful with accepting pull

ftravers avatar Mar 05 '21 18:03 ftravers

Interesting! I didn't realize evil-collection was having that bad of an effect on it, I'll try it again!

daviwil avatar Mar 05 '21 21:03 daviwil

Experimented with evil-collection's Lispy keybindings a bit, not bad, but missing some things. I'll try evil-lispy without it. Another way to turn off evil-collection only for Lispy:

(setq evil-collection-mode-list (remove 'lispy evil-collection-mode-list))

daviwil avatar Mar 05 '21 22:03 daviwil