projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
bfbda9c
)
emacs: use C-c b b for erc-switch-to-buffer
author
Amin Bandali
<bandali@gnu.org>
Wed, 30 Oct 2019 16:48:00 +0000
(12:48 -0400)
committer
Amin Bandali
<bandali@gnu.org>
Wed, 30 Oct 2019 16:48:00 +0000
(12:48 -0400)
.emacs.d/init.el
patch
|
blob
|
blame
|
history
diff --git
a/.emacs.d/init.el
b/.emacs.d/init.el
index
4736a73
..
5321686
100644
(file)
--- a/
.emacs.d/init.el
+++ b/
.emacs.d/init.el
@@
-962,7
+962,6
@@
This function is intended for use with `ivy-ignore-buffers'."
:after ivy
:bind (([remap execute-extended-command] . counsel-M-x)
([remap find-file] . counsel-find-file)
:after ivy
:bind (([remap execute-extended-command] . counsel-M-x)
([remap find-file] . counsel-find-file)
- ("C-c b b" . ivy-switch-buffer)
("C-c f ." . counsel-find-file)
("C-c f l" . counsel-find-library)
("C-c f r" . counsel-recentf)
("C-c f ." . counsel-find-file)
("C-c f l" . counsel-find-library)
("C-c f r" . counsel-recentf)
@@
-2551,7
+2550,7
@@
https://csclub.uwaterloo.ca/~abandali")
;;; IRC (with ERC and ZNC)
(use-feature erc
;;; IRC (with ERC and ZNC)
(use-feature erc
- :bind (("C-c b
e
" . erc-switch-to-buffer)
+ :bind (("C-c b
b
" . erc-switch-to-buffer)
:map erc-mode-map
("M-a" . erc-track-switch-buffer))
:custom
:map erc-mode-map
("M-a" . erc-track-switch-buffer))
:custom