If you use Quelpa, add the following to your .emacs
or init.el
file:
(quelpa '(lean-diff-types :repo "lean-community/lean-mode-contrib" :fetcher github))
- Copy the files in a directory such as
~/.emacs.d/lisp/
- Make sure that directory is in your emacs
load-path
by putting
(setq load-path (cons "~/.emacs.d/lisp/" load-path))
in your .emacs
or init.el
file.
- Add
(require 'lean-diff-types)
to your.emacs
orinit.el
file
Key | Function |
---|---|
C-c C-t | apply diff to the expected / actual type in error messages |