Autoload hl-fill-column-mode

Because the package doesn't, for some reason.
This commit is contained in:
Henrik Lissner 2019-07-24 15:25:24 +02:00
parent ba990a6c9d
commit 650e9049f0
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -1,4 +1,6 @@
;;; 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)