mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-24 03:50:24 +10:00
6 lines
173 B
EmacsLisp
6 lines
173 B
EmacsLisp
;;; ui/vi-tilde-fringe/autoload.el -*- lexical-binding: t; -*-
|
|
|
|
;;;###autoload
|
|
(add-hook! '(prog-mode-hook text-mode-hook conf-mode-hook)
|
|
#'vi-tilde-fringe-mode)
|