aboutsummaryrefslogtreecommitdiff
path: root/Emacs
diff options
context:
space:
mode:
authorAryadev Chavali <aryadev@aryadevchavali.com>2023-09-28 15:31:54 +0100
committerAryadev Chavali <aryadev@aryadevchavali.com>2023-09-28 15:31:54 +0100
commit2f610dba67c561d3e146870a52f7cb5ea3e13045 (patch)
tree8fdf592d54a956e5cf476069e1e999b21914f405 /Emacs
parent2c1f1858b7425257725ca2da8c176cf5616557a1 (diff)
downloaddotfiles-2f610dba67c561d3e146870a52f7cb5ea3e13045.tar.gz
dotfiles-2f610dba67c561d3e146870a52f7cb5ea3e13045.tar.bz2
dotfiles-2f610dba67c561d3e146870a52f7cb5ea3e13045.zip
(dir-locals|Emacs)+license choice into dir-locals
Diffstat (limited to 'Emacs')
-rw-r--r--Emacs/.config/emacs/.config/custom.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/Emacs/.config/emacs/.config/custom.el b/Emacs/.config/emacs/.config/custom.el
index 53ee2b7..03cfcc2 100644
--- a/Emacs/.config/emacs/.config/custom.el
+++ b/Emacs/.config/emacs/.config/custom.el
@@ -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"))))