aboutsummaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vimrc b/.vimrc
index 76dd3e9..552d03e 100644
--- a/.vimrc
+++ b/.vimrc
@@ -242,7 +242,7 @@ autocmd Filetype vim setlocal foldmethod=marker
autocmd FileType haskell set formatprg=stylish-haskell
-autocmd FileType lisp set shiftwidth=2
+autocmd FileType lisp,html,css set shiftwidth=2
" }}}
""""""""""""