Skip to content

add function to install missing documents - #55

Open
Kaligule wants to merge 1 commit into
astoff:mainfrom
Kaligule:install_missing_documents
Open

add function to install missing documents#55
Kaligule wants to merge 1 commit into
astoff:mainfrom
Kaligule:install_missing_documents

Conversation

@Kaligule

Copy link
Copy Markdown

This implements the suggestions from #34 (comment)

This is what I am missing to finaly use devdocs daily: A way to declare all the documentation I want.

Usage:

(use-package devdocs                                                                                        
  :bind (("C-h d" . devdocs-lookup))                                                                        
) 
(devdocs-ensure-docs-installed '(html css javascript))  

This is important for me because I often use emacs offline. Then I need the documentation, I can't download it on demand. This will install the documentation without doing it manually on every new setup of emacs.

@Kaligule Kaligule left a comment

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would also consider adding a simple minimal config to the Readme, something like the above usage block. I would like to hear your opinion on that first, though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant