From 416555a3b078846cba4aca58a4e98d00b8cc084e Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Sat, 28 Jun 2025 16:11:45 +1000 Subject: [emacs] Minor changes Fix variable-pitch so that nov can display italics etc. again --- emacs/.emacs.d/init/ycp-theme.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'emacs/.emacs.d/init/ycp-theme.el') diff --git a/emacs/.emacs.d/init/ycp-theme.el b/emacs/.emacs.d/init/ycp-theme.el index 2b58ba3..c6721ed 100644 --- a/emacs/.emacs.d/init/ycp-theme.el +++ b/emacs/.emacs.d/init/ycp-theme.el @@ -41,8 +41,7 @@ 'normal :weight 'normal :height 150 :width 'normal) (set-face-attribute 'fixed-pitch nil :family "Ubuntu Mono" :foundry "DAMA" :slant 'normal :weight 'normal :height 150 :width 'normal) -(set-face-attribute 'variable-pitch nil :family "Ubuntu" :foundry "DAMA" - :slant 'normal :weight 'normal :height 150 :width 'normal) +(set-face-attribute 'variable-pitch nil :family "Ubuntu" :foundry "DAMA") (provide 'ycp-theme) ;;; ycp-theme.el ends here -- cgit v1.2.3