A little C cleanup, and some formatting improvements.

This commit is contained in:
Micheal Smith
2025-12-06 01:05:01 -06:00
parent 07b287bc2e
commit f9209ff9a5
5 changed files with 22 additions and 16 deletions

View File

@@ -14,10 +14,7 @@ the future.
:ensure (:host github
:repo "sellout/emacs-color-theme-solarized"
:files ("*.el"))
:no-require t
:init
(customize-set-variable 'frame-background-mode 'light)
(load-theme 'solarized t))
:no-require t)
#+end_src
I like using catppuccin from time to time as well.