Compare commits
No commits in common. "a7be3b1f49e92556ad77721d7ae891c21d40d685" and "ae5a5a502f343ede72675ea6854228a1d1f9c034" have entirely different histories.
a7be3b1f49
...
ae5a5a502f
2 changed files with 5 additions and 11 deletions
|
@ -245,23 +245,17 @@ 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",
|
||||
template = '* TODO %?\n%u'
|
||||
template = '* TODO %?\n %u'
|
||||
},
|
||||
l = {
|
||||
description = "Log",
|
||||
template = '* %?\n%U'
|
||||
},
|
||||
j = {
|
||||
description = "Journal",
|
||||
template = '* %?\n%U',
|
||||
target = '~/orgfiles/journal.org',
|
||||
},
|
||||
template = '* %?\n %U'
|
||||
}
|
||||
},
|
||||
org_id_link_to_org_use_id = true,
|
||||
})
|
||||
end,
|
||||
},
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
source ~/.local.tmux.conf
|
||||
# -----------------------------------------------
|
||||
set -g history-limit 50000
|
||||
set -g history-limit 500000
|
||||
|
||||
set-option -g default-command fish
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue