From 9f59dc8412ecb9e876a0498e31f76ec141916dde Mon Sep 17 00:00:00 2001 From: jao Date: Wed, 29 Oct 2025 02:24:21 +0000 Subject: more nits --- init.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.el b/init.el index d0e84e2..79b31cd 100644 --- a/init.el +++ b/init.el @@ -443,7 +443,7 @@ (t jao-theme-term-light)))) (load-theme theme t) (modify-all-frames-parameters `((font . ,jao-themes-default-face))))) -(modify-all-frames-parameters `((font . "RobotoMono Nerd Font-10"))) + (jao-themes-setup) ;;; Help system @@ -1877,7 +1877,7 @@ ("m" "proton bridge" run-proton-bridge)] ["Chats" ("i" "irc" jao-chats-irc) - ("M" "mastodon" jao-mastodon) + ;; ("M" "mastodon" jao-mastodon) ("T" "telegram rooster" jao-telega)] ["Window system" :if jao-window-system-p ("w" "set wallpaper" jao-set-wallpaper) -- cgit v1.2.3