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
This commit is contained in:
Henrik Lissner 2019-04-01 13:44:20 -04:00
parent 5bcab488a7
commit 390edee702
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
7 changed files with 11 additions and 56 deletions

View file

@ -18,7 +18,8 @@
(:tools (rotate-text (:editor rotate-text)))
(:emacs (electric-indent (:emacs electric))
(hideshow (:editor fold)))
(:ui (doom-modeline (:ui modeline))))
(:ui (doom-modeline (:ui modeline)))
(:ui (fci (:ui fill-column))))
"An alist of deprecated modules, mapping deprecated modules to an optional new
location (which will create an alias). Each CAR and CDR is a (CATEGORY .
MODULES). E.g.