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

Add documentation #7

Open
pspiagicw opened this issue Jun 3, 2022 · 3 comments
Open

Add documentation #7

pspiagicw opened this issue Jun 3, 2022 · 3 comments
Labels
documentation Improvements or additions to documentation enhancement New feature or request good first issue Good for newcomers

Comments

@pspiagicw
Copy link
Contributor

Adding documentation in an emacs package is as simple as writing a INFO file and adding a docs directory. Emacs will automatically identify this INFO file and available as documentation. See modus-themes as inspiration

@pspiagicw pspiagicw added documentation Improvements or additions to documentation enhancement New feature or request good first issue Good for newcomers labels Jun 3, 2022
@NamesCode NamesCode reopened this Oct 14, 2022
@Arelav
Copy link

Arelav commented Dec 16, 2022

It would be nice to cover doom-emacs configuration.
package.el (replace with MELPA package when it's published

(package! catppuccin
  :recipe (:host github :repo "catppuccin/emacs"))

config.el

(setq doom-theme 'doom-catppuccin)
(setq doom-catppuccin-dark-variant "frappe") ;; "latte", "frappe" or "macchiato"

@NamesCode NamesCode assigned NamesCode and unassigned NamesCode Dec 31, 2022
@NamesCode
Copy link
Member

Will do. would you like to be co-author on commit?

@Arelav
Copy link

Arelav commented Dec 31, 2022

Thank you for asking. I don’t think it’s necessary.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants