emacs
emacs copied to clipboard
Add documentation
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
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"
Will do. would you like to be co-author on commit?
Thank you for asking. I don’t think it’s necessary.