diff options
| author | tslil clingman <> | 2021-09-09 21:04:48 -0400 |
|---|---|---|
| committer | tslil clingman <> | 2021-09-09 21:29:15 -0400 |
| commit | c69f17c5d36fa7a4a95701f915c727b076981f2f (patch) | |
| tree | f9d3bec7aaffa7b936b046bc753b57ca440527c9 /emacs/inits/01-basic.el | |
| parent | 2961a9a199161646e46b0bd7a1beaa8113331312 (diff) | |
Add god mode
Diffstat (limited to 'emacs/inits/01-basic.el')
| -rw-r--r-- | emacs/inits/01-basic.el | 14 |
1 files changed, 7 insertions, 7 deletions
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) |
