home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

commit 707ed3f6857757afa77c82c533f820bf8de511a0
parent 94efc82326c957dee3ec445a0e259ca78c67cbd2
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Tue, 13 Jun 2023 16:36:05 +0200

tools/emacs: fix modus-themes loading…

… there might be other.. issues.. but we'll see

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mtools/emacs/early-init.el | 6++++--
1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/tools/emacs/early-init.el b/tools/emacs/early-init.el @@ -93,8 +93,10 @@ This is used internally by `vde/modus-themes-toggle'." modus-themes-scale-4 1.2 ;; x-underline-at-descent-line t ) - (modus-themes-load-themes) - (modus-themes-load-operandi)) + (require-theme 'modus-themes) + (load-theme 'modus-operandi :no-confirm) + ;; (modus-themes-load-theme modus-operandi) + ) (defun vde/modus-operandi-custom () "Customize modus-operandi theme."