Fix a theme load bug
This commit is contained in:
parent
8ed6881484
commit
0f6d77f89b
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue