Don't refer to explicit home
This commit is contained in:
parent
131a852eac
commit
8f6d40bfbd
1 changed files with 1 additions and 1 deletions
|
@ -225,7 +225,7 @@ let
|
||||||
au BufNewFile,BufRead *.tikz set filetype=tex
|
au BufNewFile,BufRead *.tikz set filetype=tex
|
||||||
|
|
||||||
" Neuron stuff
|
" Neuron stuff
|
||||||
let g:neuron_dir = "/home/eeva/zk/"
|
let g:neuron_dir = "~/zk/"
|
||||||
|
|
||||||
" Thx Mats for the following
|
" Thx Mats for the following
|
||||||
:cnoremap <C-A> <Home>
|
:cnoremap <C-A> <Home>
|
||||||
|
|
Loading…
Reference in a new issue