This commit is contained in:
Daniel Ziltener 2023-11-23 00:09:24 +01:00
parent 854866a681
commit 8aafdddbcc
Signed by: zilti
GPG Key ID: B38976E82C9DAE42

View File

@ -91,6 +91,7 @@
(use-package org
:ensure t
:hook
(org-mode . org-indent-mode)
(org-src-mode . hack-local-variables)
:config
(setq org-directory "~/org")
@ -103,7 +104,9 @@
:config
(progn (org-roam-db-autosync-mode)))
(use-package consult-notes)
(use-package consult-notes
:config
(consult-notes-org-roam-mode t))
(use-package websocket
:ensure t