We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Not an issue but posting it here for reference maybe you want to add it to the readme.
If you use the 'character method and want your guides aligned to the right you could use ▏ (setq highlight-indent-guides-character 9615) https://www.compart.com/en/unicode/U+258F instead of the default centered line │ (setq highlight-indent-guides-character 9474) https://www.compart.com/en/unicode/U+2502
'character
(setq highlight-indent-guides-character 9615)
(setq highlight-indent-guides-character 9474)
For more options https://en.wikipedia.org/wiki/Block_Elements and https://en.wikipedia.org/wiki/Box-drawing_character
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Not an issue but posting it here for reference maybe you want to add it to the readme.
If you use the
'character
method and want your guides aligned to the right you could use▏
(setq highlight-indent-guides-character 9615)
https://www.compart.com/en/unicode/U+258Finstead of the default centered line
│
(setq highlight-indent-guides-character 9474)
https://www.compart.com/en/unicode/U+2502For more options https://en.wikipedia.org/wiki/Block_Elements and https://en.wikipedia.org/wiki/Box-drawing_character
The text was updated successfully, but these errors were encountered: