Add current doom config

This commit is contained in:
2025-04-12 09:42:15 +02:00
commit e1266f5057
6 changed files with 2421 additions and 0 deletions

13
custom.el Normal file
View File

@@ -0,0 +1,13 @@
(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.
'(package-selected-packages
'(catppuccin-theme obsidian olivetti org-download org-superstar vulpea)))
(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.
)