prep arielle

This commit is contained in:
Till 2026-03-05 09:11:17 +01:00
parent 96e5924fb0
commit 82115af252
13 changed files with 35 additions and 54 deletions

View file

@ -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