aboutsummaryrefslogtreecommitdiffstats
path: root/oni-org/oni-org.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2023-08-01 11:03:32 -0700
committerGravatar Tom Willemse2023-08-01 11:03:32 -0700
commit4260f75cbc1616c7526545f0837a49bed0ddccff (patch)
tree0c55f39a78fd8a559073a3c7c8798c379559de73 /oni-org/oni-org.el
parentcff931be7e7239dbb5c8809312e91e5a18b6ed27 (diff)
downloademacs-config-4260f75cbc1616c7526545f0837a49bed0ddccff.tar.gz
emacs-config-4260f75cbc1616c7526545f0837a49bed0ddccff.zip
Enable ‘variable-pitch-mode’ (again)
Now that I've added the ‘org-table’ face to ‘yoshi-theme’[1] I can enable the mode again and not be bothered by misaligned tables. [1]: https://git.sr.ht/~ryuslash/yoshi-theme
Diffstat (limited to 'oni-org/oni-org.el')
-rw-r--r--oni-org/oni-org.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/oni-org/oni-org.el b/oni-org/oni-org.el
index d6f0ffb..bd8c3aa 100644
--- a/oni-org/oni-org.el
+++ b/oni-org/oni-org.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2023.0728.120517
+;; Version: 2023.0801.095732
;; Package-Requires: (oni-yasnippet oni-alert oni-hydra org org-bullets org-edna diminish all-the-icons olivetti form-feed org-pretty-table ob-async)
;; This program is free software; you can redistribute it and/or modify
@@ -525,6 +525,7 @@ also move point to the start of the heading."
(add-hook 'org-mode-hook 'olivetti-mode)
(add-hook 'org-mode-hook 'org-indent-mode)
(add-hook 'org-mode-hook 'org-pretty-table-mode)
+(add-hook 'org-mode-hook 'variable-pitch-mode)
(add-hook 'org-mode-hook 'visual-line-mode)
(add-hook 'org-mode-hook 'yas-minor-mode)