remove evil mode from emacs to start fresh
This commit is contained in:
parent
89fc6c5957
commit
3c5bbd83ca
1 changed files with 3 additions and 7 deletions
|
@ -21,12 +21,8 @@
|
|||
(setq custom-tab-width 2)
|
||||
(setq indent-tabs-mode nil)
|
||||
|
||||
(setq evil-want-integration t)
|
||||
(setq evil-want-keybinding nil)
|
||||
(require 'evil)
|
||||
(when (require 'evil-collection nil t)
|
||||
(evil-collection-init))
|
||||
(evil-mode 1)
|
||||
(setq make-backup-files nil)
|
||||
(setq auto-save-default nil)
|
||||
|
||||
(require 'helm)
|
||||
(require 'helm-config)
|
||||
|
|
Loading…
Reference in a new issue