Remove auto account alignment as it interfered with account completion.
This commit is contained in:
parent
c85a91b030
commit
4810da9398
1 changed files with 3 additions and 3 deletions
|
|
@ -133,10 +133,10 @@ the account"
|
|||
(setq column ledger-post-amount-alignment-column))
|
||||
(save-excursion
|
||||
;; Position the account
|
||||
(beginning-of-line)
|
||||
;; (beginning-of-line)
|
||||
(set-mark (point))
|
||||
(delete-horizontal-space)
|
||||
(insert ledger-default-acct-transaction-indent)
|
||||
;; (delete-horizontal-space)
|
||||
;; (insert ledger-default-acct-transaction-indent)
|
||||
(goto-char (1+ (line-end-position)))
|
||||
(let* ((mark-first (< (mark) (point)))
|
||||
(begin (if mark-first (mark) (point)))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue