add org-roam

This commit is contained in:
Grant Horner
2026-06-29 12:35:13 -04:00
parent c62b4e89a2
commit 0f27615c1c
3 changed files with 31 additions and 5 deletions

View File

@@ -5,10 +5,9 @@
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(custom-enabled-themes '(deeper-blue))
'(eglot-code-action-indications '(eldoc-hint))
'(package-selected-packages
'(cape dart-mode dumber-jump evil evil-collection exec-path-from-shell
fish-mode jai-mode magit move-text multiple-cursors
fish-mode jai-mode magit move-text multiple-cursors org-roam
undo-tree yaml-mode yasnippet yasnippet-snippets))
'(package-vc-selected-packages
'((jai-mode :url "https://github.com/valignatev/jai-mode.git"))))