fix(emacs): disable abbreviation mode that was expanding "def" into "definition"
This commit is contained in:
parent
e5fc0f90b2
commit
0f854f592c
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@ Invokes `lean-mode-hook'.
|
||||||
(set (make-local-variable 'lisp-indent-function)
|
(set (make-local-variable 'lisp-indent-function)
|
||||||
'common-lisp-indent-function)
|
'common-lisp-indent-function)
|
||||||
(lean-set-keys)
|
(lean-set-keys)
|
||||||
(abbrev-mode 1)
|
;; (abbrev-mode 1)
|
||||||
(pcase-dolist (`(,hook . ,fn) lean-hooks-alist)
|
(pcase-dolist (`(,hook . ,fn) lean-hooks-alist)
|
||||||
(add-hook hook fn nil 'local))
|
(add-hook hook fn nil 'local))
|
||||||
(lean-mode-setup))
|
(lean-mode-setup))
|
||||||
|
|
Loading…
Reference in a new issue