summaryrefslogtreecommitdiff
blob: 2076d504530a6c419a3155d4e568387729d83003 (plain)
1
2
3
4
5
6
7
(add-to-list 'load-path "@SITELISP@")
(autoload 'apheleia-format-buffer "apheleia"
  "Run code formatter asynchronously on current buffer, preserving point." t)
(autoload 'apheleia-global-mode "apheleia"
  "Global minor mode for reformatting code on save without moving point." t)
(autoload 'apheleia-mode "apheleia"
  "Minor mode for reformatting code on save without moving point." t)