Commit graph

6 commits

Author SHA1 Message Date
Radon Rosborough
4ebc10b623
[#203] Clarify how lisp functions format (#216)
Help alleviate confusion like
https://github.com/radian-software/apheleia/issues/203.

---------

Co-authored-by: Mohsin Kaleem <mohkale@kisara.moe>
2023-10-12 20:04:59 -07:00
Radon Rosborough
e944e24584
Make apheleia-mode-alist order-independent(-ish) (#207)
Solves https://github.com/radian-software/apheleia/issues/206
2023-09-09 16:13:13 -07:00
Radon Rosborough
881b5e80a8 [#199] Autoload apheleia-formatter 2023-08-11 17:25:11 -07:00
Radon Rosborough
01f2f0da56 Fix safe-local-variable for apheleia-formatter 2023-05-06 15:26:17 -07:00
Mohsin Kaleem
0474273496 Reorganise package requires to always provide apheleia 2023-04-20 11:24:43 +01:00
Mohsin Kaleem
3e93610387
Separate formatters definitions from core apheleia library (#161)
Moves the bulk of apheleia.el into a new apheleia-core.el file and move
formatter definitions and mode-associations into a new
apheleia-formatters.el file. The end user experience should be
unchanged. Loading `apheleia.el` will still load everything load
everything, just like it used to.
2023-03-12 10:22:36 +00:00