mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-23 14:03:44 -05:00
Replace Coq-Mode abbreviations with yasnippet
Since ProofGenerals abbreviation usage interfers with evil-mode, this empties the abbreviation table of coq-mode. The abbreviations got transformed into yasnippet snippets and put into hlissner/emacs-snippets#4.
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
;; `coq'
|
||||
(setq proof-electric-terminator-enable t)
|
||||
|
||||
(setq coq-mode-abbrev-table '())
|
||||
|
||||
(after! company-coq
|
||||
(set-lookup-handlers! 'company-coq-mode
|
||||
:definition #'company-coq-jump-to-definition
|
||||
|
Reference in New Issue
Block a user