Add doom config to repo
This commit is contained in:
27
config/doom/custom.el
Normal file
27
config/doom/custom.el
Normal file
@ -0,0 +1,27 @@
|
||||
(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.
|
||||
'(org-agenda-files
|
||||
'("~/Notes/Org/20220425205309-bseos_todo.org" "/home/christoph/Notes/Org/coding_projects.org" "/home/christoph/Notes/Org/20220324131647-ss2022.org" "/home/christoph/Notes/Org/20220406001207-renesas.org" "/home/christoph/Notes/Org/todo_private.org" "/home/christoph/Notes/Org/todo_ss_2022.org"))
|
||||
'(safe-local-variable-values
|
||||
'((projectile-project-root . "~/Dotfiles/doom/.config/doom"))))
|
||||
(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.
|
||||
'(doom-modeline-buffer-modified ((t (:foreground "orange"))))
|
||||
'(font-lock-comment-face ((t (:slant italic))))
|
||||
'(font-lock-keyword-face ((t (:slant italic))))
|
||||
'(org-document-title ((t (:height 1.2))))
|
||||
'(outline-1 ((t (:weight extra-bold :height 1.25))))
|
||||
'(outline-2 ((t (:weight bold :height 1.15))))
|
||||
'(outline-3 ((t (:weight bold :height 1.12))))
|
||||
'(outline-4 ((t (:weight semi-bold :height 1.09))))
|
||||
'(outline-5 ((t (:weight semi-bold :height 1.06))))
|
||||
'(outline-6 ((t (:weight semi-bold :height 1.03))))
|
||||
'(outline-8 ((t (:weight semi-bold))))
|
||||
'(outline-9 ((t (:weight semi-bold))))
|
||||
'(ts-fold-replacement-face ((t (:foreground nil :box nil :inherit font-lock-comment-face :weight light)))))
|
Reference in New Issue
Block a user