[spacemacs] (setq erc-pcomplete-nick-postfix ": ")
authorAmin Bandali <me@aminb.org>
Sat, 4 Jul 2015 04:16:13 +0000 (00:16 -0400)
committerAmin 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

index 447a59f..d092b4a 100644 (file)
@@ -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)