aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/docstring-magic.el
blob: 58eee9efaea5560d1b9c6480c0c3184c6d65c34e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
;; doc/docstring-magic.el  -- hack for using texi-docstring-magic.
;;
;; Copyright (C) 1998 LFCS Edinburgh. 
;; Author: David Aspinall
;; Maintainer:  Proof General maintainer <proofgen@dcs.ed.ac.uk>
;;
;; Ensure that non-compiled versions of everything are loaded.
;;
;; $Id$
;;
(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")