feat(editor): Add siren-display-fill-column wrapper module

This module wraps around the fill-column-indicator and it's
fci-mode. This will enable easy switch-over to Emacs 27's native
display-fill-column-indicator feature.
This commit is contained in:
2020-01-26 22:09:01 +00:00
parent e65698ee5b
commit a0a72bddc5
6 changed files with 26 additions and 9 deletions

View File

@@ -6,8 +6,8 @@
;;; Code:
(require 'siren-display-fill-column)
(require 'siren-display-line-numbers)
(require 'siren-fci)
(require 'siren-flyspell)
(use-package magit
@@ -44,9 +44,9 @@
(setq tab-width 2
fill-column 72)
(siren-display-fill-column)
(siren-display-line-numbers)
(subword-mode)
(fci-mode t)
(flyspell-mode)
(auto-fill-mode))