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