branch: externals/nano-modeline
commit 26470be83328a728c86c05501a47c530be7e6ce6
Author: Nicolas P. Rougier <[email protected]>
Commit: Nicolas P. Rougier <[email protected]>
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)))