fix(emacs/lean-mode): add comment-start "--"

fix #113
This commit is contained in:
Soonho Kong 2014-08-29 20:08:29 -07:00
parent 59d3227eaa
commit 543fdf840e

View file

@ -124,6 +124,7 @@ enabled and disabled respectively.")
:syntax-table lean-syntax-table
:abbrev-table lean-abbrev-table
:group 'lean
(set (make-local-variable 'comment-start) "--")
(set (make-local-variable 'comment-start-skip) "[-/]-[ \t]*")
(set (make-local-variable 'comment-end) "")
(set (make-local-variable 'comment-end-skip) "[ \t]*\\(-/\\|\\s>\\)")