branch: elpa/tablist commit 9a242c5d5c51429fba6520e54291b6d7f7d872f4 Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@bernoul.li>
Enforce use of spaces for indentation --- tablist-filter.el | 3 +++ tablist.el | 3 +++ 2 files changed, 6 insertions(+) diff --git a/tablist-filter.el b/tablist-filter.el index 00c8a1d..7f408fb 100644 --- a/tablist-filter.el +++ b/tablist-filter.el @@ -445,4 +445,7 @@ else return nil." filter))) (provide 'tablist-filter) +;; Local Variables: +;; indent-tabs-mode: nil +;; End: ;;; tablist-filter.el ends here diff --git a/tablist.el b/tablist.el index 59fe7a7..fa53fa3 100644 --- a/tablist.el +++ b/tablist.el @@ -1938,4 +1938,7 @@ the 0-th column as numbers by the less-than relation." (aref (cadr e2) column))))) (provide 'tablist) +;; Local Variables: +;; indent-tabs-mode: nil +;; End: ;;; tablist.el ends here