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

Make highlighting less invasive by using | character. #48

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

adelplanque
Copy link

Example:

(custom-set-faces
 '(highlight-indentation-current-column-face ((t (:extend t :foreground "dark olive green"))))
 '(highlight-indentation-face ((t (:extend t :foreground "dark slate gray")))))
(custom-set-variables
 '(highlight-indentation-overlay-string "|"))

less_invasive_highlightning

Example:

    (custom-set-faces
     '(highlight-indentation-current-column-face ((t (:extend t :foreground "dark olive green"))))
     '(highlight-indentation-face ((t (:extend t :foreground "dark slate gray")))))
    (custom-set-variables
     '(highlight-indentation-overlay-string "|"))
@eduardmanas
Copy link

This MR is essential in my oppinion. The current delimiter char is ugly, outdated and intrusive. This package should be able to allow users to configure the indent delimiter.

@lliding
Copy link

lliding commented Oct 20, 2022

This pr not works for highlight-indentation-current-column-mode.

@adelplanque
Copy link
Author

This pr not works for highlight-indentation-current-column-mode.

Is this correct now?

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

Successfully merging this pull request may close these issues.

None yet

3 participants