From 9aab2ccbb7af7eaca8f83f3838128992d401aff8 Mon Sep 17 00:00:00 2001 From: David Florness Date: Sat, 20 Jan 2018 21:19:45 -0700 Subject: [PATCH] evil-matchit --- lisp/setup-keys.el | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lisp/setup-keys.el b/lisp/setup-keys.el index c7a92f1..ba55f67 100644 --- a/lisp/setup-keys.el +++ b/lisp/setup-keys.el @@ -67,5 +67,12 @@ (global-set-key (kbd "C-x C-c") 'save-buffers-kill-emacs) +(use-package evil-matchit + :ensure t + :init + (progn + (add-hook 'python-mode-hook 'turn-on-evil-matchit-mode))) + + (provide 'setup-keys) ;;; setup-keys.el ends here -- 2.38.4