summaryrefslogtreecommitdiff
path: root/.emacs.d/custom.el
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2012-09-04 10:50:55 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2012-09-04 10:50:55 -0400
commit10f53560cac77820fecafcb7c9343fc2c9a67db4 (patch)
tree1546b21da07c1dd9dcb5ef892dcb474efd67ebd5 /.emacs.d/custom.el
parent74e11a21ec9e941c16dcfafb1e7aa5ef5dd4abb9 (diff)
parentc9e73feae3f2f452cbca92193cc297276b36d59f (diff)
Merge branch 'master' of gitorious.org:lukeshu-dotfiles/lukeshu-dotfiles
Diffstat (limited to '.emacs.d/custom.el')
-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))