Skip to content

Commit 2a9c5e1

Browse files
committed
add tidy deps
1 parent c746736 commit 2a9c5e1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lisp/init-deps.el

+5
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,11 @@
187187
:windows-command "npm install -g prettier"
188188
:message nil ;; No message needed for prettier
189189
:enabled t)
190+
(tidy
191+
:linux-command "sudo pacman -S --noconfirm tidy"
192+
;; :windows-command ""
193+
:message nil
194+
:enabled t)
190195
(trash-list ;; check trash-list command as the trash-cli is not a valid command for trash-cli
191196
:linux-command "sudo pacman -S --noconfirm trash-cli"
192197
:message nil

0 commit comments

Comments
 (0)