diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2023-09-28 15:31:54 +0100 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2023-09-28 15:31:54 +0100 |
commit | 2f610dba67c561d3e146870a52f7cb5ea3e13045 (patch) | |
tree | 8fdf592d54a956e5cf476069e1e999b21914f405 /.dir-locals.el | |
parent | 2c1f1858b7425257725ca2da8c176cf5616557a1 (diff) | |
download | dotfiles-2f610dba67c561d3e146870a52f7cb5ea3e13045.tar.gz dotfiles-2f610dba67c561d3e146870a52f7cb5ea3e13045.tar.bz2 dotfiles-2f610dba67c561d3e146870a52f7cb5ea3e13045.zip |
(dir-locals|Emacs)+license choice into dir-locals
Diffstat (limited to '.dir-locals.el')
-rw-r--r-- | .dir-locals.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.dir-locals.el b/.dir-locals.el index e69de29..b5fdeb5 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -0,0 +1,4 @@ +;;; Directory Local Variables -*- no-byte-compile: t; -*- +;;; For more information see (info "(emacs) Directory Variables") + +((nil . ((+license/license-choice "MIT")))) |