emacs icon indicating copy to clipboard operation
emacs copied to clipboard

Add documentation

Open pspiagicw opened this issue 2 years ago • 3 comments

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 avatar Jun 03 '22 05:06 pspiagicw

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"

Arelav avatar Dec 16 '22 06:12 Arelav

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

NamesCode avatar Dec 31 '22 00:12 NamesCode

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

Arelav avatar Dec 31 '22 00:12 Arelav