aboutsummaryrefslogtreecommitdiffstats
path: root/emmet-mode.el
diff options
context:
space:
mode:
Diffstat (limited to 'emmet-mode.el')
-rw-r--r--emmet-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emmet-mode.el b/emmet-mode.el
index 30592a1..00598d3 100644
--- a/emmet-mode.el
+++ b/emmet-mode.el
@@ -247,7 +247,7 @@ e. g. without semicolons")
(or (not end-back) (> begin-back end-back))
(or (not begin-front) (< end-front begin-front)))))
-(defcustom emmet-preview-default t
+(defcustom emmet-preview-default nil
"If non-nil then preview is the default action.
This determines how `emmet-expand-line' works by default."
:type 'boolean