summary refs log tree commit diff stats
path: root/tag-emacs
diff options
context:
space:
mode:
authorAlan Pearce2015-04-13 16:08:59 +0100
committerAlan Pearce2015-04-13 16:08:59 +0100
commit5fb9137c727ba15eb1eab11206fc3c8fb1c100df (patch)
tree83583b8c71e7d6f58d213bd43315112d3b289289 /tag-emacs
parentccf62a3d3124a4c340e0a8ebe49eaed0326e410c (diff)
downloaddotfiles-5fb9137c727ba15eb1eab11206fc3c8fb1c100df.tar.lz
dotfiles-5fb9137c727ba15eb1eab11206fc3c8fb1c100df.tar.zst
dotfiles-5fb9137c727ba15eb1eab11206fc3c8fb1c100df.zip
Emacs: Avoid prompt in minibuffer
Diffstat (limited to 'tag-emacs')
-rw-r--r--tag-emacs/emacs.d/init.el1
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)