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

Commits on Jun 13, 2021

  1. Make highlighting less invasive by using | character.

    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 "|"))
    adelplanque committed Jun 13, 2021
    Configuration menu
    Copy the full SHA
    9d2c053 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2024

  1. Configuration menu
    Copy the full SHA
    5e8d4ec View commit details
    Browse the repository at this point in the history