diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2023-10-02 05:34:23 +0100 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2023-10-02 05:34:23 +0100 |
commit | 9e975839fe0b98649549173fe04f9191226e0657 (patch) | |
tree | 6ed29733949abb78dfab5c28d9dd2f6a089d2163 /Emacs/.config/emacs | |
parent | 31f0c9b8759f66b32a69afde42f0b7089cac4fbb (diff) | |
download | dotfiles-9e975839fe0b98649549173fe04f9191226e0657.tar.gz dotfiles-9e975839fe0b98649549173fe04f9191226e0657.tar.bz2 dotfiles-9e975839fe0b98649549173fe04f9191226e0657.zip |
(Emacs)~dir-locals
Diffstat (limited to 'Emacs/.config/emacs')
-rw-r--r-- | Emacs/.config/emacs/.config/custom.el | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/Emacs/.config/emacs/.config/custom.el b/Emacs/.config/emacs/.config/custom.el index cfa54a6..b23ebcd 100644 --- a/Emacs/.config/emacs/.config/custom.el +++ b/Emacs/.config/emacs/.config/custom.el @@ -4,11 +4,12 @@ ;; 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 . "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") + '((+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. |