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

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

[elpa] externals/nano-theme 5aea8a1: Disable ugly widgets and adjust und


From: ELPA Syncer
Subject: [elpa] externals/nano-theme 5aea8a1: Disable ugly widgets and adjust underline position
Date: Thu, 7 Oct 2021 14:57:23 -0400 (EDT)

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

    Disable ugly widgets and adjust underline position
---
 nano-theme.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/nano-theme.el b/nano-theme.el
index d60b7df..433f047 100644
--- a/nano-theme.el
+++ b/nano-theme.el
@@ -496,6 +496,9 @@ background color that is barely perceptible."
                        'nano-dark
                      'nano-light)))
 
+    (custom-set-variables '(widget-image-enable nil)
+                          '(x-underline-at-descent-line t))
+
     (set-frame-parameter nil 'background-mode mode)
     (setq frame-background-mode mode)
     (setq nano-theme--current mode)



reply via email to

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