Skip to content
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

lispy-tab doesn't respect indent-tabs-mode #668

Open
floyza opened this issue Oct 1, 2023 · 0 comments
Open

lispy-tab doesn't respect indent-tabs-mode #668

floyza opened this issue Oct 1, 2023 · 0 comments

Comments

@floyza
Copy link

floyza commented Oct 1, 2023

If indent-tabs-mode is enabled, then lispy-tab (and by extension special-lispy-tab) will still insert spaces.
For example, with this block of code:

(print (+ 1
2
(*
3
4)))

If tab-width is set to 8, and indent-tabs-mode is enabled, indent-region will add tabs in each line, while lispy-tab will only add spaces. Furthermore, lispy-tab will actually convert tabs into spaces.

@floyza floyza closed this as completed Oct 1, 2023
@floyza floyza reopened this Oct 1, 2023
@floyza floyza changed the title <lispy-tab` lispy-tab doesn't respect indent-tabs-mode Oct 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant