diff options
-rw-r--r-- | lisp/ldg-reconcile.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/ldg-reconcile.el b/lisp/ldg-reconcile.el index 58f179f4..6a9d05fd 100644 --- a/lisp/ldg-reconcile.el +++ b/lisp/ldg-reconcile.el @@ -198,6 +198,7 @@ numbers" (forward-char) (recenter) (ledger-highlight-xact-under-point) + (forward-char -1) (if come-back (switch-to-buffer-other-window cur-buf)))))) |