diff options
-rw-r--r-- | .doom.d/config.el | 4 | ||||
-rw-r--r-- | .doom.d/custom.el | 4 |
2 files changed, 3 insertions, 5 deletions
diff --git a/.doom.d/config.el b/.doom.d/config.el index bcb75bc..b63e333 100644 --- a/.doom.d/config.el +++ b/.doom.d/config.el @@ -140,8 +140,8 @@ ("https://www.thelancet.com/rssfeed/ebiom_online.xml" LancetOnline ebiom) ("https://www.thelancet.com/rssfeed/lancet_online.xml" LancetOnline lancet) ("https://www.thelancet.com/rssfeed/lanmic_online.xml" LancetOnline Microbiology) - ("https://www.techrepublic.com/rssfeeds/topic/open-source/" techrepublic linux) - ("https://bbs.archlinux.org/extern.php?action=feed&type=atom" archlinux linux)))) + ("https://www.techrepublic.com/rssfeeds/topic/open-source/" techrepublic linu) + ))) ) diff --git a/.doom.d/custom.el b/.doom.d/custom.el index 0377237..5f749ac 100644 --- a/.doom.d/custom.el +++ b/.doom.d/custom.el @@ -3,8 +3,7 @@ ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. - '(package-selected-packages - '(spotify vterm uwu-theme sketch-themes rg organic-green-theme one-themes nyx-theme moe-theme lab-themes jazz-theme helm-themes hackernews green-is-the-new-black-theme ewal-spacemacs-themes darktooth-theme ayu-theme arc-dark-theme ancient-one-dark-theme))) + '(package-selected-packages '(spotify jazz-theme))) (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. @@ -16,5 +15,4 @@ '(org-level-3 ((t (:inherit outline-2 :height 1.2 :family )))) '(org-level-4 ((t (:inherit outline-2 :height 1.15)))) '(org-level-5 ((t (:inherit outline-2 :height 1.0)))) - ) |