Roam v2
This commit is contained in:
parent
e4bd618a99
commit
5a55e90b33
1 changed files with 5 additions and 1 deletions
|
@ -311,12 +311,16 @@
|
||||||
(evil-define-key 'normal 'global (kbd "g [") 'org-open-at-point))
|
(evil-define-key 'normal 'global (kbd "g [") 'org-open-at-point))
|
||||||
|
|
||||||
(use-package org-roam
|
(use-package org-roam
|
||||||
|
:straight (org-roam
|
||||||
|
:host github
|
||||||
|
:repo "org-roam/org-roam"
|
||||||
|
:branch "v2")
|
||||||
:after (org)
|
:after (org)
|
||||||
:config
|
:config
|
||||||
(setq org-roam-directory "~/org-roam")
|
(setq org-roam-directory "~/org-roam")
|
||||||
(setq org-roam-encrypt-files t)
|
(setq org-roam-encrypt-files t)
|
||||||
(setq org-roam-index-file "Index")
|
(setq org-roam-index-file "Index")
|
||||||
(add-hook 'after-init-hook 'org-roam-mode))
|
(org-roam-setup))
|
||||||
|
|
||||||
(setq epa-file-encrypt-to '("anthony@anthonycicchetti.com"))
|
(setq epa-file-encrypt-to '("anthony@anthonycicchetti.com"))
|
||||||
;; (use-package epa-file
|
;; (use-package epa-file
|
||||||
|
|
Loading…
Add table
Reference in a new issue