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 8abc5cd commit 3e95336Copy full SHA for 3e95336
elisp/shm-test.el
@@ -44,6 +44,8 @@
44
(structured-haskell-mode t)
45
(when (fboundp 'god-local-mode)
46
(god-local-mode -1))
47
+ (when (fboundp 'electric-indent-mode)
48
+ (electric-indent-mode -1))
49
(erase-buffer)
50
(insert "\n")
51
(setq shm-test-eob (set-marker (make-marker) (point)))
@@ -123,6 +125,8 @@
123
125
(kill-all-local-variables)
124
126
127
128
129
130
(let ((customizations (plist-get test :customizations)))
131
(when customizations
132
(dolist (entry customizations)
0 commit comments