summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--custom/jao-custom-notmuch.el2
-rw-r--r--init.el2
2 files changed, 2 insertions, 2 deletions
diff --git a/custom/jao-custom-notmuch.el b/custom/jao-custom-notmuch.el
index 858ae6b..a24bfc1 100644
--- a/custom/jao-custom-notmuch.el
+++ b/custom/jao-custom-notmuch.el
@@ -594,7 +594,7 @@
(defun jao-notmuch-use-one-pane ()
(interactive)
- (jao-afio-add-frame-parameters mail (width . 120))
+ (jao-afio-add-frame-parameters mail (width . 120) (height . 75))
(advice-remove 'notmuch-tree #'jao-notmuch-before-tree)
(advice-remove 'notmuch-tree-quit #'jao-notmuch-after-tree-quit))
diff --git a/init.el b/init.el
index ec79845..1ec6cf0 100644
--- a/init.el
+++ b/init.el
@@ -909,7 +909,7 @@
(consult-spotlight jao-org-notes-dir))
(transient-define-prefix jao-transient-spotlight ()
- ["Consult recoll queries"
+ ["Spotlight queries"
("s" "everywhere" consult-spotlight)
("n" "on notes" jao-consult-spotlight-notes)
("d" "on docs" jao-consult-spotlight-docs)