|
@@ -175,16 +175,14 @@
|
|
;; Graphic Display
|
|
;; Graphic Display
|
|
(if (display-graphic-p)
|
|
(if (display-graphic-p)
|
|
(progn
|
|
(progn
|
|
- (load-theme 'nano t)
|
|
|
|
- (nano-dark)))))
|
|
|
|
|
|
+ (load-theme 'solarized-light t)))))
|
|
|
|
|
|
;; Load for Windows10
|
|
;; Load for Windows10
|
|
(if (eq system-type 'windows-nt)
|
|
(if (eq system-type 'windows-nt)
|
|
(progn
|
|
(progn
|
|
(load "C:/Users/watsonsi/Documents/GitHub/dotfiles/emacs/windows-load/customs.el")
|
|
(load "C:/Users/watsonsi/Documents/GitHub/dotfiles/emacs/windows-load/customs.el")
|
|
(setq visible-bell 1)
|
|
(setq visible-bell 1)
|
|
- (load-theme 'nano t)
|
|
|
|
- (nano-dark)))
|
|
|
|
|
|
+ (load-theme 'solarized-light t)))
|
|
|
|
|
|
;; Load for GUI Linux
|
|
;; Load for GUI Linux
|
|
(if (eq system-type 'gnu/linux)
|
|
(if (eq system-type 'gnu/linux)
|