fix(agda): agda2-auto-maybe-all -> agda2-mimer-maybe-all

Fixes the broken Agda auto mode in Doom Emacs caused by the
introduction of mimer in Agda 2.7.0.

* modules/lang/agda/config.el (agda-auto-mode):
replaced agsy with mimer for auto mode call.
This commit is contained in:
Tomasz Brengos
2024-10-24 23:43:56 +02:00
committed by GitHub
parent fafdb25dd8
commit dea6552ef9

View File

@ -24,7 +24,7 @@
"," #'agda2-goal-and-context
"=" #'agda2-show-constraints
"SPC" #'agda2-give
"a" #'agda2-auto-maybe-all
"a" #'agda2-mimer-maybe-all
"b" #'agda2-previous-goal
"c" #'agda2-make-case
"d" #'agda2-infer-type-maybe-toplevel