From 82fb4d6ccada4346c7dcd570fb40b948031b1850 Mon Sep 17 00:00:00 2001 From: contrapunctus Date: Wed, 27 Apr 2022 21:30:10 +0530 Subject: [PATCH] Reformat code --- init.org | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/init.org b/init.org index 13502e3..60489ff 100644 --- a/init.org +++ b/init.org @@ -2736,7 +2736,8 @@ PR ideas (interactive) (start-process "mu-mkdir" (generate-new-buffer-name "mu-mkdir") "mu" "mkdir" - (expand-file-name (read-file-name "Make maildir: " (mu4e-root-maildir))))) + (expand-file-name (read-file-name "Make maildir: " + (mu4e-root-maildir))))) #+END_SRC **** mu4e-alert @@ -3257,7 +3258,9 @@ But with =initials=, the desired completion is often buried in the results. That "\\.mp4$" "\\.etc" "\\.umstuff")) - (advice-add 'recentf-save-list :before (lambda (&rest args) (async-backup recentf-save-file))) + (advice-add 'recentf-save-list + :before (lambda (&rest args) + (async-backup recentf-save-file))) ;; I'd rather run cleanup manually, if ever required; running ;; cleanup automatically is a recipe for periodically losing your ;; recentf entries when your disk happens to be unmounted.