fix(coq): inhibit indent detection
Indent detection (via dtrt-indent) is slow and inconclusive in coq-mode files. Since it's rarely helpful for them anyway, I inhibit it. Fix: #5823
This commit is contained in:
parent
82b6bd3159
commit
d03ac051bf
1 changed files with 4 additions and 0 deletions
|
@ -13,6 +13,10 @@
|
|||
;; sane `comment-line-break-function', so...
|
||||
comment-line-break-function nil)
|
||||
|
||||
;; HACK: See #5823: indent detection is slow and inconclusive in coq-mode files,
|
||||
;; and rarely helpful anyway, so I inhibit it.
|
||||
(add-to-list 'doom-detect-indentation-excluded-modes 'coq-mode)
|
||||
|
||||
;; 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