(Emacs)~more safe values

This commit is contained in:
2023-09-29 21:40:45 +01:00
parent acdba2fea0
commit cc25dcf812

View File

@@ -4,9 +4,10 @@
;; 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 . "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-run-cmd . "make run") (projectile-project-run-cmd . "make run")
(projectile-project-compilation-cmd . "make")))) (projectile-project-compilation-cmd . "make"))))
(custom-set-faces (custom-set-faces