diff options
Diffstat (limited to '.doom.d/custom.el')
-rw-r--r-- | .doom.d/custom.el | 4 |
1 files changed, 1 insertions, 3 deletions
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)))) - ) |