summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2021-02-10 17:43:03 -0600
committerCase Duckworth2021-02-10 17:43:03 -0600
commitacb1ed8f5e7565c886a24773a0aba995a32b8166 (patch)
tree8906ff2124636e3ccb3a23104bd984babc83136e /config.org
parentChange book capture filing location (diff)
downloademacs-acb1ed8f5e7565c886a24773a0aba995a32b8166.tar.gz
emacs-acb1ed8f5e7565c886a24773a0aba995a32b8166.zip
Add `display-fill-column-indicator-mode' to `acdw/reading-mode'
Diffstat (limited to 'config.org')
-rw-r--r--config.org6
1 files changed, 4 insertions, 2 deletions
diff --git a/config.org b/config.org index 45ff91d..d96596f 100644 --- a/config.org +++ b/config.org
@@ -1652,11 +1652,13 @@ A custom mode to make reading comfy
1652 (progn ;; turn on 1652 (progn ;; turn on
1653 (text-scale-increase +1) 1653 (text-scale-increase +1)
1654 (visual-fill-column-mode +1) 1654 (visual-fill-column-mode +1)
1655 (iscroll-mode +1)) 1655 (iscroll-mode +1)
1656 (display-fill-column-indicator-mode -1))
1656 (progn ;; turn off 1657 (progn ;; turn off
1657 (text-scale-increase 0) 1658 (text-scale-increase 0)
1658 (visual-fill-column-mode -1) 1659 (visual-fill-column-mode -1)
1659 (iscroll-mode -1)))) 1660 (iscroll-mode -1)
1661 (display-fill-column-indicator-mode +1))))
1660#+end_src 1662#+end_src
1661 1663
1662* Programming 1664* Programming