doomemacs/modules/ui/vi-tilde-fringe
2021-05-22 18:35:46 +02:00
..
autoload.el 💥 Refactor add-hook! macro & change arg order 2019-07-26 20:17:29 +02:00
packages.el Bump :ui 2020-04-29 23:48:42 -04:00
README.org Add vi-tilde-fringe documentation 2021-05-22 18:35:46 +02:00

ui/vi-tilde-fringe

Description

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

Maintainers

This module has no dedicated maintainers.

Module Flags

This module provides no flags.

Plugins

Prerequisites

This module has no prerequisites.

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 ~/.doom.d/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 ~/.doom.d/config.el
(add-hook 'org-mode-hook #'vi-tilde-fringe-mode)