Compare commits
2 commits
ae5a5a502f
...
a7be3b1f49
Author | SHA1 | Date | |
---|---|---|---|
a7be3b1f49 | |||
bb5a54144a |
2 changed files with 11 additions and 5 deletions
|
@ -245,17 +245,23 @@ require('lazy').setup({
|
||||||
CANCELED = ":foreground #99AA99",
|
CANCELED = ":foreground #99AA99",
|
||||||
},
|
},
|
||||||
org_archive_location = '~/orgfiles/archives/%s_archive::',
|
org_archive_location = '~/orgfiles/archives/%s_archive::',
|
||||||
|
org_adapt_indentation = false,
|
||||||
|
org_id_link_to_org_use_id = true,
|
||||||
org_capture_templates = {
|
org_capture_templates = {
|
||||||
t = {
|
t = {
|
||||||
description = "Task",
|
description = "Task",
|
||||||
template = '* TODO %?\n %u'
|
template = '* TODO %?\n%u'
|
||||||
},
|
},
|
||||||
l = {
|
l = {
|
||||||
description = "Log",
|
description = "Log",
|
||||||
template = '* %?\n %U'
|
template = '* %?\n%U'
|
||||||
}
|
},
|
||||||
|
j = {
|
||||||
|
description = "Journal",
|
||||||
|
template = '* %?\n%U',
|
||||||
|
target = '~/orgfiles/journal.org',
|
||||||
|
},
|
||||||
},
|
},
|
||||||
org_id_link_to_org_use_id = true,
|
|
||||||
})
|
})
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
source ~/.local.tmux.conf
|
source ~/.local.tmux.conf
|
||||||
# -----------------------------------------------
|
# -----------------------------------------------
|
||||||
set -g history-limit 500000
|
set -g history-limit 50000
|
||||||
|
|
||||||
set-option -g default-command fish
|
set-option -g default-command fish
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue