org-roam-ui

Signed-off-by: Xe <me@christine.website>
This commit is contained in:
Cadey Ratio 2022-10-23 13:00:43 -04:00
parent 8c1126a2ea
commit 254a95d289
1 changed files with 8 additions and 0 deletions

View File

@ -57,6 +57,8 @@ values."
org-agenda-files '("~/org/daily/" "~/org/")
org-enable-org-journal-support t
org-enable-roam-support t
org-enable-roam-protocol t
org-enable-roam-ui t
org-enable-sticky-header t
org-journal-dir "~/org/daily/"
org-journal-enable-agenda-integration t
@ -434,6 +436,12 @@ you should place your code here."
;; deno
(add-hook 'typescript-mode-hook 'deno-fmt-mode)
(add-hook 'js2-mode-hook 'deno-fmt-mode)
;; RSS feeds
(setq org-feed-alist
'(("maya.land" "https://maya.land/feed.xml" "~/org/feeds.org" "maya.land")
("DaRoost" "https://greg.nokes.name/feed.xml" "~/org/feeds.org" "DaRoost")
("Damien Mathieu" "https://dmathieu.com/feed.xml" "~/org/feeds.org" "Damien Mathieu")))
)
;; Do not write anything past this comment. This is where Emacs will