dotfiles/.doom.d/custom.el
2022-12-29 15:09:57 +01:00

24 lines
886 B
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 '("~/Documents/Personal/Notes/first-note.org"))
'(warning-suppress-log-types
'((frameset)
(frameset)
(frameset)
(frameset)
(defvaralias)))
'(warning-suppress-types
'((frameset)
(frameset)
(frameset)
(frameset)
(defvaralias))))
(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.
'(ts-fold-replacement-face ((t (:foreground nil :box nil :inherit font-lock-comment-face :weight light)))))