Browse Source

changed config in evil

master
Marc Pohling 5 years ago
parent
commit
c784946cd2
1 changed files with 0 additions and 2 deletions
  1. 2
      init.org

2
init.org

@ -235,8 +235,6 @@ Some windows specific stuff
(use-package evil
:ensure t
:defer .1 ;; don't block emacs when starting, load evil immediately after startup
:init
(setq evil-want-integration nil) ;; required by evil-collection
:config
(evil-mode 1))
#+END_SRC

Loading…
Cancel
Save