diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2023-09-29 22:40:08 +0100 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2023-09-29 22:40:08 +0100 |
commit | 5a5736335aea4052203eaf1c45d38206d985bafb (patch) | |
tree | e12777648fbeb47b2ebfd340e3b3fd134d8f3651 /.dir-locals.el | |
parent | 10a5e92ef61907ce2399f451dc30e70aecd5d3f6 (diff) | |
download | dotfiles-5a5736335aea4052203eaf1c45d38206d985bafb.tar.gz dotfiles-5a5736335aea4052203eaf1c45d38206d985bafb.tar.bz2 dotfiles-5a5736335aea4052203eaf1c45d38206d985bafb.zip |
(Emacs)~little clean
Diffstat (limited to '.dir-locals.el')
-rw-r--r-- | .dir-locals.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.dir-locals.el b/.dir-locals.el index b5fdeb5..1e9e4c6 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -1,4 +1,4 @@ ;;; Directory Local Variables -*- no-byte-compile: t; -*- ;;; For more information see (info "(emacs) Directory Variables") -((nil . ((+license/license-choice "MIT")))) +((nil . ((+license/license-choice . "MIT")))) |