From 4b4fc88795d92cbb4b6fd10ff75d07812fdcda61 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Fri, 2 Feb 2024 10:41:27 -0500 Subject: [PATCH] [emacs] Add git-link and blacken packages --- emacs/.config/doom/packages.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/emacs/.config/doom/packages.el b/emacs/.config/doom/packages.el index 3a74535..03801fa 100644 --- a/emacs/.config/doom/packages.el +++ b/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: