Commit b39e48944fe2

Vincent Demeester <vincent@sbr.pm>
2018-09-10 15:57:00
Fix hydras
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 8fe78c0
Changed files (1)
lisp/vde-hydras.el
@@ -41,7 +41,9 @@
 (defhydra hydra-moby-projects (:color blue)
   "Moby projects"
   ("b" (find-file "~/src/github.com/moby/buildkit/README.md") "buildkit")
-  ("c" (find-file "~/src/github.com/containerd/containerd/README.md") "containerd"))
+  ("c" (find-file "~/src/github.com/containerd/containerd/README.md") "containerd")
+  ("r" (find-file "~/src/github.com/opencontainers/runc/README.md") "runc")
+  ("l" (find-file "~/src/github.com/linuxkit/linuxkit/README.md") "linuxkit"))
 
 (defhydra hydra-redhat-dev-projets (:color blue)
   "RedHat projects"
@@ -49,7 +51,7 @@
 
 (defhydra hydra-openshift-projects (:color blue)
   "Openshift projects"
-  ("o", (find-file "~/src/github.com/openshift/origin/README.md") "origin"))
+  ("o" (find-file "~/src/github.com/openshift/origin/README.md") "origin"))
 
 (defhydra hydra-kubernetes-projects (:color blue)
   "Kubernetes projects"