Commit 31bd78466e4a
Changed files (2)
tools
emacs
config
users
vincent
dev
tools/emacs/config/config-editing.el
@@ -171,5 +171,11 @@ If region is active, add its contents to the new buffer."
(use-package surround
:bind-keymap ("M-'" . surround-keymap))
+(use-package substitute
+ :bind (("M-<insert> s" . substitute-target-below-point)
+ ("M-<insert> r" . substitute-target-above-point)
+ ("M-<insert> d" . substitute-target-in-defun)
+ ("M-<insert> b" . substitute-target-in-buffer)))
+
(provide 'config-editing)
;;; config-editing.el ends here
users/vincent/dev/emacs.nix
@@ -140,6 +140,7 @@ let
scratch
shr-tag-pre-highlight
smartparens
+ substitute
surround
symbol-overlay
tempel