dotfiles

my shiny new dotfiles
git clone git://git.jakekoroman.com/dotfiles
Log | Files | Refs | README

commit 1dd3d84c1fdb6738f64b913d8763e88a46bd837a
parent 73453cc44a57723d7d40954e2375986fb264cfb0
Author: Jake Koroman <jakekoroman@proton.me>
Date:   Fri, 20 Sep 2024 10:12:28 -0400

update desktop emacs theme.

Diffstat:
Mdevice-specific/desktop/emacs.el | 5++---
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/device-specific/desktop/emacs.el b/device-specific/desktop/emacs.el @@ -4,7 +4,6 @@ (setq my-font (concat my-font-name (number-to-string my-font-size))) (set-default 'truncate-lines t) -;; (load-theme 'solarized t) -;; (solarized-toggle-background-mode) -(load-theme 'gruber-darker t) +(load-theme 'solarized t) +(solarized-toggle-background-mode) (transparency 100)