From 38fa8a874a9b0caf41d1692be0d7dc4df4049ef6 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Fri, 23 May 2014 23:27:19 +0100 Subject: [PATCH] Disable keybindings used by other package --- keybindings.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/keybindings.el b/keybindings.el index 0e1c71b..64f1a10 100644 --- a/keybindings.el +++ b/keybindings.el @@ -163,8 +163,8 @@ ;; Textmate-mode related keybindings (when (require 'textmate nil 'noerror) (global-set-key (kbd "C-t") 'textmate-goto-symbol) - (global-set-key (kbd "M-p") 'textmate-column-up) - (global-set-key (kbd "M-n") 'textmate-column-down) + ;; (global-set-key (kbd "M-p") 'textmate-column-up) + ;; (global-set-key (kbd "M-n") 'textmate-column-down) (global-set-key (kbd "C-c [") 'textmate-shift-left) (global-set-key (kbd "C-c ]") 'textmate-shift-right))