catppuccin / emacs

🍄 Soothing pastel theme for Emacs
MIT License
275 stars 44 forks source link

Add documentation #7

Open pspiagicw opened 2 years ago

pspiagicw commented 2 years ago

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

Arelav commented 1 year ago

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 commented 1 year ago

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

Arelav commented 1 year ago

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