diff options
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 |