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:
parent
fb57f367e7
commit
21e01189b9
2 changed files with 14 additions and 14 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue