summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorAlasdair Armstrong2017-06-29 18:34:51 +0100
committerAlasdair Armstrong2017-06-29 18:34:51 +0100
commit4c712104db3a178fd8316a2bb36f2f241f249d2d (patch)
tree700dfaff11c4f56afed699d001262fc4d288c5e4 /editors
parentfca7f935547509f187be90c00e0be818fcacc2f4 (diff)
Created prelude.sail for initial typing environment
Other things: * Cleaned up several files a bit * Fixed a bug in the parser where (deinfix |) got parsed as (definfix ||) * Turned of the irritating auto-indent in sail-mode.el
Diffstat (limited to 'editors')
-rw-r--r--editors/sail-mode.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/sail-mode.el b/editors/sail-mode.el
index 1fe51137..e1da042b 100644
--- a/editors/sail-mode.el
+++ b/editors/sail-mode.el
@@ -688,8 +688,8 @@ Based on Tuareg mode. See Tuareg mode for usage"
(setq comment-multi-line t)
(make-local-variable 'parse-sexp-ignore-comments)
(setq parse-sexp-ignore-comments nil)
- (make-local-variable 'indent-line-function)
- (setq indent-line-function 'sail-indent-command)
+ ;; (make-local-variable 'indent-line-function)
+ ;; setq indent-line-function 'sail-indent-command)
(unless sail-use-syntax-ppss
(add-hook 'before-change-functions 'sail-before-change-function nil t))
(make-local-variable 'normal-auto-fill-function)