Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show examples of (1) 'use-package' for configuration, (2) enabling a less popular mode, and (3) defining a formatter #344

Open
MichaelRWolf opened this issue Jan 24, 2025 · 0 comments · May be fixed by #345

Comments

@MichaelRWolf
Copy link

Documentation

This is a great package and works well with just this in user-init-file

  (apheleia-global-mode)

But when I tried to use a less popular mode -- markdown-mode it took me hours to figure out how to configure it as elegantly as the packaga allows. (I spent lots of time trying ChatGPT-generated elisp that worked, but was convolutionarily complexicated). After I got it working and minimal, I want to share what I learned so that others can use this package to it's best effect instead of being stopped.

Even though the documentation was correct (in hind sight), it wasn't as helpful (in fore sight) as I would have hoped. It would be better to have an working example (or 3) than a definition of all the pieces.

Formatting

Ironically, I was trying to enable markdown-mode, so that once I had enabled auto-format for my own *.md files, emacs exposed that README.md was not compliant with the package's own prettier-markdown formatter.

@MichaelRWolf MichaelRWolf linked a pull request Jan 24, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

1 participant