From 64130b6edad311a5711659ad72f3e97640e3ae74 Mon Sep 17 00:00:00 2001 From: noa Date: Sat, 11 Jan 2025 11:31:06 +0800 Subject: Remove unnecessary intangible minibuffer cursor config --- emacs/init.el | 5 ----- 1 file changed, 5 deletions(-) (limited to 'emacs') 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) -- cgit 1.4.1-2-gfad0