summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-05-04 23:25:42 -0500
committerCase Duckworth2021-05-04 23:28:09 -0500
commit6136a637aeb096200296c3b8207b6f20344ebb7e (patch)
tree2c975425b47711c402e86fd9da9c3a920dcac3a0 /init.el
parentAdd unfocused (diff)
downloademacs-6136a637aeb096200296c3b8207b6f20344ebb7e.tar.gz
emacs-6136a637aeb096200296c3b8207b6f20344ebb7e.zip
Add package-lint
Diffstat (limited to 'init.el')
-rw-r--r--init.el4
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)