I asked a question here, and got good responses, but the problem turned out to be different from what I had thought.
I am trying to assign a certain function to the key "C-c"
in shell mode, but it seems that a minor mode called tabbar-mode
has a prefix-key assigned to "C-c"
, which overrides my setting for shell mode. How can I disable tabbar mode key assignments?
I put these after (require 'tabbar)
, but they did not work:
(defvar tabbar-mode-map nil)
(defvar tabbar-prefix-key nil)