projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
21fe6b4
)
[spacemacs] (setq erc-pcomplete-nick-postfix ": ")
author
Amin Bandali
<me@aminb.org>
Sat, 4 Jul 2015 04:16:13 +0000
(
00:16
-0400)
committer
Amin Bandali
<me@aminb.org>
Sat, 4 Jul 2015 04:16:13 +0000
(
00:16
-0400)
set erc nick completion postfix to ": "
(the empty space after the colon was missing)
spacemacs/.spacemacs
patch
|
blob
|
blame
|
history
diff --git
a/spacemacs/.spacemacs
b/spacemacs/.spacemacs
index
447a59f
..
d092b4a
100644
(file)
--- a/
spacemacs/.spacemacs
+++ b/
spacemacs/.spacemacs
@@
-193,6
+193,8
@@
layers configuration."
(mode-io-correlate "%n:1:%t ")
"%o"))))
+ ;; set the erc nick completion postfix to ": "
+ (setq erc-pcomplete-nick-postfix ": ")
;; Suppress ad-handle-definition warnings
;; (annoying "`tramp-read-passwd' got redefined" warning on startup)