Skip to content

Commit 699a445

Browse files
Merge pull request #24 from nextjournal/remove-linewrapping
This PR removes the `lineWrapping` extension from default extensions. Line wrapping is an opinionated behavior and removing it makes it easer to control the behavior from your code.
2 parents a83c87c + 56d084a commit 699a445

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/nextjournal/clojure_mode.cljs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@
7777
(match-brackets/extension)
7878
(sel-history/extension)
7979
(format/ext-format-changed-lines)
80-
(.-lineWrapping EditorView)
8180
(eval-region/extension {:modifier "Alt"})])
8281

8382
(comment

0 commit comments

Comments
 (0)