diff options
author | jdlugosz963 <jdlugosz963@gmail.com> | 2022-08-12 17:45:20 +0200 |
---|---|---|
committer | jdlugosz963 <jdlugosz963@gmail.com> | 2022-08-12 17:45:20 +0200 |
commit | 9ff9098d793c4f05b77a7deb2f40c0470e9fe8ae (patch) | |
tree | 8dead331cab261b6277d527d4bfed2db54b66507 /.doom.d/custom.el | |
parent | 1ee954a4c0173569d8c01358db073e40de2c9355 (diff) | |
download | dotfiles-9ff9098d793c4f05b77a7deb2f40c0470e9fe8ae.tar.gz dotfiles-9ff9098d793c4f05b77a7deb2f40c0470e9fe8ae.zip |
Remove doom emacs config
Diffstat (limited to '.doom.d/custom.el')
-rw-r--r-- | .doom.d/custom.el | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/.doom.d/custom.el b/.doom.d/custom.el deleted file mode 100644 index d44fb92..0000000 --- a/.doom.d/custom.el +++ /dev/null | |||
@@ -1,20 +0,0 @@ | |||
1 | (custom-set-variables | ||
2 | ;; custom-set-variables was added by Custom. | ||
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. | ||
5 | ;; If there is more than one, they won't work right. | ||
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)))) | ||
11 | (custom-set-faces | ||
12 | ;; custom-set-faces was added by Custom. | ||
13 | ;; If you edit it by hand, you could mess it up, so be careful. | ||
14 | ;; Your init file should contain only one such instance. | ||
15 | ;; If there is more than one, they won't work right. | ||
16 | '(org-level-1 ((t (:inherit outline-1 :height 1.2)))) | ||
17 | '(org-level-2 ((t (:inherit outline-2 :height 1.1)))) | ||
18 | '(org-level-3 ((t (:inherit outline-3 :height 1.05)))) | ||
19 | '(org-level-4 ((t (:inherit outline-4 :height 1.025)))) | ||
20 | '(org-level-5 ((t (:inherit outline-5 :height 1.0))))) | ||