summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2024-03-27 01:03:15 +0000
committerjao <jao@gnu.org>2024-03-27 01:03:15 +0000
commit3bc3eda3da67ec367c5b7f8ff883a7b073fc32b1 (patch)
treedd4b65d7803ac04da0d5ff712d15ec74a4823b94
parent059b84a559da1219a79aabfdac7485ce755fd159 (diff)
downloadelibs-3bc3eda3da67ec367c5b7f8ff883a7b073fc32b1.tar.gz
elibs-3bc3eda3da67ec367c5b7f8ff883a7b073fc32b1.tar.bz2
nits
-rw-r--r--custom/jao-custom-notmuch.el3
-rw-r--r--lib/eos/jao-afio.el2
-rw-r--r--lib/themes/jao-themes.el1
3 files changed, 4 insertions, 2 deletions
diff --git a/custom/jao-custom-notmuch.el b/custom/jao-custom-notmuch.el
index 7e6bd32..b498f8b 100644
--- a/custom/jao-custom-notmuch.el
+++ b/custom/jao-custom-notmuch.el
@@ -284,7 +284,8 @@
(save-window-excursion
(calendar)
(when agenda (org-agenda-list)))
- (unless (widget-at) (jao-notmuch-hello-first)))))
+ (unless (widget-at) (jao-notmuch-hello-first))
+ (jao-minibuffer-refresh))))
(defvar jao-notmuch-hello--sec-rx "^\\(\\[ [0-9]+\\|All tags:.+\\)")
diff --git a/lib/eos/jao-afio.el b/lib/eos/jao-afio.el
index 32d43b2..c3b4a29 100644
--- a/lib/eos/jao-afio.el
+++ b/lib/eos/jao-afio.el
@@ -149,7 +149,7 @@
(delete-other-windows)
(split-window-horizontally -80)
(funcall fun)
- (set-window-dedicated-p nil t)
+ ;; (set-window-dedicated-p nil t)
(jao-afio--mail-sidebar))
;;;###autoload
diff --git a/lib/themes/jao-themes.el b/lib/themes/jao-themes.el
index d5db2e0..c88738c 100644
--- a/lib/themes/jao-themes.el
+++ b/lib/themes/jao-themes.el
@@ -830,6 +830,7 @@
(magit-log-head-label-tags (p warning) nbf)
(magit-log-graph (p f11))
(magit-log-tag-label (p keyword))
+ (magit-process-ok (c nil nil))
(magit-section-highlight (p hilite) ex)
(magit-section-heading (~ outline-1))
(magit-section-secondary-heading (~ outline-2))