summaryrefslogtreecommitdiffstats
path: root/.doom.d/custom.el
diff options
context:
space:
mode:
authorjdlugosz963 <jdlugosz963@gmail.com>2022-08-12 17:33:44 +0200
committerjdlugosz963 <jdlugosz963@gmail.com>2022-08-12 17:33:44 +0200
commitce6293c0cc6a9be96acc5fc49c5ba52241053f14 (patch)
treef5d33e5ad18787339902ca006e8d19f3e73bf9c5 /.doom.d/custom.el
parente317f2db74fa024b58c2c0d4bc0e1df0f489c290 (diff)
downloaddotfiles-ce6293c0cc6a9be96acc5fc49c5ba52241053f14.tar.gz
dotfiles-ce6293c0cc6a9be96acc5fc49c5ba52241053f14.zip
Update doom emacs config
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.