From 43a99dea3aa6651b1b060ace714bddc1e10925ea Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Tue, 6 Aug 2013 23:46:26 +0200 Subject: * moved switch-window and iy-go-to-char to package.el installs * changed 'custom-clone-git and 'custom-download-script to place things in special folders * added those folders and some other things to .gitignore * changed binding for iy-go-to-char to C-c f --- init-bindings.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init-bindings.el') diff --git a/init-bindings.el b/init-bindings.el index 23917802fef2..d4026f157b50 100644 --- a/init-bindings.el +++ b/init-bindings.el @@ -19,7 +19,7 @@ (global-set-key (kbd "M-j") 'ace-jump-word-mode) ;; Jump to next occurence of char -(global-set-key (kbd "M-m") 'iy-go-to-char) +(global-set-key (kbd "C-c f") 'iy-go-to-char) ;; Window switching. (C-x o goes to the next window) (windmove-default-keybindings) ;; Shift+direction -- cgit 1.4.1