diff options
author | Alan Pearce | 2015-04-13 16:08:59 +0100 |
---|---|---|
committer | Alan Pearce | 2015-04-13 16:08:59 +0100 |
commit | 5fb9137c727ba15eb1eab11206fc3c8fb1c100df (patch) | |
tree | 83583b8c71e7d6f58d213bd43315112d3b289289 /tag-emacs/emacs.d | |
parent | ccf62a3d3124a4c340e0a8ebe49eaed0326e410c (diff) | |
download | dotfiles-5fb9137c727ba15eb1eab11206fc3c8fb1c100df.tar.lz dotfiles-5fb9137c727ba15eb1eab11206fc3c8fb1c100df.tar.zst dotfiles-5fb9137c727ba15eb1eab11206fc3c8fb1c100df.zip |
Emacs: Avoid prompt in minibuffer
Diffstat (limited to 'tag-emacs/emacs.d')
-rw-r--r-- | tag-emacs/emacs.d/init.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el index 668ceb7..bcbbe05 100644 --- a/tag-emacs/emacs.d/init.el +++ b/tag-emacs/emacs.d/init.el @@ -571,6 +571,7 @@ ;;;; Minibuffer (setq enable-recursive-minibuffers t) +(setq minibuffer-prompt-properties '(read-only t point-entered minibuffer-avoid-prompt face minibuffer-prompt)) (minibuffer-depth-indicate-mode t) (if (daemonp) |