emacs: More autocomplete tweaks

This commit is contained in:
Charlotte Van Petegem 2023-08-02 17:04:52 +02:00
parent ab9d778dc8
commit 6353cb8cc5
No known key found for this signature in database
GPG key ID: 019E764B7184435A
3 changed files with 12 additions and 6 deletions

View file

@ -20,6 +20,8 @@
(ledger-post-amount-alignment-at :decimal "Align on the decimal")
(ledger-post-amount-alignment-column 69 "Align on column 70")
(ledger-post-auto-align t "Align when moving to the next line")
:config
(advice-add 'ledger-complete-at-point :around #'cape-wrap-nonexclusive)
)
''
];