aboutsummaryrefslogtreecommitdiffstats
path: root/zencoding-mode.el
diff options
context:
space:
mode:
authorsmihica <smihica@gmail.com>2013-03-21 11:53:11 +0900
committersmihica <smihica@gmail.com>2013-03-21 11:53:11 +0900
commit62dd4214c839aa9124f9b5d13d8dff2bdb2fe180 (patch)
tree8175c5250c5d52feb515a71e110f1fdf330cf843 /zencoding-mode.el
parent918e5420388bded0dd6b3656cc2fe9f4ba9c0649 (diff)
downloademmet-mode-62dd4214c839aa9124f9b5d13d8dff2bdb2fe180.tar.lz
emmet-mode-62dd4214c839aa9124f9b5d13d8dff2bdb2fe180.tar.xz
emmet-mode-62dd4214c839aa9124f9b5d13d8dff2bdb2fe180.zip
[fix] some fixes.
Diffstat (limited to 'zencoding-mode.el')
-rw-r--r--zencoding-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/zencoding-mode.el b/zencoding-mode.el
index 197147a..7e851b0 100644
--- a/zencoding-mode.el
+++ b/zencoding-mode.el
@@ -1707,7 +1707,7 @@ tbl))
(if (first expr)
(list (first expr) start end))))
-(defcustom zencoding-indentation 2
+(defcustom zencoding-indentation 4
"Number of spaces used for indentation."
:type '(number :tag "Spaces")
:group 'zencoding)