emacs-from-scratch
emacs-from-scratch copied to clipboard
evil-collection is main conflict :(
removed fonts I didn't have - benign
THIS IS ON MASTER -- careful with accepting pull
Interesting! I didn't realize evil-collection was having that bad of an effect on it, I'll try it again!
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))