NVIM: add mapping for orgmode to toggle checkbox

This commit is contained in:
2023-10-18 14:24:55 -05:00
parent 19930e36d5
commit 69e1b233d1

View File

@@ -3,6 +3,9 @@
(orgmode.setup_ts_grammar) (orgmode.setup_ts_grammar)
(orgmode.setup {:org_agenda_files ["~/Dropbox/org/*" "~/my-orgs/**/*"] (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 :<C-.>}}})
(require :dotfiles.plugin.orgbullets) (require :dotfiles.plugin.orgbullets)