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

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

[elpa] externals/nano-modeline 26470be833 07/26: Nil face is ok


From: ELPA Syncer
Subject: [elpa] externals/nano-modeline 26470be833 07/26: Nil face is ok
Date: Fri, 2 Jun 2023 03:59:07 -0400 (EDT)

branch: externals/nano-modeline
commit 26470be83328a728c86c05501a47c530be7e6ce6
Author: Nicolas P. Rougier <Nicolas.Rougier@inria.fr>
Commit: Nicolas P. Rougier <Nicolas.Rougier@inria.fr>

    Nil face is ok
---
 nano-modeline.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/nano-modeline.el b/nano-modeline.el
index b8d89c3f79..262dd898b4 100644
--- a/nano-modeline.el
+++ b/nano-modeline.el
@@ -92,7 +92,7 @@
   :group 'nano)
 
 (defcustom nano-modeline-padding '(0.20 . 0.25)
-  "Default vertical space adjustment"
+  "Default vertical space adjustment (in fraction of character height)"
   :type '(cons (float :tag "Top spacing")
                (float :tag "Bottom spacing"))
   :group 'nano-modeline)
@@ -132,7 +132,7 @@
     (status-**-active   . (nano-modeline-status
                            ,(when (facep 'nano-popout-i) 'nano-popout-i)))
     (bold-active        . (bold))
-    (faded-active       . (,(if (facep 'nano-faded) 'nano-faded 'default))))
+    (faded-active       . (,(when (facep 'nano-faded) 'nano-faded))))
   "Nano line faces"
   :type '(alist :key-type (symbol :tag "Face")
                 :value-type (repeat :tag "inherits" face)))



reply via email to

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