mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
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:
4
modules/ui/fill-column/config.el
Normal file
4
modules/ui/fill-column/config.el
Normal 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))
|
4
modules/ui/fill-column/packages.el
Normal file
4
modules/ui/fill-column/packages.el
Normal file
@ -0,0 +1,4 @@
|
||||
;; -*- no-byte-compile: t; -*-
|
||||
;;; ui/fill-column/packages.el
|
||||
|
||||
(package! hl-fill-column)
|
Reference in New Issue
Block a user