branch: externals/nano-theme
commit c37429ad6fbe1b8226cc6a0ead1a05189ce7c401
Author: Nicolas P. Rougier <[email protected]>
Commit: Nicolas P. Rougier <[email protected]>

    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