chore(lean-mode): remove 'annoying' abbreviations
This commit is contained in:
parent
e55397d422
commit
4bee7554a3
1 changed files with 1 additions and 4 deletions
|
@ -96,10 +96,7 @@
|
|||
(local-set-key (kbd "TAB") 'lean-tab-indent-or-complete))
|
||||
|
||||
(define-abbrev-table 'lean-abbrev-table
|
||||
'(("var" "variable")
|
||||
("vars" "variables")
|
||||
("def" "definition")
|
||||
("th" "theorem")))
|
||||
'())
|
||||
|
||||
(defvar lean-mode-map (make-sparse-keymap)
|
||||
"Keymap used in Lean mode")
|
||||
|
|
Loading…
Reference in a new issue