From c69f17c5d36fa7a4a95701f915c727b076981f2f Mon Sep 17 00:00:00 2001 From: tslil clingman <> Date: Thu, 9 Sep 2021 21:04:48 -0400 Subject: Add god mode --- emacs/inits/01-basic.el | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'emacs/inits/01-basic.el') diff --git a/emacs/inits/01-basic.el b/emacs/inits/01-basic.el index 9493df4..bc1bad9 100644 --- a/emacs/inits/01-basic.el +++ b/emacs/inits/01-basic.el @@ -1,4 +1,4 @@ -;; Time-stamp: <2021-06-29 17h20 EDT (hobbies)> +;; Time-stamp: <2021-09-05 20h52 EDT (hobbies)> ;; ----------------------------------------------------------------------------- ;; Interface @@ -37,16 +37,16 @@ (when (eq 'x (window-system)) ;;; Time-based theming - ;; (if (<= 20 (nth 2 (decode-time))) - ;; (load-theme 'nord t) - ;; (load-theme 'solo-jazz t)) - (load-theme 'solo-jazz t) ;; turns out i just like this one though - (set-face-attribute 'region nil :background "orange") + (if (<= 20 (nth 2 (decode-time))) + (load-theme 'nord t) + (load-theme 'solo-jazz t)) + ;; (load-theme 'solo-jazz t) ;; turns out i just like this one though + ;; (set-face-attribute 'region nil :background "orange") (set-face-attribute 'default nil :font "Iosevka-18")) (blink-cursor-mode 0) (setq cursor-type 'box) -(set-cursor-color "black") +;; (set-cursor-color "black") (set-fringe-style 0) ;; (set-fringe-mode 128) -- cgit v1.2.3