summaryrefslogtreecommitdiff
path: root/.doom.d/custom.el
diff options
context:
space:
mode:
Diffstat (limited to '.doom.d/custom.el')
-rw-r--r--.doom.d/custom.el24
1 files changed, 0 insertions, 24 deletions
diff --git a/.doom.d/custom.el b/.doom.d/custom.el
deleted file mode 100644
index 2e8e240..0000000
--- a/.doom.d/custom.el
+++ /dev/null
@@ -1,24 +0,0 @@
-(custom-set-variables
- ;; custom-set-variables was added by Custom.
- ;; 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.
- '(custom-safe-themes
- '("97db542a8a1731ef44b60bc97406c1eb7ed4528b0d7296997cbb53969df852d6" default))
- '(doc-view-continuous t)
- '(org-agenda-files '("~/org/agenda.org"))
- '(package-selected-packages
- '(pdf-view-restore spotify pdf-tools org-anki anki-connect quelpa-use-package exwm ##))
- '(warning-suppress-log-types '((erc) (erc)))
- '(warning-suppress-types '((color-theme) (erc) (erc))))
-(custom-set-faces
- ;; custom-set-faces was added by Custom.
- ;; 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.
- '(default ((t (:height 100 :family "hack"))))
- '(org-level-1 ((t (:inherit outline-1 :height 1.3 :family "hack"))))
- '(org-level-2 ((t (:inherit outline-2 :height 1.2 :family "source code pro"))))
- '(org-level-3 ((t (:inherit outline-2 :height 1.2 :family "mono"))))
- '(org-level-4 ((t (:inherit outline-2 :height 1.0))))
- '(org-level-5 ((t (:inherit outline-2 :height 1.0)))))