Reconcile visit now recanters on the xact selected
This commit is contained in:
parent
e3431c4bff
commit
869c40c070
1 changed files with 2 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue