projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d39234b
)
emacs: erc: append space to erc-pcomplete-nick-postfix
author
Amin Bandali
<bandali@gnu.org>
Mon, 11 Nov 2019 18:48:46 +0000
(13:48 -0500)
committer
Amin Bandali
<bandali@gnu.org>
Mon, 11 Nov 2019 18:48:46 +0000
(13:48 -0500)
.emacs.d/init.el
patch
|
blob
|
blame
|
history
diff --git
a/.emacs.d/init.el
b/.emacs.d/init.el
index
8036cf2
..
1a8b70e
100644
(file)
--- a/
.emacs.d/init.el
+++ b/
.emacs.d/init.el
@@
-2701,7
+2701,7
@@
https://csclub.uwaterloo.ca/~abandali")
(use-feature erc-pcomplete
:after erc
:custom
- (erc-pcomplete-nick-postfix ","))
+ (erc-pcomplete-nick-postfix ",
"))
(use-feature erc-track
:after erc