aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/mode-def.el2
1 files changed, 1 insertions, 1 deletions
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