projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
5361eed
)
* init.el: Delete old hack; now we have erc-switch-to-buffer-other-window
author
Amin Bandali
<bandali@gnu.org>
Tue, 14 Apr 2020 04:46:21 +0000
(
00:46
-0400)
committer
Amin Bandali
<bandali@gnu.org>
Tue, 14 Apr 2020 04:46:21 +0000
(
00:46
-0400)
init.el
patch
|
blob
|
blame
|
history
diff --git
a/init.el
b/init.el
index
409beab
..
98a3842
100644
(file)
--- a/
init.el
+++ b/
init.el
@@
-1277,12
+1277,7
@@
For disabling the behaviour for certain buffers and/or modes."
(use-package window
:bind
(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)))
(interactive)
(split-window-right)
(other-window 1)))