From b1fd5ba5a69c3708afcfc83fbfdcddbbccaab8d0 Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Mon, 9 Jan 2023 19:14:57 +0100 Subject: [PATCH 1/2] Update vertical-pitch settings --- bundle/custom_gnu.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle/custom_gnu.el b/bundle/custom_gnu.el index a3dbaedf..696decd8 100644 --- a/bundle/custom_gnu.el +++ b/bundle/custom_gnu.el @@ -75,4 +75,4 @@ ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. '(font-lock-keyword-face ((t (:foreground "#81A1C1" :slant italic)))) - '(variable-pitch ((t (:height 1.1 :family "Roboto Slab"))))) + '(variable-pitch ((t (:weight semi-light :height 1.2 :family "Roboto Slab"))))) From f69d4446e6831801008b53e5e39d851267bec3f1 Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Mon, 9 Jan 2023 19:15:12 +0100 Subject: [PATCH 2/2] Enable doom-modeline --- bundle/bundle--gui.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bundle/bundle--gui.el b/bundle/bundle--gui.el index 2e8ef674..ccdc8d05 100644 --- a/bundle/bundle--gui.el +++ b/bundle/bundle--gui.el @@ -14,9 +14,9 @@ doom-themes-enable-italic t) ; if nil, italics is universally disabled (load-theme 'doom-one t)) -;; (use-package doom-modeline -;; :init (doom-modeline-mode 1) -;; :custom (doom-modeline-height 33)) +(use-package doom-modeline + :init (doom-modeline-mode 1) + :custom (doom-modeline-height 33)) (use-package helpful :commands (helpful-callable helpful-variable helpful-command helpful-key)