fix(emacs/lean-mode): Bind TAB with lean-tab-indent-or-compliete

This commit is contained in:
Soonho Kong 2014-09-02 17:02:35 -04:00
parent bbdb13172e
commit b05aeb112b

View file

@ -82,7 +82,7 @@
(local-set-key "\C-c\C-t" 'lean-eldoc-documentation-function)
(local-set-key "\C-c\C-f" 'lean-fill-placeholder)
(local-set-key "\M-." 'lean-find-tag)
(local-set-key [tab] 'lean-tab-indent-or-complete))
(local-set-key (kbd "TAB") 'lean-tab-indent-or-complete))
(define-abbrev-table 'lean-abbrev-table
'(("var" "variable")