Add space gg for neogit
This commit is contained in:
parent
61b47328cd
commit
ba4c4d9773
3 changed files with 13 additions and 1 deletions
|
|
@ -8,8 +8,16 @@ return {
|
|||
org_agenda_files = '~/orgfiles/**/*',
|
||||
org_default_notes_file = '~/orgfiles/refile.org',
|
||||
org_capture_templates = {
|
||||
x = {
|
||||
description = 'Journal Personal',
|
||||
datetree = {
|
||||
tree_type = 'day',
|
||||
},
|
||||
template = '\n**** %?\nEntered on %U\n',
|
||||
target = '~/OrgMode-Personal/002-Areas/journal.org',
|
||||
},
|
||||
j = {
|
||||
description = 'Journal',
|
||||
description = 'Journal Inmar',
|
||||
datetree = {
|
||||
tree_type = 'day',
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue