diff --git a/home/emacs/init.el b/home/emacs/init.el index dd3ff37..beeb8b7 100644 --- a/home/emacs/init.el +++ b/home/emacs/init.el @@ -112,6 +112,10 @@ :config (evil-collection-init)) +(use-package evil-surround + :config + (global-evil-surround-mode 1)) + (use-package vertico :custom (vertico-cycle t)