summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2015-01-02 09:42:29 +0900
committerSean Whitton <spwhitton@spwhitton.name>2015-06-10 15:43:57 +0900
commit5c228af4fb1b5356dfd53668cccc8089add2309c (patch)
tree885c45ee3491e43de33e866b021e999a7ef3c542
parentc32d5c78fbae6767ab4b2485fd752ba2aaca4425 (diff)
downloaddotfiles-5c228af4fb1b5356dfd53668cccc8089add2309c.tar.gz
non-evil binding for helm-w32-launcher
-rw-r--r--.emacs.d/init.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 7b189117..619f9f11 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -796,8 +796,7 @@
(use-package helm-w32-launcher
:ensure
- :init (progn
- (evil-leader/set-key "z" 'helm-w32-launcher)))
+ :bind ("C-c z" . helm-w32-launcher))
;;; snippets