Browse Source

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.
Kyle Meyer 1 year ago
parent
commit
cb1359a3ce
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lisp/org-agenda.el

+ 1 - 1
lisp/org-agenda.el

@@ -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)
 	      			    "")
 				   "]")