Fix Doom config
This commit is contained in:
@@ -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))
|
||||
|
||||
9
doom/.config/doom/elfeed.org
Normal file
9
doom/.config/doom/elfeed.org
Normal 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:
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user