gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnurl] branch master updated: Use gnunet standard .dir-loc


From: gnunet
Subject: [GNUnet-SVN] [gnurl] branch master updated: Use gnunet standard .dir-locals.el for configuring emacs.
Date: Thu, 18 Apr 2019 12:47:59 +0200

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

hartmut pushed a commit to branch master
in repository gnurl.

The following commit(s) were added to refs/heads/master by this push:
     new dc6e99afc Use gnunet standard .dir-locals.el for configuring emacs.
dc6e99afc is described below

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

    Use gnunet standard .dir-locals.el for configuring emacs.
---
 .dir-locals.el | 24 +++++++++++++++---------
 1 file changed, 15 insertions(+), 9 deletions(-)

diff --git a/.dir-locals.el b/.dir-locals.el
index ed91b128c..687863811 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -1,10 +1,16 @@
-;;; Directory Local Variables
-;;; See Info node `(emacs) Directory Variables' for more information.
+;; Per-directory local variables for GNU Emacs 23 and later.
 
-((nil . ((indent-tabs-mode . nil)
-         (show-trailing-whitespace . t)))
- (c-mode . ((c-basic-offset . 2)
-            ))
- (c++-mode . ((c-basic-offset . 2)
-              ))
- )
+((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]