mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Properly keep cursor out of minibuffer prompt
The prompt in the minibuffer is read-only. You are able to move the cursor into it before this fix. This also more effectively silences echo-area output when deleting text in the minibuffer. No more "Text is read-only" blocking what you're typing.
This commit is contained in:
@ -230,8 +230,6 @@ and `doom-exit-window-hook'."
|
||||
inhibit-default-init t
|
||||
initial-major-mode 'fundamental-mode
|
||||
initial-scratch-message nil
|
||||
;; keep the point out of the minibuffer
|
||||
minibuffer-prompt-properties '(read-only t point-entered minibuffer-avoid-prompt face minibuffer-prompt)
|
||||
;; History & backup settings (save nothing, that's what git is for)
|
||||
auto-save-default nil
|
||||
create-lockfiles nil
|
||||
|
Reference in New Issue
Block a user