fci was buggy, slow and presented numerous incompatibilities with other modes. It is also unmaintained. Relevant to #1045
4 lines
152 B
EmacsLisp
4 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))
|