From e3ef31ca3ad1754d9f2503e25ff7fff6e8b88cc8 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Wed, 16 Aug 2023 00:11:25 +0200 Subject: emacs: Don’t mess with ‘project-find-file’ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/emacs/config.org | 3 +-- 1 file changed, 1 insertion(+), 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 () -- cgit v1.2.3