summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2022-12-24 11:27:08 +0000
committerYann Herklotz <git@yannherklotz.com>2022-12-24 11:27:16 +0000
commitc24ddab7079c4de02eba8d4b86e452fe12473abb (patch)
treed8d052c0c26f393042cf632d7a01768a7ee3e04f
parentf52071cc5abdb7b9e38ad8fe86418b30633147d7 (diff)
downloadymh-emacs-c24ddab7079c4de02eba8d4b86e452fe12473abb.tar.gz
ymh-emacs-c24ddab7079c4de02eba8d4b86e452fe12473abb.zip
Add hungry-delete-join-reluctantly
-rw-r--r--init.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/init.el b/init.el
index 1b672c7..6231c15 100644
--- a/init.el
+++ b/init.el
@@ -776,6 +776,8 @@ https://yannherklotz.com"))
(use-package hungry-delete
:ensure t
+ :init
+ (setq hungry-delete-join-reluctantly t)
:config
(global-hungry-delete-mode))