diff options
author | noa | 2025-01-11 11:31:06 +0800 |
---|---|---|
committer | noa | 2025-01-11 11:31:06 +0800 |
commit | 64130b6edad311a5711659ad72f3e97640e3ae74 (patch) | |
tree | 13b9194da9e56fa61522aca316e177b971f5ed00 /emacs | |
parent | c294da3f8047fc8e63d0f5f9880fd9c79e3dc7ff (diff) |
Remove unnecessary intangible minibuffer cursor config
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/init.el | 5 |
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) |