Add module for dash-at-point

This commit is contained in:
2018-06-06 22:51:54 +01:00
parent 9574709b90
commit f397acdef7
3 changed files with 19 additions and 1 deletions

View File

@@ -0,0 +1,15 @@
;;; siren-dash-at-point.el --- jimeh's Emacs Siren: dash-at-point configuration.
;;; Commentary:
;; Basic configuration for dash-at-point.
;;; Code:
(use-package dash-at-point
:bind
("C-c d" . dash-at-point)
("C-c e" . dash-at-point-with-docset))
(provide 'siren-dash-at-point)
;;; siren-dash-at-point.el ends here