diff options
-rw-r--r-- | init.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/init.el b/init.el index e25f955..e6a8890 100644 --- a/init.el +++ b/init.el | |||
@@ -866,6 +866,10 @@ if ripgrep is installed, otherwise `consult-grep'." | |||
866 | (:option nov-text-width fill-column) | 866 | (:option nov-text-width fill-column) |
867 | (:file-match "\\.epub\\'")) | 867 | (:file-match "\\.epub\\'")) |
868 | 868 | ||
869 | (setup (:straight package-lint)) | ||
870 | |||
871 | (setup (:straight package-lint-flymake)) | ||
872 | |||
869 | (setup (:straight olivetti) | 873 | (setup (:straight olivetti) |
870 | (:option olivetti-body-width (+ fill-column 4) | 874 | (:option olivetti-body-width (+ fill-column 4) |
871 | olivetti-minimum-body-width fill-column) | 875 | olivetti-minimum-body-width fill-column) |