-
Notifications
You must be signed in to change notification settings - Fork 109
Closed
Description
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!