Fix Doom config

This commit is contained in:
Fabio Scotto di Santolo
2025-10-25 17:10:48 +02:00
parent 90fa090890
commit 9acf200418
7 changed files with 48 additions and 38 deletions

View File

@@ -111,11 +111,16 @@
;; Configure Elfeed
(after! elfeed
(setq rmh-elfeed-org-files '("~/.config/doom/elfeed.org"))
(setq elfeed-db-directory "~/.elfeed")
(setq elfeed-enclosure-default-dir "~/Downloads/")
(setq elfeed-search-remain-on-entry t)
(setq elfeed-search-title-max-width 100)
(setq elfeed-search-title-min-width 30)
(setq elfeed-search-trailing-width 25)
(setq elfeed-show-truncate-long-urls t)
(setq elfeed-sort-order 'descending)
(setq elfeed-search-filter "1-week-ago +unread"))
(setq elfeed-search-filter "1-week-ago +unread")
;; ;; Key bindings
;; (map! :map elfeed-search-mode-map
;; :n "d" #'elfeed-download-current-entry
;; :n "O" #'elfeed-search-browse-url)
;; Update hourly
(run-at-time nil (* 60 60) #'elfeed-update))

View File

@@ -0,0 +1,9 @@
#+TITLE: RSS Urls
#+AUTHOR: Fabio Scotto di Santolo
#+DATE: <2025-10-25 Sat>
* root :elfeed:
** Programming :programming:
*** [[https://feeds.feedburner.com/TheHackersNews][Hacker News]] :news: :security:
** FOSS News :news:
*** [[https://blog.linuxmint.com/?feed=rss2][Linux Mint Blog]] :blog: :linux: :linuxmint:

View File

@@ -22,11 +22,11 @@
:completion
company ; the ultimate code completion backend
(corfu +orderless) ; complete with cap(f), cape and a flying feather!
;;(corfu +orderless) ; complete with cap(f), cape and a flying feather!
;;helm ; the *other* search engine for love and life
;;ido ; the other *other* search engine...
ivy ; a search engine for love and life
vertico ; the search engine of the future
;;vertico ; the search engine of the future
:ui
;;deft ; notational velocity for Emacs
@@ -181,6 +181,9 @@
yaml ; JSON, but readable
zig ; C, but simpler
:tools
lsp ; lsp mode
:email
(mu4e +org +gmail)
;;notmuch