summary refs log tree commit diff
path: root/emacs
diff options
context:
space:
mode:
authornoa2025-01-11 11:31:06 +0800
committernoa2025-01-11 11:31:06 +0800
commit64130b6edad311a5711659ad72f3e97640e3ae74 (patch)
tree13b9194da9e56fa61522aca316e177b971f5ed00 /emacs
parentc294da3f8047fc8e63d0f5f9880fd9c79e3dc7ff (diff)
Remove unnecessary intangible minibuffer cursor config
Diffstat (limited to 'emacs')
-rw-r--r--emacs/init.el5
1 files changed, 0 insertions, 5 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 6ed74a8..454dde5 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -350,11 +350,6 @@ The misspelled word is taken from OVERLAY.  WORD is the corrected word."
 	(cdr args)))
 (advice-add #'completing-read-multiple :filter-args #'crm-indicator)
 
-;; Do not allow the cursor in the minibuffer prompt
-(setopt minibuffer-prompt-properties
-	'(read-only t cursor-intangible t face minibuffer-prompt))
-(add-hook 'minibuffer-setup-hook #'cursor-intangible-mode)
-
 ;; Support opening new minibuffers from inside existing minibuffers.
 (setopt enable-recursive-minibuffers t)