mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Terminator triggers evaluation
This commit is contained in:
@ -1,5 +1,8 @@
|
||||
;;; lang/coq/config.el -*- lexical-binding: t; -*-
|
||||
|
||||
(after! coq
|
||||
(setq proof-electric-terminator-enable t))
|
||||
|
||||
(after! company-coq
|
||||
(set-lookup-handlers! 'company-coq-mode
|
||||
:definition #'company-coq-jump-to-definition
|
||||
|
Reference in New Issue
Block a user