dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit afa15a395257965a48615e0e6784ea3d8d06f635
parent 8723cc252fd0adf422d35a1a1152c1754efeccea
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Wed, 20 May 2015 12:56:44 +0200

do not set background color in terminal

Diffstat:
M.spacemacs | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.spacemacs b/.spacemacs @@ -162,7 +162,7 @@ layers configuration." (setq-default tab-width 4) (setq c-default-style "linux" c-basic-offset 4) - ;(custom-set-faces (if (not window-system) '(default ((t (:background "nil")))))) + (custom-set-faces (if (not window-system) '(default ((t (:background "nil")))))) ;; text lines limit to 80 characters (setq fill-column 80)