aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq
diff options
context:
space:
mode:
authorGravatar Pierre Courtieu <courtieu@lri.fr>2011-06-10 16:10:19 +0000
committerGravatar Pierre Courtieu <courtieu@lri.fr>2011-06-10 16:10:19 +0000
commit98820ae1d0513b9cc882cb0b43b538f2edfffa46 (patch)
tree77a28c98f640fe9b01f7b360403394863f3a0001 /coq
parent0779f6631f2db022f37aace50b2747be2d70a744 (diff)
Unplug smie cindentation code for this release.
Diffstat (limited to 'coq')
-rw-r--r--coq/coq.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/coq/coq.el b/coq/coq.el
index a51da38b..5a7b28e1 100644
--- a/coq/coq.el
+++ b/coq/coq.el
@@ -219,7 +219,7 @@ On Windows you might need something like:
;; Indentation and navigation support via SMIE.
-(defcustom coq-use-smie t
+(defcustom coq-use-smie nil
"If non-nil, Coq mode will try to use SMIE for indentation.
SMIE is a navigation and indentation framework available in Emacs ≥ 23.3."
:type 'boolean