Parcourir la source

Add mypy and typo to #emacs

Colin Powell il y a 5 ans
Parent
commit
03c1fa09e0
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. 3 0
      emacs/.config/doom/packages.el

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

@@ -22,6 +22,7 @@
 (package! pylint)
 (package! py-isort)
 (package! importmagic)
+(package! flycheck-mypy)
 
 ;; weather?
 (package! wttrin)
@@ -54,6 +55,8 @@
 (package! deadgrep)
 (package! kaolin-themes)
 (package! magit-circleci)
+; provides typographical replacements
+(package! typo)
 
 ;; modes!
 (package! terraform-mode)