fix(modules/emacs): update roam integration
This commit is contained in:
parent
4be6c6ffe1
commit
5e774a5b82
2 changed files with 4 additions and 1 deletions
|
|
@ -87,6 +87,9 @@
|
||||||
(setq org-roam-directory "~/Documents/zettelkasten")
|
(setq org-roam-directory "~/Documents/zettelkasten")
|
||||||
(map! (:leader :desc "Opens a daily note through the calendar" :n "nrdF" #'org-roam-dailies-find-date))
|
(map! (:leader :desc "Opens a daily note through the calendar" :n "nrdF" #'org-roam-dailies-find-date))
|
||||||
|
|
||||||
|
(use-package! websocket
|
||||||
|
:after org-roam)
|
||||||
|
|
||||||
(use-package! org-roam-ui
|
(use-package! org-roam-ui
|
||||||
:after org-roam
|
:after org-roam
|
||||||
:config
|
:config
|
||||||
|
|
|
||||||
|
|
@ -161,7 +161,7 @@
|
||||||
+gnuplot
|
+gnuplot
|
||||||
+pandoc
|
+pandoc
|
||||||
+pretty
|
+pretty
|
||||||
+roam2)
|
+roam)
|
||||||
;;php ; perl's insecure younger brother
|
;;php ; perl's insecure younger brother
|
||||||
;;plantuml ; diagrams for confusing people more
|
;;plantuml ; diagrams for confusing people more
|
||||||
;;purescript ; javascript, but functional
|
;;purescript ; javascript, but functional
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue