ui/fill-column: move init code into autoload.

This commit is contained in:
Henrik Lissner 2019-07-21 23:57:57 +02:00
parent 256284f5c0
commit 448ec65997
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 4 additions and 4 deletions

View file

@ -0,0 +1,4 @@
;;; ui/fill-column/autoload.el -*- lexical-binding: t; -*-
;;;###autoload
(add-hook! (text-mode prog-mode conf-mode) #'hl-fill-column-mode)