Skip to content

Commit

Permalink
racket-hash-lang-mode: Avoid electric global hook newline; fixes #685
Browse files Browse the repository at this point in the history
  • Loading branch information
greghendershott committed Dec 6, 2023
1 parent a59140f commit 4da7f15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions racket-hash-lang.el
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4da7f15

Please sign in to comment.