branch: externals/nano-theme commit 55147bd5533b63a4269ccecece0c78758c05b983 Author: Nicolas P. Rougier <nicolas.roug...@inria.fr> Commit: Nicolas P. Rougier <nicolas.roug...@inria.fr>
Removed spurious debug message --- nano-theme.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nano-theme.el b/nano-theme.el index eab6bd385a..40e3f52a66 100644 --- a/nano-theme.el +++ b/nano-theme.el @@ -498,7 +498,7 @@ background color that is barely perceptible." (defun nano-theme (mode) "Apply the nano theme according to MODE which can be 'dark or 'light." - (message (format "Theme applied: %s" mode)) + ;; (message (format "Theme applied: %s" mode)) (let ((light '((background light))) (dark '((background dark)))