org-roam: init

This commit is contained in:
Grigory Shipunov 2020-10-10 01:53:53 +02:00
parent 146fe92533
commit 2b9d296d90
No known key found for this signature in database
GPG key ID: 77BB6C3E4771EE7C

View file

@ -248,6 +248,11 @@
;; abbrev expansion in org-mode ;; abbrev expansion in org-mode
(require 'org-tempo)) (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 (use-package magit
:straight t :straight t
:bind (("C-x C-g" . magit-dispatch) :bind (("C-x C-g" . magit-dispatch)