From 1dd933e602c51016eece8ec24663b877cee0a5f0 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sat, 14 Jul 2018 01:12:23 -0400 Subject: Hello, Pluto Provide support for creating/modifying views and setting metadata. All of git-annex's view commands are exposed, and most of the "setting" features of the 'git annex metadata' command are supported. Of the remaining bits, I intend to support only the --force flag (needed for setting metadata a directory's files). The user interface may still require a good amount of tweaking, but things seem to be in a working state. --- .dir-locals.el | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .dir-locals.el (limited to '.dir-locals.el') diff --git a/.dir-locals.el b/.dir-locals.el new file mode 100644 index 0000000..8759a39 --- /dev/null +++ b/.dir-locals.el @@ -0,0 +1,4 @@ +((nil + (sentence-end-double-space . t)) + (emacs-lisp-mode + (indent-tabs-mode . nil))) -- cgit v1.2.3