Disable keybindings used by other package

This commit is contained in:
2014-05-23 23:27:19 +01:00
parent 125091dbed
commit 38fa8a874a

View File

@@ -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))