summaryrefslogtreecommitdiffhomepage
path: root/init.el
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2024-02-15 23:54:04 +0000
committerjao <jao@gnu.org>2024-02-15 23:54:04 +0000
commit837f9393d950c97f1aea3909676cc3c7842af70f (patch)
treef9bb9e9b2cdc48574831c342e0f5b0c7431a6c78 /init.el
parentc23d9cbdf8f10fa6ec1a6fb16ea963d733d67d47 (diff)
downloadelibs-837f9393d950c97f1aea3909676cc3c7842af70f.tar.gz
elibs-837f9393d950c97f1aea3909676cc3c7842af70f.tar.bz2
jao-org-notes: polishing and jao-org-notes-open-tags
Diffstat (limited to 'init.el')
-rw-r--r--init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.el b/init.el
index f29fb75..57c7a7b 100644
--- a/init.el
+++ b/init.el
@@ -3216,6 +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)
("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)]