aboutsummaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-06-15 23:34:39 -0400
committerMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-06-15 23:34:39 -0400
commit3a6be9c34560ea22f0672b3413f08887b8c7315b (patch)
tree7a3ea697ed18194c9ff325141224c783946216c4 /init.el
parentModify line-numbers appearance (diff)
downloadmmosmacs-3a6be9c34560ea22f0672b3413f08887b8c7315b.tar.gz
mmosmacs-3a6be9c34560ea22f0672b3413f08887b8c7315b.tar.bz2
mmosmacs-3a6be9c34560ea22f0672b3413f08887b8c7315b.zip
Make modeline text smaller
Diffstat (limited to 'init.el')
-rw-r--r--init.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/init.el b/init.el
index 554f210..8401646 100644
--- a/init.el
+++ b/init.el
@@ -247,6 +247,10 @@
247 :delight 247 :delight
248 :hook (prog-mode . rainbow-mode)) 248 :hook (prog-mode . rainbow-mode))
249 249
250;; Modeline
251(set-face-attribute 'mode-line nil
252 :height 80)
253
250 254
251;; --------------------------------- 255;; ---------------------------------
252;; Fonts 256;; Fonts