Add fill-column-indicator for text-mode
This commit is contained in:
parent
5954e4ef9e
commit
ae7090a509
2 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue