diff options
| author | Wilfred Hughes <me@wilfred.me.uk> | 2018-10-14 18:49:36 +0100 |
|---|---|---|
| committer | Wilfred Hughes <me@wilfred.me.uk> | 2018-10-14 18:51:15 +0100 |
| commit | 1d2954b7445be714e29638cea4d50fb1ad6f0a27 (patch) | |
| tree | c108ffc0c07e214464f2368a1991def486aefe19 | |
| parent | 0de7c15eb74b23b00a3321a3728b6aabdd4039fb (diff) | |
Show values as rendered ('pretty') by default
This is often more useful, especially for hooks.
See #160
| -rw-r--r-- | helpful.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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.") |
