From 7024463ca8513ec56dc6e7bbe70d96b4eb601cb9 Mon Sep 17 00:00:00 2001 From: jao Date: Sun, 4 Sep 2022 05:44:14 +0100 Subject: jao-org-notes: fix for tags insertion command --- init.el | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'init.el') 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) -- cgit v1.2.3