aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2009-09-05 12:22:23 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2009-09-05 12:22:23 +0000
commit0a05713e408d1451b3a49a6aed55d52cca2f6dd9 (patch)
tree4cc2b9403ad00377d12133fa18faa513a69892e4 /lib
parent7e4b3adad645be98f1fb28417e7fa18ae24fbf2c (diff)
Turn on proof-general-debug. Missing require
Diffstat (limited to 'lib')
-rw-r--r--lib/pg-dev.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/pg-dev.el b/lib/pg-dev.el
index 22aba6e5..95cb9234 100644
--- a/lib/pg-dev.el
+++ b/lib/pg-dev.el
@@ -14,8 +14,13 @@
;;; Code:
+(require 'whitespace)
+
+(setq proof-general-debug t)
+
;; Use checkdoc, eldoc, Flyspell, whitespace cleanup:
+
(add-hook 'emacs-lisp-mode-hook
'(lambda ()
(checkdoc-minor-mode 1)