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

@ -0,0 +1,4 @@
;;; ui/fill-column/config.el -*- lexical-binding: t; -*-
(def-package! hl-fill-column
:hook ((text-mode prog-mode conf-mode) . hl-fill-column-mode))

View file

@ -0,0 +1,4 @@
;; -*- no-byte-compile: t; -*-
;;; ui/fill-column/packages.el
(package! hl-fill-column)