From 8d216ed9e8ee98331373940ffd7439db2d6c65f4 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Thu, 11 Jun 2026 16:47:51 -0700 Subject: Emacs: Add mixed-pitch mode --- emacs/.emacs.d/init.org | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org index 8972f65..fa3f069 100644 --- a/emacs/.emacs.d/init.org +++ b/emacs/.emacs.d/init.org @@ -821,6 +821,12 @@ Highlight diffs in the fringe. (use-package rainbow-delimiters) #+end_src +* Mixed Pitch Mode + +#+begin_src emacs-lisp + (use-package mixed-pitch) +#+end_src + * Custom Change the file where =customize= stores its settings. -- cgit v1.3-2-g0d8e