emacs: try to fix modeline height
authorRalph Boehme <slow@samba.org>
Sun, 15 Aug 2021 08:43:16 +0000 (10:43 +0200)
committerRalph Boehme <slow@samba.org>
Sun, 15 Aug 2021 08:43:16 +0000 (10:43 +0200)
emacs/.emacs.d/desktop.org

index 5d1695e0c4d8efc95e9b02a4b72e13aff8ae5ce4..cc1e3c53efa77d9b3027a89a9e2a8a695e83ad94 100644 (file)
@@ -703,6 +703,7 @@ We can also set up some functions for enabling and disabling notifications at an
   (use-package doom-modeline
     :ensure t
     :init (doom-modeline-mode 1)
-    :custom ((doom-modeline-height 5)))
+    :custom-face (mode-line ((t (:height 1.0))))
+    :custom ((doom-modeline-height 25)))
 
 #+end_src