(Emacs)~dir-locals

This commit is contained in:
2023-10-02 05:34:23 +01:00
parent 31f0c9b875
commit 9e975839fe

View File

@@ -4,7 +4,8 @@
;; Your init file should contain only one such instance. ;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right. ;; If there is more than one, they won't work right.
'(safe-local-variable-values '(safe-local-variable-values
'((+license/license-choice . "MIT") '((+license/license-choice . "GPLv2")
(+license/license-choice . "MIT")
(projectile-project-configure-cmd . "make clean") (projectile-project-configure-cmd . "make clean")
(projectile-project-test-cmd . "make test") (projectile-project-test-cmd . "make test")
(projectile-project-test-cmd . "make run-test") (projectile-project-test-cmd . "make run-test")