You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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 insideorg-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!
The text was updated successfully, but these errors were encountered: