From 39ed1d435733c1250e2c0afdd79003520a9c6906 Mon Sep 17 00:00:00 2001 From: ng0 Date: Tue, 22 Oct 2019 15:43:22 +0000 Subject: make .dir-locals a symlink, update build-scripts --- .dir-locals.el | 17 +---------------- build-system/taler-build-scripts | 2 +- 2 files changed, 2 insertions(+), 17 deletions(-) mode change 100644 => 120000 .dir-locals.el diff --git a/.dir-locals.el b/.dir-locals.el deleted file mode 100644 index 6878638..0000000 --- a/.dir-locals.el +++ /dev/null @@ -1,16 +0,0 @@ -;; Per-directory local variables for GNU Emacs 23 and later. - -((nil - . ((fill-column . 78) - (tab-width . 4) - (indent-tabs-mode . nil) - (show-trailing-whitespace . t) - (c-basic-offset . 2) - (ispell-check-comments . exclusive) - (ispell-local-dictionary . "american") - (safe-local-variable-values - '((c-default-style . "gnu") - (sentence-end-double-space . f) - (eval add-hook 'prog-mode-hook #'flyspell-prog-mode) - (flyspell-issue-message-flag . f) ; avoid messages for every word - ))))) diff --git a/.dir-locals.el b/.dir-locals.el new file mode 120000 index 0000000..92352a2 --- /dev/null +++ b/.dir-locals.el @@ -0,0 +1 @@ +build-system/taler-build-scripts/conf/.dir-locals.el \ No newline at end of file diff --git a/build-system/taler-build-scripts b/build-system/taler-build-scripts index 4272384..aae7f00 160000 --- a/build-system/taler-build-scripts +++ b/build-system/taler-build-scripts @@ -1 +1 @@ -Subproject commit 4272384edde63ba46c5713490f5e92146187fc77 +Subproject commit aae7f00662634db4c314acfa6d8008e0322a21f5 -- cgit v1.2.3