mirror of
https://git.in.rschanz.org/ryan77627/guix-config.git
synced 2024-11-07 10:36:15 -05:00
Changed setting for org_mode
This commit is contained in:
parent
600c4b8200
commit
1e3c6cd945
1 changed files with 4 additions and 0 deletions
|
@ -48,6 +48,10 @@ require('nvim-treesitter.configs').setup {
|
|||
require('orgmode').setup({
|
||||
org_agenda_files = {'~/Sync/org/**/*'},
|
||||
org_default_notes_file = '~/Sync/org/refile.org',
|
||||
org_blank_before_new_entry = {
|
||||
heading = false,
|
||||
plain_list_item = false,
|
||||
},
|
||||
})
|
||||
|
||||
vim.opt.conceallevel = 2
|
||||
|
|
Loading…
Reference in a new issue