Recent updates

This commit is contained in:
Joe Frikker
2025-03-21 19:17:43 -04:00
parent 4829b1fe12
commit faa31d1bff
10 changed files with 535 additions and 39 deletions

26
dot_config/doom/custom.el Normal file
View File

@@ -0,0 +1,26 @@
(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.
'(ignored-local-variable-values
'((Syntax . ANSI-Common-Lisp)
(package . cl-mock)
(syntax . common-lisp)
(Base . 10)
(Package . FIVEAM)
(Syntax . Ansi-Common-Lisp)))
'(safe-local-variable-values
'((org-tags-exclude-from-inheritance "why" "tbd")
(org-tags-exclude-from-inheritance quote
("why" "tbd"))
(org-tags-exclude-from-inheritance quote
("why"
(\, "tbd")))
(sly-load-failed-fasl . ask))))
(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.
)