From 6c9c256d2817ba4d92b6e96ff4536c27ddd2e032 Mon Sep 17 00:00:00 2001 From: jao Date: Fri, 18 Mar 2022 21:33:59 +0000 Subject: nits --- lib/eos/jao-minibuffer.el | 2 +- lib/themes/jao-light-theme.el | 3 +-- lib/themes/jao-themes.el | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) (limited to 'lib') 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)) -- cgit v1.2.3