diff options
Diffstat (limited to 'init.el')
| -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) | 
