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

Unwanted 1-space indent #41

Closed
angrybacon opened this issue May 17, 2017 · 4 comments
Closed

Unwanted 1-space indent #41

angrybacon opened this issue May 17, 2017 · 4 comments

Comments

@angrybacon
Copy link

  1. There's a 1-space indent
  2. I'd like an extra new line below "Table of Content"

Although 2. should be optional I suppose.

* Table of Content                                                      :TOC:
 - [[#bootstrap][Bootstrap]]
   - [[#use-better-defaults][Use better defaults]]
   - [[#load-customel][Load =.custom.el=]]
   - [[#load-secretel][Load =.secret.el=]]
 - [[#theme][Theme]]
 - [[#languages][Languages]]
   - [[#css][CSS]]
   - [[#docker][Docker]]
   - [[#html][HTML]]
   - [[#javascript][JavaScript]]
   - [[#lisp][Lisp]]
   - [[#markdown][Markdown]]
   - [[#org][Org]]
   - [[#python][Python]]
   - [[#yaml][YAML]]

* Bootstrap

Should be:

* Table of Content                                                      :TOC:

- [[#bootstrap][Bootstrap]]
  - [[#use-better-defaults][Use better defaults]]
  - [[#load-customel][Load =.custom.el=]]
  - [[#load-secretel][Load =.secret.el=]]
- [[#theme][Theme]]
- [[#languages][Languages]]
  - [[#css][CSS]]
  - [[#docker][Docker]]
  - [[#html][HTML]]
  - [[#javascript][JavaScript]]
  - [[#lisp][Lisp]]
  - [[#markdown][Markdown]]
  - [[#org][Org]]
  - [[#python][Python]]
  - [[#yaml][YAML]]

* Bootstrap
@snosov1
Copy link
Owner

snosov1 commented May 18, 2017

Hey!

It's funny, that this package exists for a few years now and you are the first one to notice that 1-space thing. Frankly, I was hesitant to change this, since pretty much everybody using the package will see the diff upon their next update. But, hey, let's keep things tidy =)

On the optional line note, I don't really want to introduce it. Making an unconditional switch seems awkward and adding an option seems a bit of an overkill. Hopefully, it's not that big of a deal to you =)

@angrybacon
Copy link
Author

angrybacon commented May 18, 2017

Guess I'll survive :-) thing is I wasn't able to come with an idea that doesn't involve re-writing the function.

@snosov1
Copy link
Owner

snosov1 commented May 18, 2017

You will only need to add one line there. But, yeah, I don't think you can do this without re-defining it, at least, for now.

@angrybacon
Copy link
Author

angrybacon commented May 18, 2017 via email

angrybacon added a commit to angrybacon/dotemacs that referenced this issue May 18, 2017
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

No branches or pull requests

2 participants