diff options
author | Nao Ueda <nao.uedder@gmail.com> | 2020-03-29 19:44:14 +0900 |
---|---|---|
committer | Nao Ueda <nao.uedder@gmail.com> | 2020-03-29 19:44:14 +0900 |
commit | f6351e42abfa9eab7366771fd20975fc5371be55 (patch) | |
tree | 8ce078d53f4b7ad24cd524fcc05439c5ee30b2f8 | |
parent | cab17475d9c0b6cd03e1619f8f4bc1068a914cfc (diff) | |
download | vimrc-f6351e42abfa9eab7366771fd20975fc5371be55.tar.gz vimrc-f6351e42abfa9eab7366771fd20975fc5371be55.tar.bz2 vimrc-f6351e42abfa9eab7366771fd20975fc5371be55.zip |
Change the memolist dirctory.
-rw-r--r-- | _config/400-memolist.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_config/400-memolist.vim b/_config/400-memolist.vim index 8f45986..11257a3 100644 --- a/_config/400-memolist.vim +++ b/_config/400-memolist.vim @@ -2,7 +2,7 @@ if empty(globpath(&rtp, 'autoload/memolist.vim')) finish endif -let g:memolist_path = $HOME . '/memo' +let g:memolist_path = $HOME . '/.config/memo/_posts' nnoremap <Leader>mn :MemoNew<CR> nnoremap <Leader>ml :MemoList<CR> |