We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b59698e commit 13b3648Copy full SHA for 13b3648
dhall-mode.el
@@ -156,6 +156,7 @@ down. You can also disable type-checking entirely by setting
156
(source (buffer-string)))
157
(with-temp-buffer
158
(with-current-buffer errbuf
159
+ (read-only-mode -1)
160
(erase-buffer))
161
(insert source)
162
(if (zerop (shell-command-on-region (point-min)
@@ -167,7 +168,8 @@ down. You can also disable type-checking entirely by setting
167
168
(prog1
169
nil
170
- (ansi-color-apply-on-region (point-min) (point-max))))))))))
171
+ (ansi-color-apply-on-region (point-min) (point-max))
172
+ (view-mode)))))))))
173
174
(reformatter-define dhall-format
175
:program (or dhall-format-command dhall-command)
0 commit comments