emacs - add helm-cmd-t packet from my github
authorPeng Li <seudut@gmail.com>
Sun, 20 Sep 2015 14:07:40 +0000 (22:07 +0800)
committerPeng Li <seudut@gmail.com>
Sun, 20 Sep 2015 14:07:40 +0000 (22:07 +0800)
emacs.d/config/my-packages.el

index fc8d1db..025bd81 100644 (file)
@@ -63,6 +63,8 @@
     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)