Skip to content
This repository has been archived by the owner on Apr 3, 2022. It is now read-only.
/ simp-isar-mode Public archive

A simple emacs mode for Isabelle (.thy) files

License

Notifications You must be signed in to change notification settings

agomezl/simp-isar-mode

Repository files navigation

simp-isar-mode

This is a very shitty Emacs mode for basic displaying and editing of Isabelle files (.thy) the idea is to avoid opening a fully fledged JEdit for trivial stuff.

I have no idea how any of this works, everything was scraped from Proof General isar-mode. This is my first time "writing" an Emacs mode , so contributions are higly encouraged.

How to use

Add this to your .emacs file

;; Add to load-path or just put it somewhere apropiated
(add-to-list 'load-path "~/path/to/simp-isar-mode")

(require 'isar-mode)

have fun!

About

A simple emacs mode for Isabelle (.thy) files

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published