summaryrefslogtreecommitdiff
path: root/.config/emacs/config.org
diff options
context:
space:
mode:
Diffstat (limited to '.config/emacs/config.org')
-rw-r--r--.config/emacs/config.org3
1 files changed, 1 insertions, 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