Move modelines from bottom to top

This commit is contained in:
Marco Hinz 2013-09-24 17:41:31 +02:00
parent f11c15e3b7
commit 446f7dbbff
3 changed files with 6 additions and 6 deletions

View file

@ -1,3 +1,5 @@
" vim: et sw=2 sts=2
" Plugin: https://github.com/mhinz/vim-startify
" Description: Start screen displaying recently used stuff.
" Maintainer: Marco Hinz <http://github.com/mhinz>
@ -34,5 +36,3 @@ highlight default link StartifyBracket Delimiter
highlight default link StartifyNumber Number
let b:current_syntax = 'startify'
" vim: et sw=2 sts=2