Make emacs usable through putty
This commit is contained in:
parent
07e254465d
commit
583ba27c90
1 changed files with 5 additions and 3 deletions
|
|
@ -128,9 +128,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)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue