aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilfred Hughes <me@wilfred.me.uk>2018-10-14 18:49:36 +0100
committerWilfred Hughes <me@wilfred.me.uk>2018-10-14 18:51:15 +0100
commit1d2954b7445be714e29638cea4d50fb1ad6f0a27 (patch)
treec108ffc0c07e214464f2368a1991def486aefe19
parent0de7c15eb74b23b00a3321a3728b6aabdd4039fb (diff)
Show values as rendered ('pretty') by default
This is often more useful, especially for hooks. See #160
-rw-r--r--helpful.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/helpful.el b/helpful.el
index e83805f..f1145df 100644
--- a/helpful.el
+++ b/helpful.el
@@ -62,7 +62,7 @@
(defvar-local helpful--associated-buffer nil
"We store a reference to the buffer we were called from, so we can
show the value of buffer-local variables.")
-(defvar-local helpful--view-literal t
+(defvar-local helpful--view-literal nil
"Whether to show a value as a literal, or a pretty interactive
view.")