idris-hackers / idris-mode

Idris syntax highlighting, compiler-supported editing, interactive REPL and more things for Emacs.
GNU General Public License v3.0
267 stars 70 forks source link

[ fix ] remove ibc deletions for idris2 #551

Closed gallais closed 2 years ago

gallais commented 2 years ago

Idris2 does not have .ibc files so this code is useless (and actively harmful if you try to load a .tex file that happens to be a literate idris file).

jfdm commented 2 years ago

Good catch!