You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-emacs/apheleia/files/50apheleia-gentoo.el

8 lines
387 B

(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)