mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
fci was buggy, slow and presented numerous incompatibilities with other modes. It is also unmaintained. Relevant to #1045
5 lines
152 B
EmacsLisp
5 lines
152 B
EmacsLisp
;;; ui/fill-column/config.el -*- lexical-binding: t; -*-
|
|
|
|
(def-package! hl-fill-column
|
|
:hook ((text-mode prog-mode conf-mode) . hl-fill-column-mode))
|