From 97c82c873b3de40f4b08d60d87a18558c1b907e9 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Tue, 27 Oct 2020 13:43:22 -0500 Subject: Add mixed-pitch package --- config.org | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/config.org b/config.org index 9b9c41a..fc135a7 100644 --- a/config.org +++ b/config.org @@ -585,6 +585,12 @@ I was using company, but I think it might've been causing issues with ~awk-mode~ :hook (org-mode . visual-fill-column-mode)) #+end_src +** Mixed-pitch +#+begin_src emacs-lisp + (use-package mixed-pitch + :hook + (text-mode . mixed-pitch-mode)) +#+end_src ** Org mode #+begin_src emacs-lisp (use-package org @@ -594,9 +600,7 @@ I was using company, but I think it might've been causing issues with ~awk-mode~ (org-hide-emphasis-markers t) (org-fontify-done-headline t) (org-hide-leading-stars t) - (org-pretty-entities t) - :hook - (org-mode . variable-pitch-mode)) + (org-pretty-entities t)) (use-package org-superstar :hook -- cgit 1.4.1-21-gabe81