summaryrefslogtreecommitdiff
path: root/globals.lisp
diff options
context:
space:
mode:
authorMatthias Benkard <code@mail.matthias.benkard.de>2008-12-10 22:26:29 +0100
committerMatthias Benkard <code@mail.matthias.benkard.de>2008-12-10 22:26:29 +0100
commita6fe5d1be483d0e7e74385f2d4a7afc545fd93ca (patch)
tree808bdf920157cd77db3f6a8835dbf3a3f447b27a /globals.lisp
parent7e9e8ca8ed871bc8036b40140e7b78bea4e474c4 (diff)
On the main page, omit body data of old entries.
darcs-hash:02d7634f84bc05274aa8fcc27e8a062448cd14b8
Diffstat (limited to 'globals.lisp')
-rw-r--r--globals.lisp2
1 files changed, 2 insertions, 0 deletions
diff --git a/globals.lisp b/globals.lisp
index a81d0ef..a609e63 100644
--- a/globals.lisp
+++ b/globals.lisp
@@ -74,3 +74,5 @@
(defparameter *journal-warnings* nil
"Warnings that should be displayed to the user.")
+
+(defparameter *full-entry-view* t)