diff options
-rw-r--r-- | init.el | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/init.el b/init.el index 4fc7e32..5c15fd1 100644 --- a/init.el +++ b/init.el | |||
@@ -1159,6 +1159,15 @@ if ripgrep is installed, otherwise `consult-grep'." | |||
1159 | (add-to-list 'comp-deferred-compilation-deny-list "vertico")) | 1159 | (add-to-list 'comp-deferred-compilation-deny-list "vertico")) |
1160 | (vertico-mode +1)) | 1160 | (vertico-mode +1)) |
1161 | 1161 | ||
1162 | (setup (:straight vuiet) | ||
1163 | (:needs "youtube-dl" | ||
1164 | "mpv") | ||
1165 | |||
1166 | ;; lastfm.el is required too, and needs some setup: | ||
1167 | ;; https://github.com/mihaiolteanu/lastfm.el | ||
1168 | (setup (:straight lastfm) | ||
1169 | (require 'lastfm))) | ||
1170 | |||
1162 | (setup (:straight web-mode) | 1171 | (setup (:straight web-mode) |
1163 | (:option css-level-offset 2 | 1172 | (:option css-level-offset 2 |
1164 | js-indent-level 2 | 1173 | js-indent-level 2 |