mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-15 13:23:42 -05:00
Add fill-column-indicator for text-mode
This commit is contained in:
@@ -29,6 +29,12 @@
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
|
||||
(use-package fill-column-indicator
|
||||
:config
|
||||
(setq fci-rule-color "#2b303f")
|
||||
(setq-default fill-column 80)
|
||||
(add-hook! text-mode 'fci-mode))
|
||||
|
||||
(use-package nlinum ; line numbers
|
||||
:disabled t
|
||||
:defer t
|
||||
|
Reference in New Issue
Block a user