doomemacs/modules/ui/fill-column/autoload.el
Henrik Lissner 650e9049f0
Autoload hl-fill-column-mode
Because the package doesn't, for some reason.
2019-07-24 15:25:24 +02:00

6 lines
212 B
EmacsLisp

;;; 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)