summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2012-08-26 15:27:54 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2012-08-26 15:27:54 -0400
commit75c76a2a86d5b8f650ee7793784794be81b8dabd (patch)
tree7224b054325ea8501616ea47c4fba05c50ecc1c1
parent13b63e5c9347a1c332f1e7f1a574b1cef5bcc755 (diff)
.emacs.d/custom.el: sane minubuffer settings
-rw-r--r--.emacs.d/custom.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs.d/custom.el b/.emacs.d/custom.el
index ee82309..5a3e67f 100644
--- a/.emacs.d/custom.el
+++ b/.emacs.d/custom.el
@@ -9,6 +9,7 @@
'(explicit-shell-file-name "/bin/bash")
'(inhibit-startup-screen t)
'(mdmua-maildir "~/Maildir")
+ '(minibuffer-prompt-properties (quote (read-only t point-entered minibuffer-avoid-prompt face minibuffer-prompt)))
'(ruby-deep-arglist nil)
'(ruby-deep-indent-paren nil)
'(scroll-bar-mode nil))