configs/emacs: fix org-roam completions, add graphviz
This commit is contained in:
parent
f7dcd6dcd7
commit
69e08c9dd5
@ -22,6 +22,7 @@ in
|
||||
(aspellWithDicts (dicts: with dicts; [ en en-computers es de ]))
|
||||
go-font
|
||||
texlive.combined.scheme-full
|
||||
graphviz
|
||||
|
||||
myEmacs
|
||||
editorScript
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user