From 1c0a9b1273d37a79a70136af2e3223a6e2502d69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar=20N=C3=A1jera?= Date: Wed, 4 May 2022 02:01:39 +0200 Subject: font size and feeds --- config/doom/config.org | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/config/doom/config.org b/config/doom/config.org index b926dfa..86bb058 100644 --- a/config/doom/config.org +++ b/config/doom/config.org @@ -9,7 +9,7 @@ * Editor ** Theme #+begin_src emacs-lisp -(setq doom-font (font-spec :family "DejaVuSansMono Nerd Font" :size 18 :weight 'semi-light)) +(setq doom-font (font-spec :family "DejaVu Sans Mono" :size 16 :weight 'semi-light)) (setq doom-theme 'doom-gruvbox) #+end_src This determines the style of line numbers in effect. If set to `nil', line @@ -193,7 +193,9 @@ this new window. (set-evil-initial-state! 'elfeed-search-mode 'emacs) (setq elfeed-feeds '("https://sachachua.com/blog/feed" - "https://www.howardism.org/index.xml"))) + "http://www.howardism.org/index.xml" + "https://guix.gnu.org/feeds/blog.atom" + "https://stevelosh.com/rss.xml"))) #+end_src -- cgit v1.2.3