diff options
| -rw-r--r-- | custom/jao-custom-notmuch.el | 2 | ||||
| -rw-r--r-- | custom/jao-custom-org.el | 3 |
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) |
