ui/fill-column: move init code into autoload.
This commit is contained in:
parent
256284f5c0
commit
448ec65997
2 changed files with 4 additions and 4 deletions
4
modules/ui/fill-column/autoload.el
Normal file
4
modules/ui/fill-column/autoload.el
Normal 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)
|
Loading…
Add table
Add a link
Reference in a new issue