From: Amin Bandali Date: Tue, 14 Apr 2020 04:46:21 +0000 (-0400) Subject: * init.el: Delete old hack; now we have erc-switch-to-buffer-other-window X-Git-Url: https://git.shemshak.org/~bandali/configs/commitdiff_plain/0b7f98f4c48064dcf2d1aeb14828d333098a3fbb * init.el: Delete old hack; now we have erc-switch-to-buffer-other-window --- diff --git a/init.el b/init.el index 409beab..98a3842 100644 --- a/init.el +++ b/init.el @@ -1277,12 +1277,7 @@ For disabling the behaviour for certain buffers and/or modes." (use-package window :bind - (("C-c w e" . (lambda () - (interactive) - (split-window-right) - (other-window 1) - (erc-switch-to-buffer))) - ("C-c w s l" . (lambda () + (("C-c w s l" . (lambda () (interactive) (split-window-right) (other-window 1)))