emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/nano-theme c37429ad6f 2/3: Removed activation message


From: ELPA Syncer
Subject: [elpa] externals/nano-theme c37429ad6f 2/3: Removed activation message
Date: Sat, 12 Nov 2022 02:58:00 -0500 (EST)

branch: externals/nano-theme
commit c37429ad6fbe1b8226cc6a0ead1a05189ce7c401
Author: Nicolas P. Rougier <Nicolas.Rougier@inria.fr>
Commit: Nicolas P. Rougier <Nicolas.Rougier@inria.fr>

    Removed activation message
---
 nano-theme-support.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nano-theme-support.el b/nano-theme-support.el
index 0a6c29ee7d..eaaf238171 100644
--- a/nano-theme-support.el
+++ b/nano-theme-support.el
@@ -523,7 +523,7 @@ background color that is barely perceptible."
 (defun nano-theme (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))
 
   (advice-add 'frame-list :filter-return #'nano-frame-list-advice-normal)
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]