summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-09-23 01:21:44 +0100
committerjao <jao@gnu.org>2021-09-23 01:21:44 +0100
commitd137ea3ba59e61b838904fd72652c658cd6ac2fc (patch)
tree33d5f3ce2294b97df8d14d8084fed3ec7d720dc6
parent02febe0d66e0c77209d9f5bc831f7a7c0f49d856 (diff)
downloadelibs-d137ea3ba59e61b838904fd72652c658cd6ac2fc.tar.gz
elibs-d137ea3ba59e61b838904fd72652c658cd6ac2fc.tar.bz2
nits
-rw-r--r--exwm.org2
-rw-r--r--notmuch.org2
-rw-r--r--org.org6
-rw-r--r--w3m.org2
4 files changed, 6 insertions, 6 deletions
diff --git a/exwm.org b/exwm.org
index 9030241..5c25d7b 100644
--- a/exwm.org
+++ b/exwm.org
@@ -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)
diff --git a/org.org b/org.org
index 6fdd245..3df3242 100644
--- a/org.org
+++ b/org.org
@@ -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
diff --git a/w3m.org b/w3m.org
index 3ef4e7a..ec63eea 100644
--- a/w3m.org
+++ b/w3m.org
@@ -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