emacs: erc: append space to erc-pcomplete-nick-postfix
authorAmin Bandali <bandali@gnu.org>
Mon, 11 Nov 2019 18:48:46 +0000 (13:48 -0500)
committerAmin Bandali <bandali@gnu.org>
Mon, 11 Nov 2019 18:48:46 +0000 (13:48 -0500)
.emacs.d/init.el

index 8036cf2..1a8b70e 100644 (file)
@@ -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