448 B
448 B
Documentation
If possible I like to have documentation within the editor itself so I can easily read and look at the material easily.
devdocs.el
This plugin browses documentation from devdocs.io. I haven't used this enough to vouch for it's accuracy, but it seems fine.
(use-package devdocs
:ensure t
:bind ("C-h D" . devdocs-lookup))