From: Amin Bandali Date: Sat, 4 Jul 2015 04:16:13 +0000 (-0400) Subject: [spacemacs] (setq erc-pcomplete-nick-postfix ": ") X-Git-Url: https://git.shemshak.org/~bandali/configs/commitdiff_plain/2128124801c6e64dfdc71e540c25593a7574b18a [spacemacs] (setq erc-pcomplete-nick-postfix ": ") set erc nick completion postfix to ": " (the empty space after the colon was missing) --- diff --git a/spacemacs/.spacemacs b/spacemacs/.spacemacs index 447a59f..d092b4a 100644 --- 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)