Files
dotfiles/Emacs/.config/emacs/.config/custom.el
2023-10-02 05:34:23 +01:00

20 lines
899 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.
'(safe-local-variable-values
'((+license/license-choice . "GPLv2")
(+license/license-choice . "MIT")
(projectile-project-configure-cmd . "make clean")
(projectile-project-test-cmd . "make test")
(projectile-project-test-cmd . "make run-test")
(projectile-project-run-cmd . "make run")
(projectile-project-compilation-cmd . "make"))))
(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.
)