summaryrefslogtreecommitdiffhomepage
path: root/custom
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2025-12-14 22:14:12 +0000
committerjao <jao@gnu.org>2025-12-14 22:14:12 +0000
commitb7fd980a7f4cddc8bf70c4491d1ce434cf7237bb (patch)
tree7c95b8b83689cf6e111ab3d8c5d3a10a92822010 /custom
parent639fabe62dad8f52fc0f4a435ed0170c89624433 (diff)
downloadelibs-b7fd980a7f4cddc8bf70c4491d1ce434cf7237bb.tar.gz
elibs-b7fd980a7f4cddc8bf70c4491d1ce434cf7237bb.tar.bz2
nits
Diffstat (limited to 'custom')
-rw-r--r--custom/jao-custom-notmuch.el2
-rw-r--r--custom/jao-custom-org.el3
2 files changed, 3 insertions, 2 deletions
diff --git a/custom/jao-custom-notmuch.el b/custom/jao-custom-notmuch.el
index 2fa9be9..9fb9231 100644
--- a/custom/jao-custom-notmuch.el
+++ b/custom/jao-custom-notmuch.el
@@ -11,7 +11,7 @@
(:name "J"
:query
,(concat "tag:new and tag:jao and not "
- "tag:\"/local|hacking|draft|inbox|prog|words|write/\"")
+ "tag:\"/feeds|local|hacking|draft|inbox|prog|words|write/\"")
:face default)
(:name "H" :query "tag:new and tag:hacking and not tag:\"/emacs/\"")
(:name "E" :query "tag:new and tag:\"/emacs/\"")
diff --git a/custom/jao-custom-org.el b/custom/jao-custom-org.el
index e73a99b..5a8306e 100644
--- a/custom/jao-custom-org.el
+++ b/custom/jao-custom-org.el
@@ -49,7 +49,8 @@
(sequence "|" "CANCELLED(x!)" "SOMEDAY(o!)" "DONE(d!)"))
org-use-fast-todo-selection t
org-use-speed-commands nil ;; t and then ? to see help
- org-gnus-prefer-web-links nil))
+ org-gnus-prefer-web-links nil)
+ :bind (:map org-mode-map ("<f3>" . org-shifttab)))
;;; Agenda
(defun jao-org-agenda-fmt-date (date)