Lazy load helm-ctest

This commit is contained in:
syl20bnr 2018-06-11 01:49:19 -04:00
parent adf10d652b
commit f26f0db8ae
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@
(defun cmake/init-helm-ctest ()
(use-package helm-ctest
:defer t
:init (dolist (mode cmake-modes)
(spacemacs/set-leader-keys-for-major-mode mode
"pt" 'helm-ctest))))