summaryrefslogtreecommitdiffstats
path: root/.doom.d/custom.el
diff options
context:
space:
mode:
Diffstat (limited to '.doom.d/custom.el')
-rw-r--r--.doom.d/custom.el6
1 files changed, 5 insertions, 1 deletions
diff --git a/.doom.d/custom.el b/.doom.d/custom.el
index d20f917..d44fb92 100644
--- a/.doom.d/custom.el
+++ b/.doom.d/custom.el
@@ -3,7 +3,11 @@
3 ;; If you edit it by hand, you could mess it up, so be careful. 3 ;; If you edit it by hand, you could mess it up, so be careful.
4 ;; Your init file should contain only one such instance. 4 ;; Your init file should contain only one such instance.
5 ;; If there is more than one, they won't work right. 5 ;; If there is more than one, they won't work right.
6 '(package-selected-packages '(pdf-tools))) 6 '(custom-safe-themes
7 '("1bddd01e6851f5c4336f7d16c56934513d41cc3d0233863760d1798e74809b4b" "4a5aa2ccb3fa837f322276c060ea8a3d10181fecbd1b74cb97df8e191b214313" "1d5e33500bc9548f800f9e248b57d1b2a9ecde79cb40c0b1398dec51ee820daf" default))
8 '(package-selected-packages
9 '(lsp-java python-django dockerfile-mode dired-ranger lsp-mode ## diredc diff-hl))
10 '(warning-suppress-types '((dired-mode-hook) (dired-mode-hook))))
7(custom-set-faces 11(custom-set-faces
8 ;; custom-set-faces was added by Custom. 12 ;; custom-set-faces was added by Custom.
9 ;; If you edit it by hand, you could mess it up, so be careful. 13 ;; If you edit it by hand, you could mess it up, so be careful.