From a0a14c4afd5116b9422e4cb16c6d55a797a251e3 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Thu, 19 Sep 2019 15:39:45 +0200 Subject: [PATCH] Set default papis notes to RMarkdown file ending --- .config/papis/config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/papis/config b/.config/papis/config index 5afeb1e..23b4bab 100644 --- a/.config/papis/config +++ b/.config/papis/config @@ -15,6 +15,8 @@ add-file-name = {doc[author]}_{doc[year]}_{doc[title]} mark-header-format = {mark[value]}: {mark[name]} mark-opener-format = zathura --page {mark[value]} +notes-name = notes.Rmd + [tui] editmode = vi options_list.selected_margin_style = bg:ansiwhite fg:ansiblack