Reformat code

This commit is contained in:
contrapunctus 2022-04-27 21:30:10 +05:30
parent 62dd826b39
commit 82fb4d6cca
1 changed files with 5 additions and 2 deletions

View File

@ -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.