diff options
author | Franck Cuny <franck@fcuny.net> | 2022-11-15 08:03:50 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-11-15 08:03:50 -0800 |
commit | b735e44b86ada23a66f47e3bbe5654d9df493578 (patch) | |
tree | a139996616a04f62be26009a99bab098e6f6c272 | |
parent | meta: ignore the content of `straight` (diff) | |
download | emacs.d-b735e44b86ada23a66f47e3bbe5654d9df493578.tar.gz |
feat(org): enable variable-pitch-mode
Change-Id: I939626a4f5350d478a2512d8570c4f541fe81066
-rw-r--r-- | emacs/custom/my-org.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/custom/my-org.el b/emacs/custom/my-org.el index f49bc6b..b40c3f8 100644 --- a/emacs/custom/my-org.el +++ b/emacs/custom/my-org.el @@ -17,6 +17,7 @@ (add-hook 'org-mode-hook 'org-indent-mode) (add-hook 'org-mode-hook 'org-hide-block-all) (add-hook 'org-mode-hook 'visual-line-mode) +(add-hook 'org-mode-hook 'variable-pitch-mode) (add-hook 'org-capture-after-finalize-hook 'org-save-all-org-buffers) (add-hook 'org-capture-prepare-finalize-hook 'org-save-all-org-buffers) |