Autoload hl-fill-column-mode
Because the package doesn't, for some reason.
This commit is contained in:
parent
ba990a6c9d
commit
650e9049f0
1 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,6 @@
|
||||||
;;; ui/fill-column/autoload.el -*- lexical-binding: t; -*-
|
;;; ui/fill-column/autoload.el -*- lexical-binding: t; -*-
|
||||||
|
|
||||||
|
;;;###autoload (autoload 'hl-fill-column-mode "hl-fill-column" nil t)
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(add-hook! (text-mode prog-mode conf-mode) #'hl-fill-column-mode)
|
(add-hook! (text-mode prog-mode conf-mode) #'hl-fill-column-mode)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue