diff options
| author | Amin Bandali <me@aminb.org> | 2015-07-04 00:16:13 -0400 | 
|---|---|---|
| committer | Amin Bandali <me@aminb.org> | 2015-07-04 00:16:13 -0400 | 
| commit | 2128124801c6e64dfdc71e540c25593a7574b18a (patch) | |
| tree | 53052499cf8eddb8043113267c2a63ce6830c0f8 | |
| parent | 21fe6b4772a490d1250588d3515f241e1e9019fa (diff) | |
| download | configs-2128124801c6e64dfdc71e540c25593a7574b18a.tar.gz configs-2128124801c6e64dfdc71e540c25593a7574b18a.tar.xz configs-2128124801c6e64dfdc71e540c25593a7574b18a.zip  | |
[spacemacs] (setq erc-pcomplete-nick-postfix ": ")
set erc nick completion postfix to ": "
(the empty space after the colon was missing)
Diffstat (limited to '')
| -rw-r--r-- | spacemacs/.spacemacs | 2 | 
1 files changed, 2 insertions, 0 deletions
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)  | 
