diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-08-20 15:11:00 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-08-20 15:11:00 +0200 |
commit | d12432daa87300c98357d32ca65edaae3a73e5b8 (patch) | |
tree | e3bcbca042fb7974739fdd56301c86cc57a99448 /.config/emacs/config.org | |
parent | 02859ac17f0b8305c1b8395d8bce4ccc0559aba8 (diff) |
emacs: Minor formatting change
Diffstat (limited to '.config/emacs/config.org')
-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 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 |