Commit 2ca36ac5d593

Vincent Demeester <vincent@sbr.pm>
2025-01-07 18:24:08
tools/emacs: add minibuffer-prompt-properties back
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 5e03ddb
Changed files (1)
tools
tools/emacs/config/config-completion.el
@@ -135,6 +135,10 @@ The symbol at point is added to the future history."
   :hook
   (embark-collect-mode . consult-preview-at-point-mode))
 
+(setq minibuffer-prompt-properties
+      '(read-only t cursor-intangible t face minibuffer-prompt))
+(add-hook 'minibuffer-setup-hook #'cursor-intangible-mode)
+
 (use-package emacs
   :unless noninteractive
   :custom