diff --git a/config.org b/config.org index 272b5e2..4ecbec8 100644 --- a/config.org +++ b/config.org @@ -181,6 +181,11 @@ (evil-define-key 'normal 'global (kbd "gr") 'diff-hl-revert-hunk) (evil-define-key 'normal 'global (kbd "gs") 'diff-hl-stage-current-hunk)) + (use-package evil-surround + :ensure t + :config + (global-evil-surround-mode 1)) + ;; Set whitespace actions. (setq-default whitespace-action '(cleanup auto-cleanup))