diff options
| author | jao <jao@gnu.org> | 2025-10-29 02:24:21 +0000 |
|---|---|---|
| committer | jao <jao@gnu.org> | 2025-10-29 02:24:21 +0000 |
| commit | 9f59dc8412ecb9e876a0498e31f76ec141916dde (patch) | |
| tree | b1962d654f672b0e808a831d3def6306a8687b6e | |
| parent | 402a9c0a1d5c9929f9314d9127eac23ff63e6baf (diff) | |
| download | elibs-9f59dc8412ecb9e876a0498e31f76ec141916dde.tar.gz elibs-9f59dc8412ecb9e876a0498e31f76ec141916dde.tar.bz2 | |
more nits
| -rw-r--r-- | init.el | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |
