I am trying to remap globally C-/
but the undo-tree
package hinders me from doing so. When calling this command (in my init file):
(global-set-key (kbd "C-/") 'left-char)
after having loaded undo-tree
(of course), the binding still refers to the undo command.
Any ideas on how to override undo-tree
's pervasiveness?