mirror of
https://github.com/stevenproctor/dotfiles.git
synced 2026-01-28 14:19:55 -06:00
9 lines
223 B
Fennel
9 lines
223 B
Fennel
(module dotfiles.plugin.orgmode
|
|
{autoload {orgmode orgmode}})
|
|
|
|
(orgmode.setup_ts_grammar)
|
|
|
|
(orgmode.setup
|
|
{:org_agenda_files ["~/Dropbox/org/*" "~/my-orgs/**/*"]
|
|
:org_default_notes_file "~/Dropbox/org/refile.org" })
|