diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2019-12-14 21:15:56 +0000 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2019-12-14 21:15:56 +0000 |
commit | f5fd21ad3aa115c5a11a6fec3deaefe9961302dc (patch) | |
tree | 94b3e21f6875595d7fde5ae317295482174ced55 /configuration.el | |
parent | e4afb76a8d53117ed069306ec09a913e6cb2af9d (diff) |
starting from scratch and rebuilding init.el
Diffstat (limited to '')
-rw-r--r-- | configuration.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configuration.el b/configuration.el index f18f15a..675d12d 100644 --- a/configuration.el +++ b/configuration.el @@ -310,7 +310,7 @@ (setq helm-scroll-amount 5) (setq helm-ff-file-name-history-use-recentf t) -(evil-mode t) +(evil-mode 0) ;; Enable "M-x" in evil mode (global-set-key (kbd "M-x") 'execute-extended-command) @@ -325,7 +325,7 @@ (require 'evil-surround) (global-evil-surround-mode 1) -(global-evil-mc-mode 1) +(global-evil-mc-mode 0) (define-key evil-normal-state-map (kbd "{") 'evil-next-buffer) (define-key evil-normal-state-map (kbd "}") 'evil-prev-buffer) |