Skip to content

Commit

Permalink
feat(prog): add devdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Feb 13, 2024
1 parent 23c1a74 commit 94c0654
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions modules/me-prog.el
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,16 @@ Fall back to the default `citre--project-root'."
:straight (:host github :repo "emacsmirror/protobuf-ts-mode")
:when (+emacs-features-p 'tree-sitter))

(use-package devdocs
:straight t
:when (+emacs-features-p 'libxml2)
:init
(+map!
"hhh" #'devdocs-lookup
"hhp" #'devdocs-peruse
"hhs" #'devdocs-search
"hhI" #'devdocs-install))


(provide 'me-prog)

Expand Down

0 comments on commit 94c0654

Please sign in to comment.