From 6094edecbf1f0785094f45300881e53a58e4b42c Mon Sep 17 00:00:00 2001 From: Ravi R Kiran Date: Mon, 2 Dec 2013 18:01:18 -0800 Subject: Old compatibility key bindings diff --git a/init.el b/init.el index e0ae0ed..3d9f549 100644 --- a/init.el +++ b/init.el @@ -92,3 +92,7 @@ (require 'ravi-init-navigation) (require 'ravi-init-cpp) +;; Temporary key-bindings +(bind-key "" 'ido-find-file) +(bind-key "" 'ido-switch-buffer) +(bind-key "" 'undo-tree-undo) -- cgit v0.10.1