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))
|
(setq column ledger-post-amount-alignment-column))
|
||||||
(save-excursion
|
(save-excursion
|
||||||
;; Position the account
|
;; Position the account
|
||||||
(beginning-of-line)
|
;; (beginning-of-line)
|
||||||
(set-mark (point))
|
(set-mark (point))
|
||||||
(delete-horizontal-space)
|
;; (delete-horizontal-space)
|
||||||
(insert ledger-default-acct-transaction-indent)
|
;; (insert ledger-default-acct-transaction-indent)
|
||||||
(goto-char (1+ (line-end-position)))
|
(goto-char (1+ (line-end-position)))
|
||||||
(let* ((mark-first (< (mark) (point)))
|
(let* ((mark-first (< (mark) (point)))
|
||||||
(begin (if mark-first (mark) (point)))
|
(begin (if mark-first (mark) (point)))
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue