From c543bc11f37bf2c5199612961f6d43c704e20f9a Mon Sep 17 00:00:00 2001 From: tslil clingman <> Date: Wed, 6 Oct 2021 11:13:35 -0400 Subject: Decrease font size, comments in italics, always use Nord --- emacs/inits/01-basic.el | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'emacs') diff --git a/emacs/inits/01-basic.el b/emacs/inits/01-basic.el index 54848c9..e82fe3f 100644 --- a/emacs/inits/01-basic.el +++ b/emacs/inits/01-basic.el @@ -1,4 +1,4 @@ -;; Time-stamp: <2021-09-27 08h47 EDT (hobbies)> +;; Time-stamp: <2021-10-06 11h13 EDT (hobbies)> ;; ----------------------------------------------------------------------------- ;; Interface @@ -36,17 +36,17 @@ (add-to-list 'custom-theme-load-path "~/.emacs.d/themes/") (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") - (set-face-attribute 'default nil :font "Iosevka-18")) + ;; Time-based theming + ;; (if (<= 20 (nth 2 (decode-time))) + ;; (load-theme 'nord t) + ;; (load-theme 'solo-jazz t)) + (load-theme 'nord t) ;; turns out i just like this one though + (set-face-attribute 'font-lock-comment-face nil :slant 'italic) + (set-face-attribute 'default nil :font "Iosevka-12")) (blink-cursor-mode 0) (setq cursor-type 'box) -;; (set-cursor-color "black") +(set-cursor-color "orange") (set-fringe-style 0) ;; (set-fringe-mode 128) -- cgit v1.2.3