commit 66d155c1a0c0247b55d4f5ca65a653e6012cb370
parent 861e62c3145f2d6dc0f1566c3411f6eb665bdf9a
Author: Vincent Demeester <vincent@sbr.pm>
Date: Thu, 7 May 2020 15:20:29 +0200
config-appearance.el: update docstring :)
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/tools/emacs/config/config-appearance.el b/tools/emacs/config/config-appearance.el
@@ -57,7 +57,8 @@
(setq custom-safe-themes t)
(defun sbr/before-load-theme (&rest args)
- "Clear existing theme settings instead of layering them."
+ "Clear existing theme settings instead of layering them.
+Ignores `ARGS'."
(mapc #'disable-theme custom-enabled-themes))
(advice-add 'load-theme :before #'sbr/before-load-theme)