summaryrefslogtreecommitdiffstats
path: root/vimrc
diff options
context:
space:
mode:
authordoy <doy@tozt.net>2008-11-13 03:08:22 -0500
committerdoy <doy@tozt.net>2008-11-13 03:08:22 -0500
commitfab71abcb3aa67c4ea5e6ee349cf68ae916e43fa (patch)
treed335d48ce939e34da30e6755ed441c6e943777ce /vimrc
parent5d43ca61207150ce3b8266383b6c46f20680a9b8 (diff)
downloadconf-fab71abcb3aa67c4ea5e6ee349cf68ae916e43fa.tar.gz
conf-fab71abcb3aa67c4ea5e6ee349cf68ae916e43fa.zip
add a bunch of configuration for conky
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/vimrc b/vimrc
index 624b7f6..90ecbd7 100644
--- a/vimrc
+++ b/vimrc
@@ -302,6 +302,9 @@ autocmd FileType lua exe "setlocal path=" . system("lua -e 'local fpath = \"\" f
autocmd FileType vim setlocal keywordprg=:help
" }}}
" }}}
+" Misc {{{
+autocmd BufWritePost .conkyrc silent exe "!killall -HUP conky"
+" }}}
" }}}
" Remappings {{{
" Change the completion function easily {{{