[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [taler-mitm] branch master updated: Add a .dir-locals, el f
From: |
gnunet |
Subject: |
[GNUnet-SVN] [taler-mitm] branch master updated: Add a .dir-locals, el for configuring emacs for this project |
Date: |
Thu, 18 Apr 2019 12:42:35 +0200 |
This is an automated email from the git hooks/post-receive script.
hartmut pushed a commit to branch master
in repository mitm.
The following commit(s) were added to refs/heads/master by this push:
new 1c64237 Add a .dir-locals,el for configuring emacs for this project
1c64237 is described below
commit 1c642377502f47611cc50936625bbe8d943e37d1
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] [taler-mitm] branch master updated: Add a .dir-locals, el for configuring emacs for this project,
gnunet <=