mirror of
https://git.in.rschanz.org/ryan77627/guix-config.git
synced 2025-02-05 05:51:16 -05:00
fixed typo
This commit is contained in:
parent
18357af871
commit
aabe9d44e3
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ require('nvim-treesitter.configs').setup {
|
||||||
|
|
||||||
require('orgmode').setup({
|
require('orgmode').setup({
|
||||||
org_agenda_files = {'~/Sync/org/**/*'},
|
org_agenda_files = {'~/Sync/org/**/*'},
|
||||||
org_default_notes_files = '~/Sync/org/refile.org',
|
org_default_notes_file = '~/Sync/org/refile.org',
|
||||||
})
|
})
|
||||||
|
|
||||||
vim.opt.conceallevel = 2
|
vim.opt.conceallevel = 2
|
||||||
|
|
Loading…
Reference in a new issue