Skip to content

Commit

Permalink
coq: remove caveats
Browse files Browse the repository at this point in the history
since they were incorrect (major mode file is `gallina.el` not `coq.el`) and repeating things already documented in the [Coq Reference Manual](https://coq.inria.fr/refman/Reference-Manual017.html) section 15.6.1
  • Loading branch information
hrldcpr authored and dunn committed Jun 30, 2016
1 parent 81e61e0 commit 13c57c3
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Formula/coq.rb
Expand Up @@ -43,13 +43,6 @@ def install
system "make", "install"
end

def caveats; <<-EOS.undent
To use the Coq Emacs mode, add the following to your init file:
(setq auto-mode-alist (cons '("\\\\.v$" . coq-mode) auto-mode-alist))
(autoload 'coq-mode "coq" "Major mode for editing Coq vernacular." t)
EOS
end

test do
(testpath/"testing.v").write <<-EOS.undent
Inductive nat : Set :=
Expand Down

0 comments on commit 13c57c3

Please sign in to comment.