diff --git a/doom/.config/doom/README.org b/doom/.config/doom/README.org index 39c00b0..02d9b6f 100644 --- a/doom/.config/doom/README.org +++ b/doom/.config/doom/README.org @@ -3441,7 +3441,7 @@ Optional PROJECT-TAG and CONTEXT-TAG can be given to create .projectile and .dir (t default-directory)))) (list (read-directory-name "Directory to convert: " nil initial-path t initial-path))))) (tag (read-string "Project tag (blank to skip): ")) - (ctx (completing-read "Context tag: " (quote ("TDNDE" "Perso" "")) nil t))) + (ctx (read-string "Context tag (or blank): "))) (list dirs tag ctx))) (let ((count 0) diff --git a/doom/.config/doom/config.el b/doom/.config/doom/config.el index f01265f..6ee58e7 100644 --- a/doom/.config/doom/config.el +++ b/doom/.config/doom/config.el @@ -2525,7 +2525,7 @@ Optional PROJECT-TAG and CONTEXT-TAG can be given to create .projectile and .dir (t default-directory)))) (list (read-directory-name "Directory to convert: " nil initial-path t initial-path))))) (tag (read-string "Project tag (blank to skip): ")) - (ctx (completing-read "Context tag: " (quote ("TDNDE" "Perso" "")) nil t))) + (ctx (read-string "Context tag (or blank): "))) (list dirs tag ctx))) (let ((count 0)