mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
5 lines
141 B
EmacsLisp
5 lines
141 B
EmacsLisp
;;; ui/fill-column/autoload.el -*- lexical-binding: t; -*-
|
|
|
|
;;;###autoload
|
|
(add-hook! (text-mode prog-mode conf-mode) #'hl-fill-column-mode)
|