.
This commit is contained in:
parent
854866a681
commit
8aafdddbcc
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue