diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2024-05-13 17:36:40 +0530 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2024-05-13 17:36:40 +0530 |
commit | fdef946d6555b01b33fe496cdcd6fb293ae11eab (patch) | |
tree | 319e1d7f1ff6a572f134d8add0262f04da847b32 /Emacs/.config | |
parent | ee8e0834c0541b3ce2d2a5c1df7a146603235e50 (diff) | |
download | dotfiles-fdef946d6555b01b33fe496cdcd6fb293ae11eab.tar.gz dotfiles-fdef946d6555b01b33fe496cdcd6fb293ae11eab.tar.bz2 dotfiles-fdef946d6555b01b33fe496cdcd6fb293ae11eab.zip |
(Emacs/custom)~clean up some old customisations
Diffstat (limited to 'Emacs/.config')
-rw-r--r-- | Emacs/.config/emacs/.config/custom.el | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/Emacs/.config/emacs/.config/custom.el b/Emacs/.config/emacs/.config/custom.el index b23ebcd..36813a8 100644 --- a/Emacs/.config/emacs/.config/custom.el +++ b/Emacs/.config/emacs/.config/custom.el @@ -4,13 +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 . "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")))) + '((eval eglot-ensure) + (+license/license-choice . "GPLv2") + (+license/license-choice . "Unlicense") + (+license/license-choice . "MIT")))) (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. |