diff options
author | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-06-15 23:34:39 -0400 |
---|---|---|
committer | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-06-15 23:34:39 -0400 |
commit | 3a6be9c34560ea22f0672b3413f08887b8c7315b (patch) | |
tree | 7a3ea697ed18194c9ff325141224c783946216c4 /init.el | |
parent | Modify line-numbers appearance (diff) | |
download | mmosmacs-3a6be9c34560ea22f0672b3413f08887b8c7315b.tar.gz mmosmacs-3a6be9c34560ea22f0672b3413f08887b8c7315b.tar.bz2 mmosmacs-3a6be9c34560ea22f0672b3413f08887b8c7315b.zip |
Make modeline text smaller
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |