summaryrefslogtreecommitdiffhomepage
path: root/init.el
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-09-04 05:44:14 +0100
committerjao <jao@gnu.org>2022-09-04 05:44:14 +0100
commit7024463ca8513ec56dc6e7bbe70d96b4eb601cb9 (patch)
treed7940934a7a858dc68d8c053bb66eb780fa999e7 /init.el
parentb898efed72f7b7e47c94be3a99264393d5bc4364 (diff)
downloadelibs-7024463ca8513ec56dc6e7bbe70d96b4eb601cb9.tar.gz
elibs-7024463ca8513ec56dc6e7bbe70d96b4eb601cb9.tar.bz2
jao-org-notes: fix for tags insertion command
Diffstat (limited to 'init.el')
-rw-r--r--init.el9
1 files changed, 5 insertions, 4 deletions
diff --git a/init.el b/init.el
index 603788b..9d0e908 100644
--- a/init.el
+++ b/init.el
@@ -3337,10 +3337,11 @@
(transient-define-prefix jao-transient-utils ()
"Global operations."
[["Notes"
- ("n" "create or open" jao-org-notes-open-or-create)
- ("/" "search notes" jao-recoll-consult-notes)
- ("d" "go to doc" jao-select-pdf)
- ("D" "open to doc" jao-open-doc)]
+ ("n" "create new note" jao-org-notes-create)
+ ("/" "open note" jao-org-notes-open)
+ ("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)]
["Monitors"
("p" "htop" jao-term-htop)
("v" "vpn status" jao-mullvad-status)