From 254a95d289686b81511d743019b315bb24eac73b Mon Sep 17 00:00:00 2001 From: Xe Date: Sun, 23 Oct 2022 13:00:43 -0400 Subject: [PATCH] org-roam-ui Signed-off-by: Xe --- common/users/cadey/spacemacs/spacemacs | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/common/users/cadey/spacemacs/spacemacs b/common/users/cadey/spacemacs/spacemacs index 7d8cd3c..c01d07c 100644 --- a/common/users/cadey/spacemacs/spacemacs +++ b/common/users/cadey/spacemacs/spacemacs @@ -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