summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2020-12-07 08:23:13 -0600
committerCase Duckworth2020-12-07 08:23:13 -0600
commit4a74c7df8bd07b85d8fe418f96c5eb4fa020c7d7 (patch)
tree89e30d54b81ffbc92a56e3758411888a3d5077ce /config.org
parentPut customize customizations into a different file (diff)
downloademacs-4a74c7df8bd07b85d8fe418f96c5eb4fa020c7d7.tar.gz
emacs-4a74c7df8bd07b85d8fe418f96c5eb4fa020c7d7.zip
Add hungry-delete
Diffstat (limited to 'config.org')
-rw-r--r--config.org7
1 files changed, 6 insertions, 1 deletions
diff --git a/config.org b/config.org index b08f891..21605d1 100644 --- a/config.org +++ b/config.org
@@ -1035,8 +1035,13 @@ Also of interest: [[https://github.com/hrehfeld/emacs-smart-hungry-delete][smart
1035 (use-package hungry-delete 1035 (use-package hungry-delete
1036 :custom 1036 :custom
1037 (hungry-delete-join-reluctantly t) 1037 (hungry-delete-join-reluctantly t)
1038 :config 1038 :custom-update
1039 (hungry-delete-except-modes
1040 '(emacs-lisp-mode
1041 lisp-mode
1042 fennel-mode))
1039 (global-hungry-delete-mode)) 1043 (global-hungry-delete-mode))
1044 :config
1040#+end_src 1045#+end_src
1041 1046
1042** Automatically revert a file to what it is on disk 1047** Automatically revert a file to what it is on disk