From f017de68df62d5e22f307e049cbf5ddf1785b3aa Mon Sep 17 00:00:00 2001 From: Miranda Marquez Date: Sun, 26 May 2024 17:17:28 -0800 Subject: [PATCH] Variable Pitch Comments because hey why not right --- init.el | 1 + lisp/mir-defuns.el | 7 ++++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/init.el b/init.el index c353bb6..6bec16f 100644 --- a/init.el +++ b/init.el @@ -726,6 +726,7 @@ targets." "https://git.marq42.xyz/mir/sv-theme") :config (mir/visual-setup) + (set-face-attribute 'font-lock-comment-face nil :inherit 'variable-pitch) (load-theme 'airline-ravenpower t) :init (load-theme 'sv t)) diff --git a/lisp/mir-defuns.el b/lisp/mir-defuns.el index 3993deb..cf409d2 100644 --- a/lisp/mir-defuns.el +++ b/lisp/mir-defuns.el @@ -38,9 +38,10 @@ declarations for color schemes." :family "MesloLGS Nerd Font") (set-face-attribute 'default nil :family "MesloLGS Nerd Font") - ;; (set-face-attribute 'variable-pitch nil - ;; :inherit 'default - ;; :family "Sans Serif") + (set-face-attribute 'variable-pitch nil + :inherit 'default + :family "Ubuntu" + :height 140) ;jank? jank (setq window-divider-default-places t) (setq right-divider-width 5) (setq ring-bell-function 'ignore)