From 633c0d274006dbceec02875b50f99bf3e4dac706 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Fri, 29 Aug 2014 18:17:43 -0400 Subject: Fix ctl-x-4-map binding I was unbinding "R" and then binding it again later because I didn't realize that it wasn't a default. --- lisp/init-buffile.el | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lisp/init-buffile.el') diff --git a/lisp/init-buffile.el b/lisp/init-buffile.el index 5e6aee8..31695fd 100644 --- a/lisp/init-buffile.el +++ b/lisp/init-buffile.el @@ -56,10 +56,6 @@ user." (global-set-key (kbd "C-x K") 'kill-buffer-and-window) (key-chord-define-global ",f" 'find-file) -;; Replace `find-file-read-only-other-window' binding with -;; `view-file-other-window'. This is functionally the same, but more -;; consistent with my projectile bindings. -(define-key ctl-x-4-map "R" nil) (define-key ctl-x-4-map "v" 'view-file-other-window) (key-chord-define-global ",s" 'save-buffer) -- cgit v1.2.3