From fda6d53bc64e563d899b9024d15045f4b7349f73 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Wed, 21 Apr 2021 22:14:46 +0200 Subject: [PATCH] [Spacemacs] Better documentation format --- .spacemacs | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.spacemacs b/.spacemacs index 19065f0..7e624c6 100644 --- a/.spacemacs +++ b/.spacemacs @@ -18,11 +18,13 @@ (setq comp-async-report-warnings-errors nil) (defun phundrak-update-config-files-p (&optional compiled?) - "Verify if any of my exported Elisp configuration files are -newer than my litterate configuration. + "Check if tangling my config files is needed. -If `compiled?' is `t', check the `.elc' files instead of the -`.el' files." +Verify if any of my exported Elisp configuration files are newer +than my litterate configuration. + +If `COMPILED?' is t, check the `.elc' files instead of the `.el' +files." (catch 'ret (dolist (file phundrak--dotspacemacs-files) (when (file-newer-than-file-p phundrak--dotspacemacs-src