mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
chore(lang): Update web-mode setup for Emacs 27
With Emacs 27 we are using the new built-in display-fill-column-indicator mode. It does not have issues with web-mode like fci-mode from the fill-column-indicator package does.
This commit is contained in:
@@ -35,7 +35,9 @@
|
||||
"Default tweaks for `web-mode'."
|
||||
(setq tab-width 2)
|
||||
|
||||
(siren-display-fill-column -1)
|
||||
(when (version< emacs-version "27.0")
|
||||
(siren-display-fill-column -1))
|
||||
|
||||
(company-mode +1)
|
||||
(siren-folding)
|
||||
(subword-mode +1)))
|
||||
|
||||
Reference in New Issue
Block a user