antonj / Highlight-Indentation-for-Emacs

Minor modes to highlight indentation guides in emacs.
467 stars 56 forks source link

[Question]Stop highlighting indentation on lines where there's nothing but tabs/spaces? #46

Closed irigone closed 3 years ago

irigone commented 3 years ago

First of all, thanks for the project, I really enjoy using it, this made Emacs very easy to use. screenshot On this picture, lines 27 and 28 have indentation shown. IMO it's ugly and pointless (to me at least), but it's a bad idea to have it as default. I also want it to show indentation on the line where the point (e.g. the cursor) is on, because I think it's not ugly and helps to understand where I am and what I tried to do, but that's not mandatory. Is it possible with this mode?

I know that sorted() function exists in python, that's my home task from university :(

irigone commented 3 years ago

IDK if you read emails (these are useless, at least for me) so imma call you @antonj Sorry for being rude!

antonj commented 3 years ago

Hi, as it works right now it just shows indentation based on existing spaces nothing else can be configured.

irigone commented 3 years ago

Hi! Ok :/ I switched to another package