aboutsummaryrefslogtreecommitdiff
path: root/emacs/.emacs.d/init/ycp-theme.el
diff options
context:
space:
mode:
authorYuchen Pei <id@ypei.org>2025-06-28 16:11:45 +1000
committerYuchen Pei <id@ypei.org>2025-06-28 16:11:45 +1000
commit416555a3b078846cba4aca58a4e98d00b8cc084e (patch)
tree46c51d0c2ff08123a2f15c39b512f257e8715325 /emacs/.emacs.d/init/ycp-theme.el
parentf15b6b384fde7aa3f65ff766eed0a98a4bea4327 (diff)
[emacs] Minor changes
Fix variable-pitch so that nov can display italics etc. again
Diffstat (limited to 'emacs/.emacs.d/init/ycp-theme.el')
-rw-r--r--emacs/.emacs.d/init/ycp-theme.el3
1 files changed, 1 insertions, 2 deletions
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