Completion improvements
This commit is contained in:
parent
fda778f2c0
commit
30fe6afebf
2 changed files with 8 additions and 8 deletions
|
|
@ -87,7 +87,7 @@ Can indent, complete or align depending on context."
|
||||||
(if (= (point) (line-beginning-position))
|
(if (= (point) (line-beginning-position))
|
||||||
(indent-to ledger-post-account-alignment-column)
|
(indent-to ledger-post-account-alignment-column)
|
||||||
(if (and (> (point) 1)
|
(if (and (> (point) 1)
|
||||||
(looking-back "\\([[:print:]]\\)" 1))
|
(looking-back "\\([^ \t]\\)" 1))
|
||||||
(ledger-pcomplete interactively)
|
(ledger-pcomplete interactively)
|
||||||
(ledger-post-align-postings))))
|
(ledger-post-align-postings))))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue