summaryrefslogtreecommitdiffhomepage
path: root/init.el
diff options
context:
space:
mode:
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)