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 b3238647d117509fc3bccd7f72d9d5f3eca2a073
parent 7c7d21d6c3831fd54cbf4fba1736031e1bfe8655
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Fri,  6 Jun 2014 10:31:48 +0200

changed color of column indicator

Diffstat:
M.emacs.d/init.el | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.emacs.d/init.el b/.emacs.d/init.el @@ -76,7 +76,7 @@ (add-hook 'text-mode-hook 'turn-on-auto-fill) (setq-default fci-rule-column 80) (setq fci-rule-width 1) ;; width in px -;(setq fci-rule-color "gray") ;; color +(setq fci-rule-color "#073642") ;; color (define-globalized-minor-mode global-fci-mode fci-mode (lambda() (fci-mode 1))) (global-fci-mode t)