diff options
| author | Jack Jamison <jackqjamison@gmail.com> | 2026-07-30 21:48:05 -0400 |
|---|---|---|
| committer | Jack Jamison <jackqjamison@gmail.com> | 2026-07-30 21:48:05 -0400 |
| commit | c1229075fbed30c7dcffc84e7ca11c2191dda11b (patch) | |
| tree | 5a9b73cd7257880d06831e69f33041e0c8ff2c32 /.config/emacs/style.el | |
| parent | 8c4e09dff83847ac7f07bf1da7751e9328006c4d (diff) | |
more fixes to make it actually actually work
Diffstat (limited to '.config/emacs/style.el')
| -rw-r--r-- | .config/emacs/style.el | 2 |
1 files changed, 1 insertions, 1 deletions
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")))) |
