mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Autoload hl-fill-column-mode
Because the package doesn't, for some reason.
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user