Browse Source

Add mypy and typo to #emacs

Colin Powell 5 năm trước cách đây
mục cha
commit
03c1fa09e0
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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)