Commit 239e70f9d71d
Changed files (2)
tools
emacs
config
users
vincent
dev
tools/emacs/config/config-editing.el
@@ -171,5 +171,8 @@ If region is active, add its contents to the new buffer."
(package-vc-install "https://github.com/balloneij/selection-highlight-mode"))
:config (selection-highlight-mode))
+(use-package surround
+ :bind-keymap ("M-'" . surround-keymap))
+
(provide 'config-editing)
;;; config-editing.el ends here
users/vincent/dev/emacs.nix
@@ -127,6 +127,7 @@ let
scratch
shr-tag-pre-highlight
smartparens
+ surround
symbol-overlay
tempel
tempel-collection