chore(lean-mode): remove 'annoying' abbreviations

This commit is contained in:
Leonardo de Moura 2014-11-26 14:50:10 -08:00
parent e55397d422
commit 4bee7554a3

View file

@ -96,10 +96,7 @@
(local-set-key (kbd "TAB") 'lean-tab-indent-or-complete)) (local-set-key (kbd "TAB") 'lean-tab-indent-or-complete))
(define-abbrev-table 'lean-abbrev-table (define-abbrev-table 'lean-abbrev-table
'(("var" "variable") '())
("vars" "variables")
("def" "definition")
("th" "theorem")))
(defvar lean-mode-map (make-sparse-keymap) (defvar lean-mode-map (make-sparse-keymap)
"Keymap used in Lean mode") "Keymap used in Lean mode")