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.
6 lines
198 B
EmacsLisp
6 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))
|
|
|