define-docset!: setq => setq-local

This commit is contained in:
Henrik Lissner 2016-03-13 15:14:56 -04:00
parent 22825b80f0
commit 1eba7ff3a3

View file

@ -50,7 +50,7 @@
: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)
`(add-hook! ,mode (setq dash-at-point-docset ,docset))))
`(add-hook! ,mode (setq-local dash-at-point-docset ,docset))))
(after! evil
;; On OSX, stop copying each visual state move to the clipboard: