From 6067508b3db6ba88df8cd69cb0672fd9a5a3dd4c Mon Sep 17 00:00:00 2001 From: Blendoit Date: Sat, 15 May 2021 13:46:27 -0700 Subject: Restore variable-pitch mode. --- smart-documents.org | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'smart-documents.org') diff --git a/smart-documents.org b/smart-documents.org index 30d6ba2..cd593e7 100644 --- a/smart-documents.org +++ b/smart-documents.org @@ -1695,6 +1695,15 @@ the cursor is a more MS Word-like bar. - Ooh geometric Bauhaus influences, look at me - Tall leading height is =h a r m o n i o u s= +**** Using proportional fonts when needed + +We use ~variable-pitch-mode~ for appropriate modes. + +#+BEGIN_SRC emacs-lisp :tangle yes + (add-hook 'org-mode-hook 'variable-pitch-mode) + (add-hook 'info-mode-hook 'variable-pitch-mode) +#+END_SRC + **** TODO Default font size Make default font size larger on displays of which the resolution -- cgit v1.2.3