From fda35b47f1511afd9bec1c1147fdfdac03e17e71 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Thu, 27 May 2021 08:13:08 -0500 Subject: Add vuiet --- init.el | 9 +++++++++ 1 file changed, 9 insertions(+) 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'." (add-to-list 'comp-deferred-compilation-deny-list "vertico")) (vertico-mode +1)) +(setup (:straight vuiet) + (:needs "youtube-dl" + "mpv") + + ;; lastfm.el is required too, and needs some setup: + ;; https://github.com/mihaiolteanu/lastfm.el + (setup (:straight lastfm) + (require 'lastfm))) + (setup (:straight web-mode) (:option css-level-offset 2 js-indent-level 2 -- cgit 1.4.1-21-gabe81