[ncmpcpp] use dash instead of underscore in defkey
[~bandali/configs] / spacemacs / .spacemacs
index 447a59f..6045f4f 100644 (file)
@@ -86,7 +86,7 @@ before layers configuration."
    ;; Default font. `powerline-scale' allows to quickly tweak the mode-line
    ;; size to make separators look not too crappy.
    dotspacemacs-default-font '("Source Code Pro"
-                               :size 13
+                               :size 14
                                :weight normal
                                :width normal
                                :powerline-scale 1.1)
@@ -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)