summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ldg-exec.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/ldg-exec.el b/lisp/ldg-exec.el
index 51443ff4..c09b364d 100644
--- a/lisp/ldg-exec.el
+++ b/lisp/ldg-exec.el
@@ -45,6 +45,7 @@
(with-current-buffer (get-buffer-create "*Ledger Error*")
(insert-buffer-substring ledger-output)
(make-frame)
+ (fit-window-to-buffer)
(view-mode)
(setq buffer-read-only t)))