org-roam: init
This commit is contained in:
parent
146fe92533
commit
2b9d296d90
1 changed files with 5 additions and 0 deletions
5
init.el
5
init.el
|
@ -248,6 +248,11 @@
|
|||
;; abbrev expansion in org-mode
|
||||
(require 'org-tempo))
|
||||
|
||||
(use-package org-roam
|
||||
:straight t
|
||||
:hook ('after-init-hook . 'org-roam-mode)
|
||||
:init (setq org-roam-directory "~/nextcloud/org/notes"))
|
||||
|
||||
(use-package magit
|
||||
:straight t
|
||||
:bind (("C-x C-g" . magit-dispatch)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue