-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't indent regions #197
Comments
jabranham
added a commit
to jabranham/ledger-mode
that referenced
this issue
Sep 24, 2019
* ledger-mode.el (ledger-mode): Set indent-region-function. * ledger-post.el (ledger-indent-region): New function that indents the region by calling ledger-indent-line for each line. Closes bug ledger#197
jabranham
added a commit
to jabranham/ledger-mode
that referenced
this issue
Sep 24, 2019
* ledger-mode.el (ledger-mode): Set indent-region-function. * ledger-post.el (ledger-indent-region): New function that indents the region by calling ledger-indent-line for each line. Closes bug ledger#197
jabranham
added a commit
to jabranham/ledger-mode
that referenced
this issue
Sep 24, 2019
* ledger-mode.el (ledger-mode): Set indent-region-function. * ledger-post.el (ledger-indent-region): New function that indents the region by calling ledger-indent-line for each line. Closes bug ledger#197
jabranham
added a commit
to jabranham/ledger-mode
that referenced
this issue
Sep 24, 2019
* ledger-mode.el (ledger-mode): Set indent-region-function. * ledger-post.el (ledger-indent-region): New function that indents the region by calling ledger-indent-line for each line. Closes bug ledger#197
jdek
pushed a commit
to jdek/ledger-mode
that referenced
this issue
Feb 24, 2024
* ledger-mode.el (ledger-mode): Set indent-region-function. * ledger-post.el (ledger-indent-region): New function that indents the region by calling ledger-indent-line for each line. Closes bug ledger#197
jdek
pushed a commit
to jdek/ledger-mode
that referenced
this issue
Feb 24, 2024
* ledger-mode.el (ledger-mode): Set indent-region-function. * ledger-post.el (ledger-indent-region): New function that indents the region by calling ledger-indent-line for each line. Closes bug ledger#197 Signed-off-by: J. Dekker <[email protected]>
jdek
pushed a commit
to jdek/ledger-mode
that referenced
this issue
Feb 24, 2024
* ledger-mode.el (ledger-mode): Set indent-region-function. * ledger-post.el (ledger-indent-region): New function that indents the region by calling ledger-indent-line for each line. Closes bug ledger#197 Signed-off-by: J. Dekker <[email protected]>
jdek
pushed a commit
to jdek/ledger-mode
that referenced
this issue
Feb 24, 2024
* ledger-mode.el (ledger-mode): Set indent-region-function. * ledger-post.el (ledger-indent-region): New function that indents the region by calling ledger-indent-line for each line. Closes bug ledger#197 Signed-off-by: J. Dekker <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Selecting the following region and pressing TAB which is bound to
indent-for-tab-command
does not indent the transaction properly.Going through each line and pressing TAB will indent it correctly.
The text was updated successfully, but these errors were encountered: