aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2022-06-20 09:11:58 -0700
committerGravatar Tom Willemse2022-06-20 09:11:58 -0700
commitf0bf02d9ecd307bbc2bac5f265c6b95415d9d31f (patch)
tree19f22f6c4ef62baf8047acf02abf73fc3ced1c2a
parent1c3b3abb3979860ec742a7c40136911e0d6dfd48 (diff)
downloademacs-config-f0bf02d9ecd307bbc2bac5f265c6b95415d9d31f.tar.gz
emacs-config-f0bf02d9ecd307bbc2bac5f265c6b95415d9d31f.zip
[oni-org] Remove ‘mixed-pitch’
I tried it, and I just didn't like it. It looks alright, but alignment is difficult, and even though faces are set up to be fixed-pitch they still end up rendering as variable-pitch. During startup my org file also loads too early and doesn't get the right font set. It just doesn't really add enough.
-rw-r--r--oni-org/oni-org.el5
1 files changed, 2 insertions, 3 deletions
diff --git a/oni-org/oni-org.el b/oni-org/oni-org.el
index 665e7d0..3a8658d 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: 2022.0612.162440
-;; Package-Requires: (oni-yasnippet oni-alert oni-hydra org org-contrib org-bullets org-edna diminish all-the-icons olivetti mixed-pitch)
+;; Version: 2022.0620.091137
+;; Package-Requires: (oni-yasnippet oni-alert oni-hydra org org-contrib org-bullets org-edna diminish all-the-icons olivetti)
;; 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
@@ -502,7 +502,6 @@ also move point to the start of the heading."
(add-hook 'org-mode-hook 'electric-pair-local-mode)
(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)