Browse Source

Updating to solarized

Simon Watson 3 years ago
parent
commit
f56280d76d
2 changed files with 4 additions and 1 deletions
  1. 1 1
      emacs/.emacs-all
  2. 3 0
      emacs/mac-load/customs.el

+ 1 - 1
emacs/.emacs-all

@@ -37,7 +37,6 @@
 (straight-use-package 'powerline-evil)
 (straight-use-package 'rainbow-delimiters)
 (straight-use-package 'focus)
-(straight-use-package 'exwm)
 (straight-use-package 'solarized-theme)
 
 ;; Configure focus
@@ -191,6 +190,7 @@
 (if (eq system-type 'gnu/linux)
     (if (display-graphic-p)
 	(progn
+	  (straight-use-package 'exwm)
 	  (require 'exwm)
 
 	  (require 'exwm-systemtray)

+ 3 - 0
emacs/mac-load/customs.el

@@ -3,6 +3,9 @@
  ;; If you edit it by hand, you could mess it up, so be careful.
  ;; Your init file should contain only one such instance.
  ;; If there is more than one, they won't work right.
+ '(cua-mode t nil (cua-base))
+ '(custom-safe-themes
+   '("51ec7bfa54adf5fff5d466248ea6431097f5a18224788d0bd7eb1257a4f7b773" "7f1d414afda803f3244c6fb4c2c64bea44dac040ed3731ec9d75275b9e831fe5" "c433c87bd4b64b8ba9890e8ed64597ea0f8eb0396f4c9a9e01bd20a04d15d358" "2809bcb77ad21312897b541134981282dc455ccd7c14d74cc333b6e549b824f3" "0fffa9669425ff140ff2ae8568c7719705ef33b7a927a0ba7c5e2ffcfac09b75" default))
  '(display-time-mode t)
  '(frame-background-mode 'dark))
 (custom-set-faces