about summary refs log tree commit diff
path: root/packages.el
diff options
context:
space:
mode:
authorGriffin Smith <root@gws.fyi>2020-05-18T15·32-0400
committerGriffin Smith <root@gws.fyi>2020-05-18T15·33-0400
commit2bc8919a241e0d65c547e5671e3909e1c85b347f (patch)
treeeb208d33a45da773727999abdc3da01649aa5f28 /packages.el
parentdcff9be5aaf83990fc80ab23d532b1ead61170f9 (diff)
misc packages
Diffstat (limited to 'packages.el')
-rw-r--r--packages.el16
1 files changed, 15 insertions, 1 deletions
diff --git a/packages.el b/packages.el
index 41e8e14904..5a29c60ae9 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"))