diff options
author | Griffin Smith <root@gws.fyi> | 2020-05-18T15·32-0400 |
---|---|---|
committer | Griffin Smith <root@gws.fyi> | 2020-05-18T15·33-0400 |
commit | 2bc8919a241e0d65c547e5671e3909e1c85b347f (patch) | |
tree | eb208d33a45da773727999abdc3da01649aa5f28 /packages.el | |
parent | dcff9be5aaf83990fc80ab23d532b1ead61170f9 (diff) |
misc packages
Diffstat (limited to 'packages.el')
-rw-r--r-- | packages.el | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/packages.el b/packages.el index 41e8e1490432..5a29c60ae9c3 100644 --- a/packages.el +++ b/packages.el @@ -107,7 +107,9 @@ ;;; Python (package! pyimport) -(package! yapfify) +;; (package! yapfify) +(package! blacken) + ;;; Desktop interaction (package! counsel-spotify) @@ -127,6 +129,10 @@ (package! nix-update :recipe (:host github :repo "glittershark/nix-update-el")) +(package! direnv) + +;;; Email +(package! mu4e) ;;; Sequence diagrams (package! wsd-mode @@ -138,3 +144,11 @@ :recipe (:host github :repo "ahungry/metal-mercury-mode")) (package! flycheck-mercury) + +(package! terraform-mode) +(package! company-terraform) + +;;; +(package! znc + :recipe (:host github + :repo "sshirokov/ZNC.el")) |