mirror of
https://github.com/stevenproctor/dotfiles.git
synced 2026-01-28 08:39:56 -06:00
NVIM: add mapping for orgmode to toggle checkbox
This commit is contained in:
@@ -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 :<C-.>}}})
|
||||
|
||||
(require :dotfiles.plugin.orgbullets)
|
||||
|
||||
Reference in New Issue
Block a user