diff options
author | Blendoit <blendoit@gmail.com> | 2021-05-15 13:46:27 -0700 |
---|---|---|
committer | Blendoit <blendoit@gmail.com> | 2021-05-15 13:46:27 -0700 |
commit | 6067508b3db6ba88df8cd69cb0672fd9a5a3dd4c (patch) | |
tree | 913b51c942806b6cece4bd6ccdd4040e4c1a93c7 | |
parent | 7cce9fa9e4ffd2785f74062b56cfc68d62a9ac0c (diff) |
Restore variable-pitch mode.
-rw-r--r-- | smart-documents.org | 9 |
1 files changed, 9 insertions, 0 deletions
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 |