parent
8c1126a2ea
commit
254a95d289
|
@ -57,6 +57,8 @@ values."
|
||||||
org-agenda-files '("~/org/daily/" "~/org/")
|
org-agenda-files '("~/org/daily/" "~/org/")
|
||||||
org-enable-org-journal-support t
|
org-enable-org-journal-support t
|
||||||
org-enable-roam-support t
|
org-enable-roam-support t
|
||||||
|
org-enable-roam-protocol t
|
||||||
|
org-enable-roam-ui t
|
||||||
org-enable-sticky-header t
|
org-enable-sticky-header t
|
||||||
org-journal-dir "~/org/daily/"
|
org-journal-dir "~/org/daily/"
|
||||||
org-journal-enable-agenda-integration t
|
org-journal-enable-agenda-integration t
|
||||||
|
@ -434,6 +436,12 @@ you should place your code here."
|
||||||
;; deno
|
;; deno
|
||||||
(add-hook 'typescript-mode-hook 'deno-fmt-mode)
|
(add-hook 'typescript-mode-hook 'deno-fmt-mode)
|
||||||
(add-hook 'js2-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
|
;; Do not write anything past this comment. This is where Emacs will
|
||||||
|
|
Loading…
Reference in New Issue