Commit 239e70f9d71d

Vincent Demeester <vincent@sbr.pm>
2023-12-07 18:56:25
tools/emacs: add surround package
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 4ab62d4
Changed files (2)
tools
emacs
users
vincent
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