28 lines
1.6 KiB
EmacsLisp
28 lines
1.6 KiB
EmacsLisp
(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/20220924183716-bachelorarbeit.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)))))
|