Skip to content

Commit

Permalink
Add more actions to org related hydra
Browse files Browse the repository at this point in the history
  • Loading branch information
chuxubank committed May 21, 2024
1 parent 9108f31 commit cc2c2d6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
8 changes: 7 additions & 1 deletion cats/+org-roam.el
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,14 @@
(("r" org-roam-buffer-toggle "toggle")
("e" org-roam-extract-subtree "extract")
("R" cat-org-roam-relocate-file "relocate"))
"Alias"
(("aa" #'org-roam-alias-add "add alias")
("da" #'org-roam-alias-remove "remove alias"))
"BibTex"
(("b" orb-note-actions "orb action"))))
(("b" orb-note-actions "orb action"))
"Reference"
(("ar" #'org-roam-ref-add "add ref")
("dr" #'org-roam-ref-remove "remove ref"))))
:config
(+mkdir-p cat-org-roam-directory)
(org-roam-db-autosync-mode)
Expand Down
3 changes: 2 additions & 1 deletion cats/+org.el
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@
(org-mode
(:title (+with-icon "nf-custom-orgmode" "Org Mode"))
("Notes"
(("r" org-roam-hydra/body "roam")
(("i" #'org-id-get-create "id")
("r" org-roam-hydra/body "roam")
("n" org-noter "noter")
("m" org-media-note-hydra/body "media"))
"SRS"
Expand Down

0 comments on commit cc2c2d6

Please sign in to comment.