fix(emacs/lean-mode): Bind TAB with lean-tab-indent-or-compliete
This commit is contained in:
parent
bbdb13172e
commit
b05aeb112b
1 changed files with 8 additions and 8 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue