Merge branch 'master' of github.com:DeCarabas/Init-Files

This commit is contained in:
John Doty 2012-07-02 10:00:48 -07:00
commit 140f3b7e25
2 changed files with 8 additions and 3 deletions

View file

@ -129,9 +129,11 @@
;; COLORZ!
;;
(require 'color-theme)
(require 'color-theme-solarized)
(color-theme-solarized-light)
(if (display-graphic-p)
(progn
(require 'color-theme)
(require 'color-theme-solarized)
(color-theme-solarized-dark)))
;; Modeline format:
(display-time-mode -1)

3
.screenrc Normal file
View file

@ -0,0 +1,3 @@
hardstatus on
hardstatus alwayssetlastline "%{=b}%{G} Screen(s): %{b}%w"
defscrollback 5000