aboutsummaryrefslogtreecommitdiffstats
path: root/oni-org/oni-org.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2021-09-11 02:47:56 -0700
committerGravatar Tom Willemse2021-09-11 02:47:56 -0700
commitcccaac7c3244c3269800cd729e2055a33bd9c579 (patch)
treeec582e3c9d61d8e1c77aa049e0eac70177de2325 /oni-org/oni-org.el
parent02b680f40b84504441500a89f4e996e98ab15626 (diff)
downloademacs-config-cccaac7c3244c3269800cd729e2055a33bd9c579.tar.gz
emacs-config-cccaac7c3244c3269800cd729e2055a33bd9c579.zip
[oni-org] Add and enable `mixed-pitch' mode
Diffstat (limited to 'oni-org/oni-org.el')
-rw-r--r--oni-org/oni-org.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/oni-org/oni-org.el b/oni-org/oni-org.el
index 62d24f7..8e0a86a 100644
--- a/oni-org/oni-org.el
+++ b/oni-org/oni-org.el
@@ -4,8 +4,8 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2021.0830.135920
-;; Package-Requires: (oni-yasnippet oni-alert oni-hydra org org-contrib org-bullets org-edna diminish all-the-icons olivetti)
+;; Version: 2021.0911.024748
+;; Package-Requires: (oni-yasnippet oni-alert oni-hydra org org-contrib org-bullets org-edna diminish all-the-icons olivetti mixed-pitch)
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
@@ -465,6 +465,7 @@ also move point to the start of the heading."
(add-hook 'org-mode-hook #'oni-org-set-yasnippet-condition)
(add-hook 'org-mode-hook 'electric-quote-local-mode)
(add-hook 'org-mode-hook 'flyspell-mode)
+(add-hook 'org-mode-hook 'mixed-pitch-mode)
(add-hook 'org-mode-hook 'olivetti-mode)
(add-hook 'org-mode-hook 'org-indent-mode)
(add-hook 'org-mode-hook 'visual-line-mode)