dash: Enable zeal on Microsoft Windows

This commit is contained in:
dotneter 2015-11-30 18:00:45 +03:00 committed by syl20bnr
parent 81765e9f8f
commit 658b8dfbf0
1 changed files with 5 additions and 2 deletions

View File

@ -2,8 +2,11 @@
(setq dash-packages '(helm-dash))
(cond
((spacemacs/system-is-mac) (push 'dash-at-point dash-packages))
((spacemacs/system-is-linux) (push 'zeal-at-point dash-packages)))
((spacemacs/system-is-mac)
(push 'dash-at-point dash-packages))
((or (spacemacs/system-is-linux)
(spacemacs/system-is-mswindows))
(push 'zeal-at-point dash-packages)))
(defun dash/init-helm-dash ()
(use-package helm-dash