branch: elpa/dockerfile-mode
commit b53020b7818973ec56654b5897aaf969e0c0ca83
Author: Guillermo Robles <guillerobles1...@gmail.com>
Commit: Guillermo Robles <guillerobles1...@gmail.com>

    Add custom `dockerfile-use-sudo` type and group
---
 dockerfile-mode.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dockerfile-mode.el b/dockerfile-mode.el
index ca131af588..0cd9625605 100644
--- a/dockerfile-mode.el
+++ b/dockerfile-mode.el
@@ -43,7 +43,9 @@
   :group 'dockerfile)
 
 (defcustom dockerfile-use-sudo nil
-  "Runs docker builder command with sudo.")
+  "Runs docker builder command with sudo."
+  :type 'boolean
+  :group 'dockerfile)
 
 (defcustom dockerfile-build-args nil
   "List of --build-arg to pass to docker build.

Reply via email to