mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-19 13:43:36 -05:00
Merge pull request #1920 from rgrinberg/coq-disable-electric-terminators
lang/coq: proof-electric-terminator-enable = nil
This commit is contained in:
@@ -13,8 +13,6 @@
|
|||||||
|
|
||||||
|
|
||||||
;;;###package coq
|
;;;###package coq
|
||||||
(setq proof-electric-terminator-enable t)
|
|
||||||
|
|
||||||
;; Doom syncs other indent variables with `tab-width'; we are trusting major
|
;; Doom syncs other indent variables with `tab-width'; we are trusting major
|
||||||
;; modes to set it -- which most of them do -- but coq-mode doesn't, so...
|
;; modes to set it -- which most of them do -- but coq-mode doesn't, so...
|
||||||
(setq-hook! 'coq-mode-hook tab-width proof-indent)
|
(setq-hook! 'coq-mode-hook tab-width proof-indent)
|
||||||
|
Reference in New Issue
Block a user