summaryrefslogtreecommitdiffhomepage
path: root/lib
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-03-18 21:33:59 +0000
committerjao <jao@gnu.org>2022-03-18 21:33:59 +0000
commit6c9c256d2817ba4d92b6e96ff4536c27ddd2e032 (patch)
tree6b176e5e94a6a3b57c586f873078c315d6329f64 /lib
parent56c3ee88fb13d9aa2d60e84892039131a42531bc (diff)
downloadelibs-6c9c256d2817ba4d92b6e96ff4536c27ddd2e032.tar.gz
elibs-6c9c256d2817ba4d92b6e96ff4536c27ddd2e032.tar.bz2
nits
Diffstat (limited to 'lib')
-rw-r--r--lib/eos/jao-minibuffer.el2
-rw-r--r--lib/themes/jao-light-theme.el3
-rw-r--r--lib/themes/jao-themes.el2
3 files changed, 3 insertions, 4 deletions
diff --git a/lib/eos/jao-minibuffer.el b/lib/eos/jao-minibuffer.el
index f77857e..54e1794 100644
--- a/lib/eos/jao-minibuffer.el
+++ b/lib/eos/jao-minibuffer.el
@@ -36,7 +36,7 @@
(defconst jao-minibuffer--name " *Minibuf-0*")
(defun jao-minibuffer--trim (s w)
- (if (<= (string-width (or s "")) w)
+ (if (< (string-width (or s "")) w)
(format (format "%%%ds" (if jao-minibuffer-align-right w (- w))) s)
(substring s 0 w)))
diff --git a/lib/themes/jao-light-theme.el b/lib/themes/jao-light-theme.el
index 3c1aa31..3cfba2b 100644
--- a/lib/themes/jao-light-theme.el
+++ b/lib/themes/jao-light-theme.el
@@ -90,7 +90,7 @@
(diff-hl-delete (c "white" "wheat1"))
(fill-column-indicator (c "grey80"))
(fringe (c "grey70" nil))
- (gnus-button (p link) nul)
+ (gnus-button (p f01) bf)
(gnus-cite-1 (c "darkslategray" nil))
(gnus-cite-2 (c "slate gray" nil))
(gnus-cite-3 (c "slate gray" nil))
@@ -112,7 +112,6 @@
(scroll-bar (c "grey80" nil))
(show-paren-match (c nil "grey85"))
(success (p f00))
- ;; (variable-pitch :family "DejaVu Sans")
(vertical-border (c "grey70" nil))
(warning (c "burlywood4" nil))
(widget-button (~ default) nit (ul "grey80"))))
diff --git a/lib/themes/jao-themes.el b/lib/themes/jao-themes.el
index e2ad2bf..4f11ba4 100644
--- a/lib/themes/jao-themes.el
+++ b/lib/themes/jao-themes.el
@@ -912,7 +912,7 @@
(orderless-match-face-1 ul)
(orderless-match-face-2 ul)
(orderless-match-face-3 ul)
- (org-agenda-date-today (p hilite) nul)
+ (org-agenda-date-today (p hilite) ex)
(org-agenda-date-weekend (p dimm))
(org-agenda-done (p dimm))
(org-agenda-restriction-lock (~ default))