dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit e6c821672cce454a16084c05aeb0845e4addf33a
parent 21b3bf885a0ae13e9a8f9a71d3d842b0a0c3acdc
Author: Yuval Langer <yuval.langer@gmail.com>
Date:   Thu,  6 Feb 2014 23:06:59 +0200

g:haddock_browser is /usr/bin/lynx

Diffstat:
M.vimrc.local | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/.vimrc.local b/.vimrc.local @@ -28,3 +28,5 @@ au Syntax * RainbowParenthesesLoadBraces let g:pymode_rope_complete_on_dot = 0 set wrap + +let g:haddock_browser = "/usr/bin/lynx"