(require 'config-package) (use-package dockerfile-mode :bind ("C-z" . hybrdo-docker/body)) (defhydra hydra-docker (:hint nil :exit t) " ^Command^ _b_: build" ("b" dockerfile-build-buffer) ("q" nil "quit" :color blue)) (provide 'module-docker)