Remove key based on obsolete package

As per http://www.emacswiki.org/emacs/IswitchBuffers :

> Note: IswitchB was part of GnuEmacs, but it has been removed starting
> with Emacs 24.4. The Emacs ‘NEWS’ (‘C-h N’) says to use IcompleteMode
> instead, but for those wanting more familiar functionality,
> InteractivelyDoThings is a closer fit.
This commit is contained in:
Swaroop C H 2015-04-25 22:55:17 -07:00 committed by syl20bnr
parent eadcd70e29
commit edc8553568

View file

@ -42,7 +42,6 @@
erc-server-coding-system '(utf-8 . utf-8))
;; keybindings
(evil-leader/set-key-for-mode 'erc-mode
"mb" 'erc-iswitchb
"md" 'erc-input-action
"mj" 'erc-join-channel
"mn" 'erc-channel-names