emacs - commit all stale emacs config
[dotfiles.git] / emacs.d / config / my-packages.el
index bbab835..025bd81 100644 (file)
@@ -37,7 +37,6 @@
     tangotango-theme
     cyberpunk-theme
     hydra
-    projectile
     projectile-speedbar
     ecb
     ggtags
     helm-gtags
     icicles
     ace-window
+    multi-term
+    projectile
+    page-break-lines
+    helm-projectile
+    paradox
+    diff-hl
   ) "a list of packages to ensure are installed at launch.")
 
 (require 'cl)
 
 (el-get-bundle emacsmirror/sr-speedbar)
 (el-get-bundle seudut/elscreen)
+(el-get-bundle seudut/helm-cmd-t)
 
 (provide 'my-packages)