[Spacemacs] Better documentation format

This commit is contained in:
Lucien Cartier-Tilet 2021-04-21 22:14:46 +02:00
parent a2db890524
commit fda6d53bc6
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 6 additions and 4 deletions

View File

@ -18,11 +18,13 @@
(setq comp-async-report-warnings-errors nil) (setq comp-async-report-warnings-errors nil)
(defun phundrak-update-config-files-p (&optional compiled?) (defun phundrak-update-config-files-p (&optional compiled?)
"Verify if any of my exported Elisp configuration files are "Check if tangling my config files is needed.
newer than my litterate configuration.
If `compiled?' is `t', check the `.elc' files instead of the Verify if any of my exported Elisp configuration files are newer
`.el' files." than my litterate configuration.
If `COMPILED?' is t, check the `.elc' files instead of the `.el'
files."
(catch 'ret (catch 'ret
(dolist (file phundrak--dotspacemacs-files) (dolist (file phundrak--dotspacemacs-files)
(when (file-newer-than-file-p phundrak--dotspacemacs-src (when (file-newer-than-file-p phundrak--dotspacemacs-src