summaryrefslogtreecommitdiffhomepage
path: root/init.el
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2024-02-16 22:41:26 +0000
committerjao <jao@gnu.org>2024-02-16 22:41:26 +0000
commit8c5de749f6ed6b99df314df6bc6d72f050fc55b2 (patch)
tree76aa17774caaedb8782f27b776bd242474918c27 /init.el
parentfbb243c45b71853d841fa491efe4558b65178898 (diff)
downloadelibs-8c5de749f6ed6b99df314df6bc6d72f050fc55b2.tar.gz
elibs-8c5de749f6ed6b99df314df6bc6d72f050fc55b2.tar.bz2
jao-org-notes: open-tags -> consult-tags
Diffstat (limited to 'init.el')
-rw-r--r--init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el
index 5d84480..0dcfd24 100644
--- a/init.el
+++ b/init.el
@@ -3216,7 +3216,7 @@
[["Notes"
("n" "create new note" jao-org-notes-create)
("/" "open note" jao-org-notes-open)
- ("\\" "open note by tags" jao-org-notes-open-tags)
+ ("\\" "open note by tags" jao-org-notes-consult-tags)
("d" "go to doc" jao-select-pdf :if display-graphic-p)
("d" "search docs" jao-recoll-consult-docs :if-not display-graphic-p)
("D" "open doc" jao-open-doc)]