diff options
author | Amin Bandali <amin@aminb.org> | 2016-12-11 22:00:12 -0500 |
---|---|---|
committer | Amin Bandali <amin@aminb.org> | 2016-12-11 22:00:12 -0500 |
commit | 8568bfb001d6b6a1059d7c8520a9b5f357528435 (patch) | |
tree | ee57e1840657463cd2429db5444908e80e52bdb0 /spacemacs/.spacemacs | |
parent | ab386d244c0cf1b7fe274e2cec80a180e9b88b14 (diff) | |
download | configs-8568bfb001d6b6a1059d7c8520a9b5f357528435.tar.gz configs-8568bfb001d6b6a1059d7c8520a9b5f357528435.tar.xz configs-8568bfb001d6b6a1059d7c8520a9b5f357528435.zip |
Add ErcBar, also restore channel buffers from logs
Diffstat (limited to '')
-rw-r--r-- | spacemacs/.spacemacs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/spacemacs/.spacemacs b/spacemacs/.spacemacs index 2d97947..fe3574f 100644 --- a/spacemacs/.spacemacs +++ b/spacemacs/.spacemacs @@ -351,9 +351,6 @@ you should place your code here." ;; Use emacs mode for eshell ;; (evil-set-initial-state 'eshell-mode 'emacs) - - ;; Set the erc nick completion postfix to ", " - ;; (setq erc-pcomplete-nick-postfix ", ") ) ;; Do not write anything past this comment. This is where Emacs will |