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 /src | |
parent | 918e5420388bded0dd6b3656cc2fe9f4ba9c0649 (diff) | |
download | emmet-mode-62dd4214c839aa9124f9b5d13d8dff2bdb2fe180.tar.lz emmet-mode-62dd4214c839aa9124f9b5d13d8dff2bdb2fe180.tar.xz emmet-mode-62dd4214c839aa9124f9b5d13d8dff2bdb2fe180.zip |
[fix] some fixes.
Diffstat (limited to 'src')
-rw-r--r-- | src/mode-def.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mode-def.el b/src/mode-def.el index f507fa3..7a832ae 100644 --- a/src/mode-def.el +++ b/src/mode-def.el @@ -15,7 +15,7 @@ (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) |