summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNao Ueda <nao.uedder@gmail.com>2020-03-29 19:44:14 +0900
committerNao Ueda <nao.uedder@gmail.com>2020-03-29 19:44:14 +0900
commitf6351e42abfa9eab7366771fd20975fc5371be55 (patch)
tree8ce078d53f4b7ad24cd524fcc05439c5ee30b2f8
parentcab17475d9c0b6cd03e1619f8f4bc1068a914cfc (diff)
downloadvimrc-f6351e42abfa9eab7366771fd20975fc5371be55.tar.gz
vimrc-f6351e42abfa9eab7366771fd20975fc5371be55.tar.bz2
vimrc-f6351e42abfa9eab7366771fd20975fc5371be55.zip
Change the memolist dirctory.
-rw-r--r--_config/400-memolist.vim2
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>