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!
|
;; COLORZ!
|
||||||
;;
|
;;
|
||||||
(require 'color-theme)
|
(if (display-graphic-p)
|
||||||
(require 'color-theme-solarized)
|
(progn
|
||||||
(color-theme-solarized-light)
|
(require 'color-theme)
|
||||||
|
(require 'color-theme-solarized)
|
||||||
|
(color-theme-solarized-dark)))
|
||||||
|
|
||||||
;; Modeline format:
|
;; Modeline format:
|
||||||
(display-time-mode -1)
|
(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