diff --git a/nvim/.config/nvim/fnl/dotfiles/plugin/orgmode.fnl b/nvim/.config/nvim/fnl/dotfiles/plugin/orgmode.fnl index 64d0593..f8c9eb5 100644 --- a/nvim/.config/nvim/fnl/dotfiles/plugin/orgmode.fnl +++ b/nvim/.config/nvim/fnl/dotfiles/plugin/orgmode.fnl @@ -3,6 +3,9 @@ (orgmode.setup_ts_grammar) (orgmode.setup {:org_agenda_files ["~/Dropbox/org/*" "~/my-orgs/**/*"] - :org_default_notes_file "~/Dropbox/org/refile.org"}) + :org_default_notes_file "~/Dropbox/org/refile.org" + :mappings { + :org { + :org_toggle_checkbox :}}}) (require :dotfiles.plugin.orgbullets)