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 7f59de6..6bbfe7f 100644
--- a/.vimrc
+++ b/.vimrc
@@ -258,7 +258,7 @@ autocmd Filetype vim setlocal foldmethod=marker
autocmd FileType haskell set formatprg=stylish-haskell
-autocmd FileType lisp,html,css setlocal shiftwidth=2
+autocmd FileType lisp,html,css,htmldjango setlocal shiftwidth=2
" }}}
""""""""""""