gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-survey] branch master updated: Add a .dir-locals, el


From: gnunet
Subject: [GNUnet-SVN] [taler-survey] branch master updated: Add a .dir-locals, el for configuring emacs for this project
Date: Thu, 18 Apr 2019 12:43:57 +0200

This is an automated email from the git hooks/post-receive script.

hartmut pushed a commit to branch master
in repository survey.

The following commit(s) were added to refs/heads/master by this push:
     new 4dcfcba  Add a .dir-locals,el for configuring emacs for this project
4dcfcba is described below

commit 4dcfcba8f275f1eea0b53c11213c426767008853
Author: Hartmut Goebel <address@hidden>
AuthorDate: Fri Mar 15 21:03:35 2019 +0100

    Add a .dir-locals,el for configuring emacs for this project
---
 .dir-locals.el | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/.dir-locals.el b/.dir-locals.el
new file mode 100644
index 0000000..6878638
--- /dev/null
+++ b/.dir-locals.el
@@ -0,0 +1,16 @@
+;; 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
+        )))))

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]