diff options
-rw-r--r-- | config.org | 7 |
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 |