diff options
author | Amin Bandali <bandali@gnu.org> | 2020-04-14 00:46:21 -0400 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2020-04-14 00:46:21 -0400 |
commit | 0b7f98f4c48064dcf2d1aeb14828d333098a3fbb (patch) | |
tree | 9243236c44db84451879b88c752e7f5d56c057f0 | |
parent | 5361eed6d248cc54103b3992d8fdb68a829d4a0b (diff) | |
download | configs-0b7f98f4c48064dcf2d1aeb14828d333098a3fbb.tar.gz configs-0b7f98f4c48064dcf2d1aeb14828d333098a3fbb.tar.xz configs-0b7f98f4c48064dcf2d1aeb14828d333098a3fbb.zip |
* init.el: Delete old hack; now we have erc-switch-to-buffer-other-window
Diffstat (limited to '')
-rw-r--r-- | init.el | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -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))) |