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:
parent
b0bec922a9
commit
de781f7a0b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue