aboutsummaryrefslogtreecommitdiffstats
path: root/doom/config.el
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2021-10-15 23:37:22 +0100
committerYann Herklotz <git@yannherklotz.com>2021-10-15 23:37:22 +0100
commitac75c2d63125e27f486ebb984152c866ef17e677 (patch)
treee67adc5135e7222b2df58c573f6c4f9525ca384d /doom/config.el
parentd7913720128e48f07696565867f41c052d6e1f69 (diff)
downloaddotfiles-ac75c2d63125e27f486ebb984152c866ef17e677.tar.gz
dotfiles-ac75c2d63125e27f486ebb984152c866ef17e677.zip
Fix slowdowns in coq-mode
Diffstat (limited to 'doom/config.el')
-rw-r--r--doom/config.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/doom/config.el b/doom/config.el
index 805a820..d38f9e6 100644
--- a/doom/config.el
+++ b/doom/config.el
@@ -556,6 +556,10 @@
coq-compile-keep-going nil
coq-compile-quick 'no-quick)
+;; Removes performance problems with opening coq files.
+(after! core-editor
+ (add-to-list 'doom-detect-indentation-excluded-modes 'coq-mode))
+
(setq coq-may-use-prettify nil
company-coq-prettify-symbols nil)