feat(emacs): add basic indentation support
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
b30d524418
commit
bcfd043a06
1 changed files with 3 additions and 1 deletions
|
@ -12,7 +12,9 @@
|
||||||
'("\\.lean$") ;; files for which to activate this mode
|
'("\\.lean$") ;; files for which to activate this mode
|
||||||
'((lambda()
|
'((lambda()
|
||||||
(set-input-method "Lean")
|
(set-input-method "Lean")
|
||||||
(abbrev-mode 1)))
|
(set (make-local-variable 'lisp-indent-function)
|
||||||
|
'common-lisp-indent-function)
|
||||||
|
))
|
||||||
"A mode for Lean files" ;; doc string for this mode
|
"A mode for Lean files" ;; doc string for this mode
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue