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 ]))
|
(aspellWithDicts (dicts: with dicts; [ en en-computers es de ]))
|
||||||
go-font
|
go-font
|
||||||
texlive.combined.scheme-full
|
texlive.combined.scheme-full
|
||||||
|
graphviz
|
||||||
|
|
||||||
myEmacs
|
myEmacs
|
||||||
editorScript
|
editorScript
|
||||||
|
@ -627,12 +627,9 @@ Custom agenda commands for various things.
|
|||||||
("C-c n g" . org-roam-graph)
|
("C-c n g" . org-roam-graph)
|
||||||
("C-c n i" . org-roam-node-insert)
|
("C-c n i" . org-roam-node-insert)
|
||||||
("C-c n c" . org-roam-capture)
|
("C-c n c" . org-roam-capture)
|
||||||
;; Dailies
|
|
||||||
("C-c n j" . org-roam-dailies-capture-today))
|
("C-c n j" . org-roam-dailies-capture-today))
|
||||||
:config
|
:config
|
||||||
(setq org-roam-node-display-template (concat "${title:*} " (propertize "${tags:10}" 'face 'org-tag)))
|
(setq org-roam-completion-everywhere t)
|
||||||
|
|
||||||
;; If using org-roam-protocol
|
|
||||||
(require 'org-roam-protocol))
|
(require 'org-roam-protocol))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user