emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[nongnu] elpa/racket-mode 9502a2abea 1/3: racket-hash-lang-mode: Avoid e


From: ELPA Syncer
Subject: [nongnu] elpa/racket-mode 9502a2abea 1/3: racket-hash-lang-mode: Avoid electric global hook newline; fixes #685
Date: Wed, 6 Dec 2023 19:00:35 -0500 (EST)

branch: elpa/racket-mode
commit 9502a2abea57f19001e8ba11db630dc979172a36
Author: Greg Hendershott <git@greghendershott.com>
Commit: Greg Hendershott <git@greghendershott.com>

    racket-hash-lang-mode: Avoid electric global hook newline; fixes #685
---
 racket-hash-lang.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/racket-hash-lang.el b/racket-hash-lang.el
index b2dea56e74..d127075450 100644
--- a/racket-hash-lang.el
+++ b/racket-hash-lang.el
@@ -251,6 +251,7 @@ can contribute more colors; see the customization variable
   (add-hook 'post-self-insert-hook #'racket-hash-lang-post-self-insert nil t)
   (add-hook 'self-insert-uses-region-functions 
#'racket-hash-lang-will-use-region nil t)
   (electric-pair-local-mode -1)
+  (setq-local electric-pair-open-newline-between-pairs nil) ;#685
   (electric-indent-local-mode -1)
   (setq-local electric-indent-inhibit t)
   (setq-local blink-paren-function nil)



reply via email to

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