(Emacs)~custom.el has safe values for projectile-*-cmd

This commit is contained in:
2023-09-22 14:50:08 +01:00
parent fce24d44ab
commit 66fa84dd10

View File

@@ -4,7 +4,10 @@
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(safe-local-variable-values
(flycheck-mode . t)))
'((projectile-project-configure-cmd . "make clean")
(projectile-project-test-cmd . "make 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.