summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-03-11 12:09:41 -0600
committerCase Duckworth2021-03-11 12:09:41 -0600
commita63450ff8928cb5b075700aa6d103ea7aef2a13b (patch)
tree853c627c6ae4d0aa23ce9aa2883684a0d238266d /init.el
parentLengthen `recentf-auto-cleanup' timeout (diff)
downloademacs-a63450ff8928cb5b075700aa6d103ea7aef2a13b.tar.gz
emacs-a63450ff8928cb5b075700aa6d103ea7aef2a13b.zip
Configure minibuffer
Diffstat (limited to 'init.el')
-rw-r--r--init.el8
1 files changed, 8 insertions, 0 deletions
diff --git a/init.el b/init.el index e498441..d636be7 100644 --- a/init.el +++ b/init.el
@@ -163,6 +163,14 @@
163 163
164;;; Minibuffer 164;;; Minibuffer
165 165
166(acdw/set '((minibuffer-prompt-properties (read-only t
167 cursor-intangible t
168 face minibuffer-prompt))
169 (enable-recursive-minibuffers t)
170 (file-name-shadow-properties (invisible t))))
171(minibuffer-depth-indicate-mode +1)
172(file-name-shadow-mode +1)
173
166;; Save history 174;; Save history
167(when (require 'savehist) 175(when (require 'savehist)
168 (acdw/set `((savehist-additional-variables 176 (acdw/set `((savehist-additional-variables