diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-08-16 00:11:25 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-08-16 00:11:25 +0200 |
commit | e3ef31ca3ad1754d9f2503e25ff7fff6e8b88cc8 (patch) | |
tree | 881708c897ee3bd2cd36ecd369d77ffd10eeb72a /.config | |
parent | 7edc8134f998cf6859a58a853515cc37d589a2c3 (diff) |
emacs: Don’t mess with ‘project-find-file’
Diffstat (limited to '.config')
-rw-r--r-- | .config/emacs/config.org | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.config/emacs/config.org b/.config/emacs/config.org index 5feb39c..e88b190 100644 --- a/.config/emacs/config.org +++ b/.config/emacs/config.org @@ -1137,8 +1137,7 @@ directories just get created automatically. (mm-for-each #'(find-file find-alternate-file - write-file - project-find-file) + write-file) (advice-add x :around #'mango--auto-create-directories)) (defun mango--delete-directories-if-appropriate () |