lang/coq: tab-width = proof-indent
This commit is contained in:
parent
679b16a22e
commit
22ae9cca15
1 changed files with 4 additions and 0 deletions
|
@ -15,6 +15,10 @@
|
|||
;;;###package coq
|
||||
(setq proof-electric-terminator-enable t)
|
||||
|
||||
;; 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...
|
||||
(setq-hook! 'coq-mode-hook tab-width proof-indent)
|
||||
|
||||
;; We've replaced coq-mode abbrevs with yasnippet snippets (in the snippets
|
||||
;; library included with Doom).
|
||||
(setq coq-mode-abbrev-table '())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue