From 0f6d77f89b88c7afe13df09bd7c7cec69c7246ae Mon Sep 17 00:00:00 2001 From: Howard Abrams Date: Thu, 4 Jul 2024 23:20:11 -0700 Subject: [PATCH] Fix a theme load bug --- ha-display.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ha-display.org b/ha-display.org index 8f7dd3b..07611e9 100644 --- a/ha-display.org +++ b/ha-display.org @@ -351,7 +351,8 @@ Most of the time, Emacs is on my desk is a darkened room, so I choose the dark t (interactive) (load-theme 'doom-wilmersdorf t) (ignore-errors - (load-file "ha-theme-dark.el")) ;; TODO: File in progress! + ;; TODO: File in progress! + (load-file "~/other/hamacs/ha-theme-dark.el")) (ha-word-processor-fonts)) #+end_src