[Spacemacs] Better documentation format
This commit is contained in:
parent
a2db890524
commit
fda6d53bc6
10
.spacemacs
10
.spacemacs
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user