unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH] Disable electric quotes in the Emacs codebase.
@ 2019-01-02 21:21 Philipp Stephani
  2019-01-02 21:58 ` Paul Eggert
  0 siblings, 1 reply; 13+ messages in thread
From: Philipp Stephani @ 2019-01-02 21:21 UTC (permalink / raw)
  To: emacs-devel; +Cc: Philipp Stephani

* .dir-locals.el: Disable electric quotes in comments and strings, as
the Emacs codebase doesn't use them.
---
 .dir-locals.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.dir-locals.el b/.dir-locals.el
index 68eb58fa18..1089b1f892 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -1,6 +1,8 @@
 ((nil . ((tab-width . 8)
          (sentence-end-double-space . t)
-         (fill-column . 70)))
+         (fill-column . 70)
+         (electric-quote-comment . nil)
+         (electric-quote-string . nil)))
  (c-mode . ((c-file-style . "GNU")
             (c-noise-macro-names . ("UNINIT" "CALLBACK" "ALIGN_STACK"))))
  (objc-mode . ((c-file-style . "GNU")))
-- 
2.17.2 (Apple Git-113)




^ permalink raw reply related	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2019-01-15  0:40 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-02 21:21 [PATCH] Disable electric quotes in the Emacs codebase Philipp Stephani
2019-01-02 21:58 ` Paul Eggert
2019-01-02 22:16   ` Dmitry Gutov
2019-01-03 13:48   ` Eli Zaretskii
2019-01-03 19:14     ` Paul Eggert
2019-01-03 19:34       ` Eli Zaretskii
2019-01-06  0:40   ` Philipp Stephani
2019-01-06  2:12     ` Paul Eggert
2019-01-06  3:38       ` Eli Zaretskii
2019-01-06 21:34         ` Philipp Stephani
2019-01-06 21:58           ` [PATCH] Disable electric quotes for most files " Philipp Stephani
2019-01-09 15:30             ` Eli Zaretskii
2019-01-15  0:40               ` Philipp Stephani

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).