:ui vi-tilde-fringe

Fringe tildes to mark beyond EOB

1. Description

Displays a tilde(~) in the left fringe to indicate an empty line, similar to Vi.

1.1. Maintainers

This module has no dedicated maintainers. Become a maintainer?

1.2. Module flags

This module has no flags.

1.4. Hacks

No hacks documented for this module.

2. Prerequisites

This module has no external prerequisites.

3. TODO Usage

This module has no usage documentation yet. Write some?

4. Configuration

By default, doom activates vi-tilde-fringe-mode for prog-mode, text-mode and conf-mode. To change this to your liking, you can remove any of the modes from the list:

;; in $DOOMDIR/config.el
(remove-hook 'text-mode-hook #'vi-tilde-fringe-mode)

or add new modes where you would like vi-tilde-fringe-mode enabled:

;; in $DOOMDIR/config.el
(add-hook 'org-mode-hook #'vi-tilde-fringe-mode)

5. Troubleshooting

There are no known problems with this module. Report one?

6. TODO Appendix

This module has no appendix yet. Write one?