commit 2c789b5fa1fa1a05c153feccd5daaa2a6cf00a03
Author: Simon Watson <spw01@protonmail.com>
Date: Tue Jul 13 22:41:01 2021 -0400
Update everyone to solarized
diff --git a/emacs/.emacs-all b/emacs/.emacs-all
index 4f72df3..5e39fe3 100644
--- a/emacs/.emacs-all
+++ b/emacs/.emacs-all
@@ -175,16 +175,14 @@
;; Graphic Display
(if (display-graphic-p)
(progn
- (load-theme 'nano t)
- (nano-dark)))))
+ (load-theme 'solarized-light t)))))
;; Load for Windows10
(if (eq system-type 'windows-nt)
(progn
(load "C:/Users/watsonsi/Documents/GitHub/dotfiles/emacs/windows-load/customs.el")
(setq visible-bell 1)
- (load-theme 'nano t)
- (nano-dark)))
+ (load-theme 'solarized-light t)))
;; Load for GUI Linux
(if (eq system-type 'gnu/linux)