]> git.earman.xyz Git - emacsinit.git/commitdiff
Temporarily disable aob theme
authorrush <rush@Thonkbook.com>
Sun, 22 Feb 2026 19:21:47 +0000 (14:21 -0500)
committerrush <rush@Thonkbook.com>
Sun, 22 Feb 2026 19:21:47 +0000 (14:21 -0500)
Not sure if I want it or not

init.el

diff --git a/init.el b/init.el
index f442502b75c63c573c932208ad5990d02ec273b0..8a8e9dc46861b7694e62200d5a71b5d5659aea42 100644 (file)
--- a/init.el
+++ b/init.el
 (menu-bar-mode -1)
 (tool-bar-mode -1)
 (set-scroll-bar-mode 'left)
-(when (eq system-type 'gnu/linux)
-  (load-theme 'wobow-aob t))
+;; (when (eq system-type 'gnu/linux)
+;;   (load-theme 'wobow-aob t))
 (setq frame-title-format "%b"
       mouse-prefer-closest-glyph t
       mouse-1-click-follows-link nil