Fix a theme load bug

This commit is contained in:
Howard Abrams 2024-07-04 23:20:11 -07:00
parent 8ed6881484
commit 0f6d77f89b

View file

@ -351,7 +351,8 @@ Most of the time, Emacs is on my desk is a darkened room, so I choose the dark t
(interactive) (interactive)
(load-theme 'doom-wilmersdorf t) (load-theme 'doom-wilmersdorf t)
(ignore-errors (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)) (ha-word-processor-fonts))
#+end_src #+end_src