summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2015-01-02 09:42:29 +0900
committerSean Whitton <spwhitton@spwhitton.name>2015-05-26 08:42:29 +0900
commite2f501748d82c373fd967a1908c3d3a908fc1fd8 (patch)
treeb6ee74bbb73a5aa0feb7990175d255e9fd87befc
parent101e231d3a79f5b6b49cfdf6c8cb60907b689aee (diff)
downloaddotfiles-e2f501748d82c373fd967a1908c3d3a908fc1fd8.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 e9cc38cf..2478b9af 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -797,8 +797,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