Reconcile visit now recanters on the xact selected

This commit is contained in:
Craig Earls 2013-02-07 10:16:31 -07:00
parent e3431c4bff
commit 869c40c070

View file

@ -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)