We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 029c150 commit e23a528Copy full SHA for e23a528
purescript-indentation.el
@@ -47,7 +47,7 @@
47
(defvar parse-line-number)
48
(defvar possible-indentations)
49
(defvar indentation-point)
50
-(defvar purescript-indent-last-position)
+(defvar-local purescript-indent-last-position nil)
51
52
(defgroup purescript-indentation nil
53
"PureScript indentation."
@@ -133,9 +133,7 @@ autofill-mode."
133
(set (make-local-variable 'indent-line-function)
134
'purescript-indentation-indent-line)
135
(set (make-local-variable 'normal-auto-fill-function)
136
- 'purescript-indentation-auto-fill-function)
137
- (set (make-local-variable 'purescript-indent-last-position)
138
- nil)))
+ 'purescript-indentation-auto-fill-function)))
139
140
;;;###autoload
141
(defun turn-on-purescript-indentation ()
0 commit comments