diff options
author | smihica <smihica@gmail.com> | 2013-03-21 11:53:11 +0900 |
---|---|---|
committer | smihica <smihica@gmail.com> | 2013-03-21 11:53:11 +0900 |
commit | 62dd4214c839aa9124f9b5d13d8dff2bdb2fe180 (patch) | |
tree | 8175c5250c5d52feb515a71e110f1fdf330cf843 /zencoding-mode.el | |
parent | 918e5420388bded0dd6b3656cc2fe9f4ba9c0649 (diff) | |
download | emmet-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.el | 2 |
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) |