Configuració de doom

This commit is contained in:
marc
2021-11-22 12:51:04 +01:00
parent 57ee7f8a1c
commit 82ebb2785f
5 changed files with 706 additions and 0 deletions

12
.doom.d/custom.el Normal file
View File

@@ -0,0 +1,12 @@
(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.
'(safe-local-variable-values '((cider-shadow-cljs-default-options . "app"))))
(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.
)