gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnurl] branch master updated: Revert "Use gnunet standard


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

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

ng0 pushed a commit to branch master
in repository gnurl.

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

commit c9a8e0df6eff4f9dde5794a3aa80a60acf60088e
Author: ng0 <address@hidden>
AuthorDate: Thu Apr 18 11:59:16 2019 +0000

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

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

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



reply via email to

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