mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
ui/zen: enable mixed-pitch-mode in adoc-mode & rst-mode
org-journal-mode is derived from org-mode, so it's not needed in this list.
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
;;; ui/zen/config.el -*- lexical-binding: t; -*-
|
||||
|
||||
(defvar +zen-mixed-pitch-modes '(markdown-mode org-mode org-journal-mode)
|
||||
(defvar +zen-mixed-pitch-modes '(adoc-mode rst-mode markdown-mode org-mode)
|
||||
"What major-modes to enable `mixed-pitch-mode' in with `writeroom-mode'.")
|
||||
|
||||
(defvar +zen-text-scale 2
|
||||
|
Reference in New Issue
Block a user