Massive refactor. Refactor all the things

This commit is contained in:
Henrik Lissner
2016-04-23 22:08:46 -04:00
parent 03514fc09d
commit f234be68a4
56 changed files with 792 additions and 831 deletions

View File

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