aboutsummaryrefslogtreecommitdiff
path: root/Emacs/.config
diff options
context:
space:
mode:
authorAryadev Chavali <aryadev@aryadevchavali.com>2023-09-29 21:40:45 +0100
committerAryadev Chavali <aryadev@aryadevchavali.com>2023-09-29 21:40:45 +0100
commitcc25dcf8121c7a0431f5fc1f27675b1229818041 (patch)
tree1ec0c2ecfe7d20fa83c7e4cc438b76a58b1f1dac /Emacs/.config
parentacdba2fea00495bc7b6fb60667d7fe6c33f18789 (diff)
downloaddotfiles-cc25dcf8121c7a0431f5fc1f27675b1229818041.tar.gz
dotfiles-cc25dcf8121c7a0431f5fc1f27675b1229818041.tar.bz2
dotfiles-cc25dcf8121c7a0431f5fc1f27675b1229818041.zip
(Emacs)~more safe values
Diffstat (limited to 'Emacs/.config')
-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 03cfcc2..cfa54a6 100644
--- a/Emacs/.config/emacs/.config/custom.el
+++ b/Emacs/.config/emacs/.config/custom.el
@@ -4,9 +4,10 @@
;; 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")
+ '((+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