Skip to content

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

@floyza

Description

@floyza

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions