From c1229075fbed30c7dcffc84e7ca11c2191dda11b Mon Sep 17 00:00:00 2001 From: Jack Jamison Date: Thu, 30 Jul 2026 21:48:05 -0400 Subject: more fixes to make it actually actually work --- .config/emacs/style.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/emacs/style.el') diff --git a/.config/emacs/style.el b/.config/emacs/style.el index 69a99a0..5141cd8 100644 --- a/.config/emacs/style.el +++ b/.config/emacs/style.el @@ -4,7 +4,7 @@ ;; theme (load-theme 'wombat) (custom-set-faces - '(default ((t (:inherit nil :stipple nil :background "#222323" :foreground "#f6f3e8" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 115 :width normal :family "Monaco")))) + '(default ((t (:inherit nil :stipple nil :background "#222323" :foreground "#f6f3e8" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 115 :width normal)))) '(highlight ((t (:underline nil)))) '(fringe ((t (:background "#222323")))) '(vertical-border ((t (:foreground "#303030")))) -- cgit v1.2.3