about summary refs log tree commit diff
path: root/emacs-elisp/packages/devdocs.el
blob: ae13b7c4494d857044cfc74823d20a7c2da4819b (plain)
1
2
3
4
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)