Skip to content

Commit

Permalink
try to make visual formatting a little prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
cburroughs committed Apr 27, 2022
1 parent aec4544 commit f5ee1c4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .emacs.d/lisp/text-modes.el
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@
:init
(add-hook 'visual-line-mode-hook #'visual-fill-column-mode))

;; Mirrors indentation of first line of paragraph. Like visual-fill-column
;; for the left side
(use-package adaptive-wrap
:straight t
:init
(add-hook 'visual-line-mode-hook #'adaptive-wrap-prefix-mode))


;; -------------
;; org mode stuff
Expand Down

0 comments on commit f5ee1c4

Please sign in to comment.