diff --git a/emacs/guix-command.el b/emacs/guix-command.el
index 2cb44de1145916bbcf4721438b4fed0167c3d7c8..7e924d80f0bb9f974449782486c3a4cea0bdf480 100644
--- a/emacs/guix-command.el
+++ b/emacs/guix-command.el
@@ -239,6 +239,7 @@ to be modified."
      :switch? nil :option? t)
     ("--install-from-file" :fun guix-read-file-name)
     ("--manifest"       :fun guix-read-file-name)
+    ("--profile"        :fun guix-read-file-name)
     ("--do-not-upgrade" :char ?U)
     ("--roll-back"      :char ?R)
     ("--show"           :char ?w :fun guix-read-package-name)))