Parcourir la source

[emacs] Add git-link and blacken packages

Colin Powell il y a 1 an
Parent
commit
4b4fc88795
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      emacs/.config/doom/packages.el

+ 2 - 0
emacs/.config/doom/packages.el

@@ -14,6 +14,8 @@
 (package! nyan-mode)
 (package! w3m)
 (package! ace-link)
+(package! git-link)
+(package! blacken)
 
 ;; To install a package directly from a remote git repo, you must specify a
 ;; `:recipe'. You'll find documentation on what `:recipe' accepts here: