From 467266cb2bb5d0c94a8f97a11c68bc344cc81642 Mon Sep 17 00:00:00 2001 From: Magic_RB Date: Wed, 22 Jul 2020 00:25:11 +0200 Subject: [PATCH] actually enable the new packeges --- dot_emacs | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/dot_emacs b/dot_emacs index 934f9ad..0386c62 100755 --- a/dot_emacs +++ b/dot_emacs @@ -50,10 +50,10 @@ There are two things you can do about this warning: :config (evil-mode 1)) -;(use-package evil-surround -; :ensure t -; :config -; (global-evil-surround-mode 1)) +(use-package evil-surround + :ensure t + :config + (global-evil-surround-mode 1)) (use-package yasnippet :ensure t @@ -194,13 +194,13 @@ There are two things you can do about this warning: ;; show matching parenthesis (show-paren-mode 1) -;(use-package key-chord +(use-package key-chord :ensure t :init ;;Exit insert mode by pressing j and then j quickly -; (setq key-chord-two-keys-delay 0.5) -; (key-chord-define evil-insert-state-map "jj" 'evil-normal-state) -; (key-chord-mode 1)) + (setq key-chord-two-keys-delay 0.5) + (key-chord-define evil-insert-state-map "jj" 'evil-normal-state) + (key-chord-mode 1)) ;; move hjkl to jkl; (define-key evil-motion-state-map "h" nil)