소스 검색

[emacs] Add git-link and blacken packages

Colin Powell 1 년 전
부모
커밋
4b4fc88795
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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: