More clean up

This commit is contained in:
Henrik Lissner 2016-05-20 17:00:22 -04:00
parent a5ee495cbb
commit 434cd49a50
2 changed files with 9 additions and 5 deletions

View file

@ -49,7 +49,8 @@
;;
(use-package dash-at-point
:commands (dash-at-point dash-at-point-with-docset dash-at-point-run-search dash-at-point-guess-docset)
:commands (dash-at-point dash-at-point-with-docset dash-at-point-run-search
dash-at-point-guess-docset)
:init
(defmacro def-docset! (mode docset)
`(add-hook! ,mode (setq-local dash-at-point-docset ,docset))))