From e5b902f908ee58e5fbc3653785bf5ff46110c8c8 Mon Sep 17 00:00:00 2001 From: Mars Date: Sat, 12 Oct 2024 00:12:21 -0400 Subject: [PATCH] surround --- config.org | 5 +++++ 1 file changed, 5 insertions(+) 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))