gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet-nim] 04/05: Add a .dir-locals, el for configuring e


From: gnunet
Subject: [GNUnet-SVN] [gnunet-nim] 04/05: Add a .dir-locals, el for configuring emacs for this project
Date: Mon, 15 Apr 2019 01:31:57 +0200

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

dvn pushed a commit to branch master
in repository gnunet-nim.

commit cd773df3e4ba52beaef56f943e3591f3341a9e2a
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]