File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -126,14 +126,12 @@ set and deleted as if they were real tabs. It supports
126
126
autofill-mode."
127
127
:lighter " Ind"
128
128
:keymap purescript-indentation-mode-map
129
- (kill-local-variable 'indent-line-function )
130
- (kill-local-variable 'normal-auto-fill-function )
131
129
(when purescript-indentation-mode
132
130
(setq max-lisp-eval-depth (max max-lisp-eval-depth 600 )) ; ; set a higher limit for recursion
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 )))
131
+ (setq -local indent-line-function
132
+ # 'purescript-indentation-indent-line )
133
+ (setq -local normal-auto-fill-function
134
+ # 'purescript-indentation-auto-fill-function )))
137
135
138
136
;;;### autoload
139
137
(defun turn-on-purescript-indentation ()
You can’t perform that action at this time.
0 commit comments