From 869c40c070a1abd8a02f8817a43cfc1488c0b1bc Mon Sep 17 00:00:00 2001 From: Craig Earls Date: Thu, 7 Feb 2013 10:16:31 -0700 Subject: Reconcile visit now recanters on the xact selected --- lisp/ldg-reconcile.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/ldg-reconcile.el b/lisp/ldg-reconcile.el index 22ad5bc1..2d591de5 100644 --- a/lisp/ldg-reconcile.el +++ b/lisp/ldg-reconcile.el @@ -126,7 +126,8 @@ (let ((where (get-text-property (point) 'where))) (when (is-stdin (car where)) (switch-to-buffer-other-window ledger-buf) - (goto-char (cdr where))))) + (goto-char (cdr where)) + (recenter)))) (defun ledger-reconcile-save () (interactive) -- cgit v1.2.3