diff options
author | jao <jao@gnu.org> | 2021-09-23 01:21:44 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2021-09-23 01:21:44 +0100 |
commit | d137ea3ba59e61b838904fd72652c658cd6ac2fc (patch) | |
tree | 33d5f3ce2294b97df8d14d8084fed3ec7d720dc6 | |
parent | 02febe0d66e0c77209d9f5bc831f7a7c0f49d856 (diff) | |
download | elibs-d137ea3ba59e61b838904fd72652c658cd6ac2fc.tar.gz elibs-d137ea3ba59e61b838904fd72652c658cd6ac2fc.tar.bz2 |
nits
-rw-r--r-- | exwm.org | 2 | ||||
-rw-r--r-- | notmuch.org | 2 | ||||
-rw-r--r-- | org.org | 6 | ||||
-rw-r--r-- | w3m.org | 2 |
4 files changed, 6 insertions, 6 deletions
@@ -519,7 +519,7 @@ ([?\s-r] . app-launcher-run-app) ([?\s-x] . jao-hydra-exwm-misc/body) ([?\s-z] . jao-hydra-sleep/body) - ([XF86AudioMute] . jao-mixer-master-toogle) + ([XF86AudioMute] . jao-mixer-master-toggle) ([XF86AudioPlay] . jao-player-toggle) ([XF86AudioPause] . jao-player-toggle) ([XF86AudioNext] . jao-player-next) diff --git a/notmuch.org b/notmuch.org index b0e5cfc..a07443a 100644 --- a/notmuch.org +++ b/notmuch.org @@ -84,7 +84,7 @@ t) ,(jao-notmuch--q "bml" "flagged" "rb" '("tag:flagged" "tag:bigml") t) ,(jao-notmuch--q "jao" "flagged" "rj" '("tag:flagged" "not tag:bigml") t) - ,(jao-notmuch--q "new" nil "n" '("tag:new")))) + ,(jao-notmuch--q "unread" nil "n" '("tag:unread")))) (defun jao-notmuch-tree-widen-search () (interactive) @@ -49,9 +49,9 @@ #+end_src * Agenda #+begin_src emacs-lisp - (setq org-agenda-custom-commands - '(("w" todo "WAITING" nil) - ("W" agenda "" ((org-agenda-ndays 21)))) + (setq ;; org-agenda-custom-commands + ;; '(("w" todo "WAITING" nil) + ;; ("W" agenda "" ((org-agenda-ndays 21)))) org-agenda-files (list jao-org-dir) org-agenda-include-diary t org-agenda-include-inactive-timestamps t @@ -92,7 +92,7 @@ (seq-filter #'jao-www--buffer-p (buffer-list)))) :action (lambda (b) (jao-afio--goto-www) - (pop-to-buffer (get-text-property 0 'buffer b))))) + (switch-to-buffer (get-text-property 0 'buffer b))))) (jao-consult-add-buffer-source 'jao-consult-w3m-source "Web" ?w))) #+end_src * Package |