summaryrefslogtreecommitdiffstats
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--init.el7
1 files changed, 1 insertions, 6 deletions
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)))