From 69b61faaca78e3a2baaaa328bcd786345bf8de6f Mon Sep 17 00:00:00 2001 From: Devon Tingley Date: Tue, 14 Feb 2023 11:15:58 -0500 Subject: [PATCH] Emacs conf update --- doom/config.el | 1 + doom/init.el | 12 +++++++++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/doom/config.el b/doom/config.el index 29457d9..90f89d1 100644 --- a/doom/config.el +++ b/doom/config.el @@ -42,6 +42,7 @@ ;; If you use `org' and don't want your org files in the default location below, ;; change `org-directory'. It must be set before org loads! (setq org-directory "~/org/") +(add-hook! 'elfeed-search-mode-hook #'elfeed-update) ;; Whenever you reconfigure a package, make sure to wrap your config in an diff --git a/doom/init.el b/doom/init.el index f106196..f8b47bb 100644 --- a/doom/init.el +++ b/doom/init.el @@ -153,11 +153,17 @@ ;;nim ; python + lisp at the speed of c ;;nix ; I hereby declare "nix geht mehr!" ;;ocaml ; an objective camel - org ; organize your plain life in plain text + (org + +journal + +present + +pretty + +roam2) ;organize your plain life in plain text ;;php ; perl's insecure younger brother ;;plantuml ; diagrams for confusing people more ;;purescript ; javascript, but functional - (python +lsp +pyright) ; beautiful is better than ugly + (python + +lsp + +pyright) ; beautiful is better than ugly ;;qt ; the 'cutest' gui framework ever ;;racket ; a DSL for DSLs ;;raku ; the artist formerly known as perl6 @@ -186,7 +192,7 @@ ;;emms ;;everywhere ; *leave* Emacs!? You must be joking ;;irc ; how neckbeards socialize - ;;(rss +org) ; emacs as an RSS reader + (rss +org) ; emacs as an RSS reader ;;twitter ; twitter client https://twitter.com/vnought :config