mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
Disable keybindings used by other package
This commit is contained in:
@@ -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))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user