summaryrefslogtreecommitdiff
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r--.emacs.d/init.el7
1 files changed, 7 insertions, 0 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index c79d80d7..d427bb6c 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -788,6 +788,13 @@
:config
(helm-descbinds-mode)))
+;;; I don't want to have to use the start menu
+
+(use-package helm-w32-launcher
+ :ensure
+ :init (progn
+ (evil-leader/set-key "z" 'helm-w32-launcher)))
+
;;; snippets
(use-package yasnippet