diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2023-09-19 16:53:38 +0200 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2023-09-19 16:53:38 +0200 |
| commit | 62c7ae0b5408311b8b69e48562733a9a1debd79f (patch) | |
| tree | dd518e7656fa698f3f535a529793b9bb54b054bf /lisp/magit-repos.el | |
| parent | 1ab107a72d9022383ce4e0e6fc1460201d58dcab (diff) | |
Alignment cosmetics
Diffstat (limited to 'lisp/magit-repos.el')
| -rw-r--r-- | lisp/magit-repos.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/magit-repos.el b/lisp/magit-repos.el index 21f5efc..892d093 100644 --- a/lisp/magit-repos.el +++ b/lisp/magit-repos.el @@ -265,8 +265,8 @@ If it contains \"%s\" then the directory is substituted for that." (define-derived-mode magit-repolist-mode tabulated-list-mode "Repos" "Major mode for browsing a list of Git repositories." - (setq-local x-stretch-cursor nil) - (setq tabulated-list-padding 0) + (setq-local x-stretch-cursor nil) + (setq tabulated-list-padding 0) (add-hook 'tabulated-list-revert-hook #'magit-repolist-refresh nil t) (setq imenu-prev-index-position-function #'magit-repolist--imenu-prev-index-position) |
