diff options
author | Christopher Baines <mail@cbaines.net> | 2018-03-25 19:42:42 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2018-03-29 07:59:01 +0100 |
commit | 3960493badf10237da7cea1a7d34571dd2bc72d6 (patch) | |
tree | f01814fea0588f1c3ce636d29b6b42891d84d808 | |
parent | e72b15d1e093952d72ef22aaa3d38c9210c212b6 (diff) | |
download | govuk-mini-environment-admin-3960493badf10237da7cea1a7d34571dd2bc72d6.tar govuk-mini-environment-admin-3960493badf10237da7cea1a7d34571dd2bc72d6.tar.gz |
Add Emacs configuration
-rw-r--r-- | .dir-locals.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.dir-locals.el b/.dir-locals.el new file mode 100644 index 0000000..d64fe07 --- /dev/null +++ b/.dir-locals.el @@ -0,0 +1,5 @@ +;;; Directory Local Variables +;;; For more information see (info "(emacs) Directory Variables") + +((nil + (eval rspec-verifiable-mode 0))) |