configs/emacs: fix org-roam completions, add graphviz

This commit is contained in:
Aaron Bieber 2024-09-06 19:14:51 -06:00
parent f7dcd6dcd7
commit 69e08c9dd5
No known key found for this signature in database
2 changed files with 2 additions and 4 deletions

View File

@ -22,6 +22,7 @@ in
(aspellWithDicts (dicts: with dicts; [ en en-computers es de ]))
go-font
texlive.combined.scheme-full
graphviz
myEmacs
editorScript

View File

@ -627,12 +627,9 @@ Custom agenda commands for various things.
("C-c n g" . org-roam-graph)
("C-c n i" . org-roam-node-insert)
("C-c n c" . org-roam-capture)
;; Dailies
("C-c n j" . org-roam-dailies-capture-today))
:config
(setq org-roam-node-display-template (concat "${title:*} " (propertize "${tags:10}" 'face 'org-tag)))
;; If using org-roam-protocol
(setq org-roam-completion-everywhere t)
(require 'org-roam-protocol))
#+end_src