ledger-mode icon indicating copy to clipboard operation
ledger-mode copied to clipboard

Cannot indent lines when tab-width is set to 4

Open kuba-orlik opened this issue 5 years ago • 3 comments

After setting tab-width to 4 in Customize, I cannot indent lines with the Tab key when creating a new ledger entry

kuba-orlik avatar May 10 '20 10:05 kuba-orlik

Thanks. We should probably just set indent-tabs-mode to nil in ledger-mode buffers.

jabranham avatar May 11 '20 01:05 jabranham

But tabs are permitted in ledger files, so that wouldn't really be reasonable.

purcell avatar May 11 '20 01:05 purcell

I think we untabify lines whenever we align currently so behavior would be unchanged. Maybe I'm missing something though

On Sun, May 10, 2020, 9:57 PM Steve Purcell [email protected] wrote:

But tabs are permitted in ledger files, so that wouldn't really be reasonable.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/ledger/ledger-mode/issues/243#issuecomment-626431216, or unsubscribe https://github.com/notifications/unsubscribe-auth/AC24ZCLICU25FY5BYCY5NQ3RQ5LP5ANCNFSM4M5F3FKQ .

jabranham avatar May 11 '20 02:05 jabranham