aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/docstring-magic.el
blob: b36643ce5402e82ae9c73e0f4669bfa5ad6fb7ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
;; Ensure that non-compiled versions of everything is loaded
(setq load-path
      (append
       '("../generic/" "../isa/" "../lego/" "../coq/") load-path))
(load "proof-site.el")
(load "proof-config.el")
(load "proof.el")
(load "isa.el")
(load "thy-mode.el")
(load "coq.el")
(load "lego.el")

(load "texi-docstring-magic.el")