General cleanup + refactor
This commit is contained in:
parent
5e2c483923
commit
0e7254d312
12 changed files with 30 additions and 24 deletions
|
@ -79,6 +79,8 @@
|
|||
|
||||
;;;###autoload
|
||||
(define-minor-mode +present/big-mode
|
||||
"A global mode that resizes the font, for streams, screen-sharing and
|
||||
presentations."
|
||||
:init-value nil
|
||||
:lighter " BIG"
|
||||
:global t
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
(def-package! elfeed
|
||||
:commands elfeed
|
||||
:config
|
||||
(setq-default elfeed-search-filter "@2-week-ago ")
|
||||
(setq elfeed-db-directory (concat doom-local-dir "elfeed/db/")
|
||||
(setq elfeed-search-filter "@2-week-ago "
|
||||
elfeed-db-directory (concat doom-local-dir "elfeed/db/")
|
||||
elfeed-enclosure-default-dir (concat doom-local-dir "elfeed/enclosures/")
|
||||
elfeed-show-entry-switch #'+rss-popup-pane
|
||||
elfeed-show-entry-delete #'+rss/delete-pane
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue