Is there an emacs plugin which creates these nice vertical lines for the code blocks like in Sublime Text 2? (See attached screenshots for what I mean).

enter image description here

link|improve this question

feedback

2 Answers

up vote 1 down vote accepted

Please see highlight-indentation:

https://github.com/antonj/Highlight-Indentation-for-Emacs/

Unfortunately the current version is very simple and it draws character-wide columns instead of thin lines so it doesn't look very appealing. But at least it's a start.

I do not use it by default - if I'm lost then I do M-x highlight-indentation.

link|improve this answer
1  
I just got it from elpa. This is what I want. At least it's a start. I hope this will be improved soon. – Kungi Jan 17 at 16:18
feedback

It's not quite the same thing, but you get a similar benefit from the features mentioned here:

http://www.emacswiki.org/emacs/HighlightCurrentColumn

http://www.emacswiki.org/emacs/VlineMode

Vline can use a thin line (or a face). Column-marker highlighting stays put (doesn't move with the cursor), and you can highlight any number of columns, but it uses a face, not a thin line.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.