diff options
Diffstat (limited to 'coq')
| -rw-r--r-- | coq/coq.el | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -6,9 +6,11 @@ ;; $Id$ +(require 'proof) (require 'coq-syntax) + +;; FIXME: outline and info should be autoloaded. (require 'outline) -(require 'proof) (require 'info) ; Configuration |
