summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2025-10-29 02:24:21 +0000
committerjao <jao@gnu.org>2025-10-29 02:24:21 +0000
commit9f59dc8412ecb9e876a0498e31f76ec141916dde (patch)
treeb1962d654f672b0e808a831d3def6306a8687b6e
parent402a9c0a1d5c9929f9314d9127eac23ff63e6baf (diff)
downloadelibs-9f59dc8412ecb9e876a0498e31f76ec141916dde.tar.gz
elibs-9f59dc8412ecb9e876a0498e31f76ec141916dde.tar.bz2
more nits
-rw-r--r--init.el4
1 files 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)