This commit is contained in:
madmaurice 2017-05-21 21:17:57 +02:00
commit 215c30c204

View file

@ -90,7 +90,8 @@
:demand t
:config
(evil-mode 1)
(setq evil-ex-substitute-global t))
(setq evil-ex-substitute-global t)
(define-key evil-normal-state-map "/" 'swiper))
;; Auto-Complete
(use-package auto-complete