mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-23 19:40:24 +10:00
10 lines
316 B
EmacsLisp
10 lines
316 B
EmacsLisp
;;; ui/fill-column/autoload.el -*- lexical-binding: t; -*-
|
|
|
|
;; DEPRECATED Replaced by `display-fill-column-indicator-mode' in Emacs 27+
|
|
|
|
;;;###autoload (autoload 'hl-fill-column-mode "hl-fill-column" nil t)
|
|
|
|
;;;###autoload
|
|
(add-hook! '(text-mode-hook prog-mode-hook conf-mode-hook)
|
|
#'hl-fill-column-mode)
|