doomemacs/modules/ui/fill-column/config.el
Henrik Lissner 390edee702
ui/fci -> fill-column: replace fci w/ hl-fill-column
fci was buggy, slow and presented numerous incompatibilities with other
modes. It is also unmaintained.

Relevant to #1045
2019-04-01 13:44:20 -04:00

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))