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

Config without evil

Open denismaier opened this issue 4 years ago • 2 comments

Hi, thanks for your config and your nice tutorialas. What would be needed to use this configuration without evil mode?

denismaier avatar Nov 18 '20 10:11 denismaier

Hi @denismaier! You can remove anything Evil-related from this configuration and it will work fine. For example the evil-mode and evil-collection package customizations (you can add :disabled to those use-package blocks) and any usages of evil-collection-* commands. I'm not sure if general.el will stop operating correctly if you do this, so I'll be interested to hear if you try this and have trouble with it.

daviwil avatar Nov 18 '20 18:11 daviwil

@daviwil Ok, I've disabled everything related to evil-mode, and it's working fine. (I've only added everything up to the fourth stream, so I don't know if there are unwanted effects with regard to things added in later streams.) Anyway, the C-SPC keybindings from general.el don't work without evil-mode, I guess because set-mark-command is somewhere higher in the hierarchy of keybindings. But if you change that to C-c it's working as expected. (Maybe M-Spc could work as well. Need to test... Edit: No, doesn't work if you don't unbind the existing binding first.)

denismaier avatar Nov 18 '20 20:11 denismaier