summaryrefslogtreecommitdiff
path: root/.vim/filetype.vim
blob: 5c74eb9bc25c73f657ccff0102a9f6d0736f4ff9 (plain)
1
2
3
4
5
6
7
8
9
if exists("did_load_filetypes")
    finish
endif
augroup filetypedetect
    au! BufRead,BufNewFile *.mako       setfiletype mako
    au! BufRead,BufNewFile *.ML         setfiletype sml
    au! BufRead,BufNewFile /etc/lighttpd/*.conf,lighttpd.conf setfiletype lighttpd 
augroup END
n title='2012-08-30 12:55:20 +0200'>2012-08-30Added 'evil' mode for emacsRené Neumann1-36/+7 2012-06-12Start gpg-agent on login.René 'Necoro' Neumann1-1/+1 2012-06-12Alias for bsdtarRené Neumann1-0/+1 2012-06-08Start gpg-agent on X-StartupRené Neumann1-0/+1 2012-05-31AK --> amd64René 'Necoro' Neumann1-1/+1 2012-05-29Ignore -m in cciRené Neumann1-0/+3 2012-05-29Force man to not use localized man-pagesRené Neumann1-0/+3 2012-05-21Revert "It uses pinentry directly -- so no use to play around with ssh-add"René 'Necoro' Neumann1-0/+6 This reverts commit 2bfaec3cc8e02a10dfc28e5bd2f6298ccb7bfaf5. As it showed, we got pinentry only because xfce had the wicked idea of starting gpg-agent instead of ssh-agent. 2012-05-20It uses pinentry directly -- so no use to play around with ssh-addRené Neumann1-6/+0