prep arielle
This commit is contained in:
parent
96e5924fb0
commit
82115af252
13 changed files with 35 additions and 54 deletions
|
|
@ -60,10 +60,3 @@ endfunction
|
|||
function Diary()
|
||||
execute "VimwikiMakeDiaryNote"
|
||||
endfunction
|
||||
|
||||
" function CreateNote(title)
|
||||
" execute "file ~/notes/" . strftime("%Y-%m-%d") . "_" . join(split(tolower(a:title)), "_") . ".md"
|
||||
" execute "set ft=markdown"
|
||||
" execute "normal! i" . a:title
|
||||
" execute "normal V\<tab>yaml_note\<tab>"
|
||||
" endfunction
|
||||
|
|
|
|||
|
|
@ -136,7 +136,7 @@
|
|||
{
|
||||
plugin = papercolor-theme;
|
||||
config = ''
|
||||
" set background=light
|
||||
set background=light
|
||||
colorscheme PaperColor
|
||||
'';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue