diff options
author | Case Duckworth | 2021-05-27 08:13:08 -0500 |
---|---|---|
committer | Case Duckworth | 2021-05-27 08:13:08 -0500 |
commit | fda35b47f1511afd9bec1c1147fdfdac03e17e71 (patch) | |
tree | 69ba824cf6124896e6d169c8eac33bd69529a440 | |
parent | Tweak ERC (diff) | |
download | emacs-fda35b47f1511afd9bec1c1147fdfdac03e17e71.tar.gz emacs-fda35b47f1511afd9bec1c1147fdfdac03e17e71.zip |
Add vuiet
-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 |