aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--emmet-mode.el2
-rw-r--r--src/mode-def.el2
2 files changed, 2 insertions, 2 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
diff --git a/src/mode-def.el b/src/mode-def.el
index 418be9c..18248ad 100644
--- a/src/mode-def.el
+++ b/src/mode-def.el
@@ -94,7 +94,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