summaryrefslogtreecommitdiff
path: root/emacs-init.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs-init.el')
-rw-r--r--emacs-init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs-init.el b/emacs-init.el
index bf907661..81e3807b 100644
--- a/emacs-init.el
+++ b/emacs-init.el
@@ -32,6 +32,7 @@
(backup-directory-alist (("." . ,(tw/xdg-emacs-subdir 'data "backup"))) "Save all backup files in one place to avoid clutter.")
(scroll-up-aggressively 0.0 "Don't recenter the window if the point moves off the page.")
(scroll-down-aggressively 0.0 "Don't recenter the window if the point moves off the page.")
+ (max-mini-window-height 3 "Let the echo area grow to a maximum of 4 lines, e.g. when using `eldoc-mode'.")
(package-archives nil "Don't fetch packages from the internet; only get them from Guix.")
(recentf-max-saved-items 10000 "Save lots of recently-opened files.")))