doomemacs/modules/ui/fill-column/autoload.el

7 lines
212 B
EmacsLisp
Raw Normal View History

;;; ui/fill-column/autoload.el -*- lexical-binding: t; -*-
;;;###autoload (autoload 'hl-fill-column-mode "hl-fill-column" nil t)
;;;###autoload
(add-hook! (text-mode prog-mode conf-mode) #'hl-fill-column-mode)