diff options
| author | Alasdair Armstrong | 2017-06-29 18:34:51 +0100 |
|---|---|---|
| committer | Alasdair Armstrong | 2017-06-29 18:34:51 +0100 |
| commit | 4c712104db3a178fd8316a2bb36f2f241f249d2d (patch) | |
| tree | 700dfaff11c4f56afed699d001262fc4d288c5e4 /editors | |
| parent | fca7f935547509f187be90c00e0be818fcacc2f4 (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.el | 4 |
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) |
