Merge branch 'master' of github.com:DeCarabas/Init-Files
This commit is contained in:
commit
140f3b7e25
2 changed files with 8 additions and 3 deletions
|
|
@ -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
3
.screenrc
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
hardstatus on
|
||||
hardstatus alwayssetlastline "%{=b}%{G} Screen(s): %{b}%w"
|
||||
defscrollback 5000
|
||||
Loading…
Add table
Add a link
Reference in a new issue