Emacs: Set fill-column for web-mode to 120.

This commit is contained in:
tastytea 2021-01-08 03:25:28 +01:00
parent 657640b4dd
commit e29b1150f7

View File

@ -19,7 +19,7 @@
:mode (("\\.[ps]?html?$" . web-mode) :mode (("\\.[ps]?html?$" . web-mode)
("\\.tmpl$" . web-mode) ; Gitea templates. ("\\.tmpl$" . web-mode) ; Gitea templates.
("\\.php$" . web-mode)) ("\\.php$" . web-mode))
:hook (web-mode . (lambda () (set-fill-column 100)))) :hook (web-mode . (lambda () (set-fill-column 120))))
;; Read EPUB ebooks. ;; Read EPUB ebooks.
(use-package nov (use-package nov