X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/5fc3f610feca52035bbf4d13625f846c14ab40b4..91018a34e3089a48e503938d60a8274fc854a713:/spacemacs/.spacemacs diff --git a/spacemacs/.spacemacs b/spacemacs/.spacemacs index 81e1837..6045f4f 100644 --- a/spacemacs/.spacemacs +++ b/spacemacs/.spacemacs @@ -33,6 +33,7 @@ ;; (haskell :variables '(haskell-enable-hindent-style "chris-done" ;; haskell-enable-shm-support t)) erc + irc version-control ) ;; List of additional packages that will be installed wihout being @@ -85,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) @@ -192,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)