Compare commits

..

2 commits

2 changed files with 11 additions and 5 deletions

View file

@ -245,6 +245,8 @@ require('lazy').setup({
CANCELED = ":foreground #99AA99",
},
org_archive_location = '~/orgfiles/archives/%s_archive::',
org_adapt_indentation = false,
org_id_link_to_org_use_id = true,
org_capture_templates = {
t = {
description = "Task",
@ -253,9 +255,13 @@ require('lazy').setup({
l = {
description = "Log",
template = '* %?\n%U'
}
},
org_id_link_to_org_use_id = true,
j = {
description = "Journal",
template = '* %?\n%U',
target = '~/orgfiles/journal.org',
},
},
})
end,
},

View file

@ -2,7 +2,7 @@
source ~/.local.tmux.conf
# -----------------------------------------------
set -g history-limit 500000
set -g history-limit 50000
set-option -g default-command fish