neue Dateien

This commit is contained in:
2025-12-25 10:56:27 +01:00
parent 1af6d71c18
commit 4223d65b15
8 changed files with 903 additions and 0 deletions

19
.config/doom/custom.el Normal file
View File

@@ -0,0 +1,19 @@
(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.
'(magit-todos-insert-after '(bottom) nil nil "Changed by setter of obsolete option `magit-todos-insert-at'")
'(package-selected-packages '(eshell-syntax-highlighting doom-themes)))
(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.
'(font-lock-comment-face ((t (:slant italic))))
'(font-lock-keyword-face ((t (:slant italic))))
'(org-level-1 ((t (:inherit outline-1 :foreground "mediumslateblue" :height 1.15))))
'(org-level-2 ((t (:inherit outline-2 :foreground "coral" :height 1.0))))
'(org-level-3 ((t (:inherit outline-3 :height 1.0))))
'(org-level-4 ((t (:inherit outline-4 :height 1.0))))
'(org-level-5 ((t (:inherit outline-5 :height 1.0)))))