mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
The global mode is a tad greedy, affecting buffers I don't want it to. So only activate it in certain places. This may change.
7 lines
198 B
EmacsLisp
7 lines
198 B
EmacsLisp
;;; ui/vi-tilde-fringe/config.el -*- lexical-binding: t; -*-
|
|
|
|
;; indicators for empty lines past EOF
|
|
(def-package! vi-tilde-fringe
|
|
:hook ((prog-mode text-mode conf-mode) . vi-tilde-fringe-mode))
|
|
|