From 8d78a8b7dffc66ba8c5eb7cf7ea731f9db35a5fb Mon Sep 17 00:00:00 2001 From: rearman Date: Fri, 30 May 2025 12:45:09 -0400 Subject: [PATCH] Update themes --- fully-mono-themes | 2 +- init.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fully-mono-themes b/fully-mono-themes index 96651dd..f54d89c 160000 --- a/fully-mono-themes +++ b/fully-mono-themes @@ -1 +1 @@ -Subproject commit 96651dd6f1d1b9616b22dc5a2e6adc0227d0f1c7 +Subproject commit f54d89c0ae5bf850c9b2e8fb39f0e6413e77b992 diff --git a/init.el b/init.el index 7c27197..4e32bd0 100644 --- a/init.el +++ b/init.el @@ -118,7 +118,7 @@ (add-hook 'prog-mode-hook (lambda nil (keymap-local-set "" #'tab-to-tab-stop))) -(load-theme 'fully-mono-white) +(load-theme 'fully-mono-white t) (setq show-paren-delay 0 show-paren-style 'expression) -- 2.39.5