(dir-locals|Emacs)+license choice into dir-locals

This commit is contained in:
2023-09-28 15:31:54 +01:00
parent 2c1f1858b7
commit 2f610dba67
2 changed files with 6 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
;;; Directory Local Variables -*- no-byte-compile: t; -*-
;;; For more information see (info "(emacs) Directory Variables")
((nil . ((+license/license-choice "MIT"))))

View File

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