mirror of
https://github.com/fscotto/infra.git
synced 2026-09-27 19:03:47 +00:00
21 lines
337 B
EmacsLisp
21 lines
337 B
EmacsLisp
(message "Loading authoring configuration...")
|
|
|
|
(fscotto/load-modules
|
|
'core/packages
|
|
'core/ui
|
|
'core/performance
|
|
'core/editor
|
|
'core/keybindings
|
|
'core/buffer
|
|
'tools/spell
|
|
'tools/completion
|
|
'lang/org
|
|
'authoring
|
|
'quality-of-life
|
|
'misc/dashboard
|
|
'misc/which-key
|
|
'misc/vcs
|
|
'misc/rss)
|
|
|
|
(message "Authoring configuration loaded")
|