Skip to content

Commit

Permalink
Show values as rendered ('pretty') by default
Browse files Browse the repository at this point in the history
This is often more useful, especially for hooks.

See #160
  • Loading branch information
Wilfred committed Oct 14, 2018
1 parent 0de7c15 commit 1d2954b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpful.el
Original file line number Diff line number Diff line change
Expand Up @@ -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.")

Expand Down

0 comments on commit 1d2954b

Please sign in to comment.