agenda: Clean up spacing to pass Emacs's pre-commit check
* lisp/org-agenda.el (org-agenda-set-mode-name): Avoid space before tab in indent.
This commit is contained in:
parent
21155f007c
commit
cb1359a3ce
|
@ -9367,7 +9367,7 @@ When called with a prefix argument, include all archive files as well."
|
|||
(mapconcat
|
||||
#'identity
|
||||
(append
|
||||
(assoc-default 'category org-agenda-filters-preset)
|
||||
(assoc-default 'category org-agenda-filters-preset)
|
||||
org-agenda-category-filter)
|
||||
"")
|
||||
"]")
|
||||
|
|
Loading…
Reference in New Issue