Skip to content

Make space before header optional or customizable? #108

@xluk9

Description

@xluk9

Hello, great package!

I was wondering if it is possible to customize the space before the headers. I know where to modify the line in the source code. In fact, I changed this line (273) (setq s (concat " " s)) to this (setq s (concat "" s)), the line inside org-super-agenda--make-agenda-header function. I don't understand very well elisp, so I don't know if there is a better way to change that line. Anyway, I still have to re-evalute the function everytime I restart emacs.

Is there a better way to achieve the same result?
Thank you!

Metadata

Metadata

Assignees

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions