(require 'config-package) (use-package dockerfile-mode :bind (:map dockerfile-mode-map ("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)