redguardtoo / emacs.d

Fast and robust Emacs setup.
http://blog.binchen.org
GNU General Public License v3.0
2.39k stars 619 forks source link

Update readme about how to disable vim keybindings #1021

Closed fenguoerbian closed 1 year ago

fenguoerbian commented 1 year ago

Update readme about how to disable vim keybings.

This is related to #992 . Can not directly comment out =(require 'init-evil)= because generl depends on it.

redguardtoo commented 1 year ago

You can turn of any mode in "~/.custom.el". That's not necesary to be documented in README.

fenguoerbian commented 1 year ago

Then would it be nice to remove

Comment out line containing (require 'init-evil) in init.el

in README becasue that's wrong and misleading?

redguardtoo commented 1 year ago

I prefer changing init.el which could save the extra computing resource. It's also a good chance to learn some lisp. But there is nothing wrong in change .custom.el only. Just different style.

fenguoerbian commented 1 year ago

Great, thanks for the advise.