From d12432daa87300c98357d32ca65edaae3a73e5b8 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sun, 20 Aug 2023 15:11:00 +0200 Subject: emacs: Minor formatting change --- .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 92e0255..5c3fe3b 100644 --- a/.config/emacs/config.org +++ b/.config/emacs/config.org @@ -1191,8 +1191,7 @@ directories just get created automatically. #+BEGIN_SRC elisp - (defun mango--auto-create-directories - (original-function filename &rest args) + (defun mango--auto-create-directories (original-function filename &rest args) "Automatically create and delete parent directories of files. This is an ‘:override’ advice for ‘find-file’ and friends. It automatically creates the parent directory (or directories) of the file being visited, if necessary. It -- cgit v1.2.3