diff options
Diffstat (limited to 'emacs-elisp/packages/devdocs.el')
-rw-r--r-- | emacs-elisp/packages/devdocs.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/emacs-elisp/packages/devdocs.el b/emacs-elisp/packages/devdocs.el new file mode 100644 index 0000000..ae13b7c --- /dev/null +++ b/emacs-elisp/packages/devdocs.el @@ -0,0 +1,5 @@ +;; Devdocs provides documentation browsing within Emacs +;;; https://github.com/astoff/devdocs.el +(use-package devdocs) +;; TODO: Automatically installed documentation if not installed +(keymap-global-set "C-c d" 'devdocs-lookup) |