diff options
author | Case Duckworth | 2021-05-04 23:25:42 -0500 |
---|---|---|
committer | Case Duckworth | 2021-05-04 23:28:09 -0500 |
commit | 6136a637aeb096200296c3b8207b6f20344ebb7e (patch) | |
tree | 2c975425b47711c402e86fd9da9c3a920dcac3a0 | |
parent | Add unfocused (diff) | |
download | emacs-6136a637aeb096200296c3b8207b6f20344ebb7e.tar.gz emacs-6136a637aeb096200296c3b8207b6f20344ebb7e.zip |
Add package-lint
-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) |