emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/git-commit 62c7ae0b54 4/8: Alignment cosmetics


From: ELPA Syncer
Subject: [nongnu] elpa/git-commit 62c7ae0b54 4/8: Alignment cosmetics
Date: Tue, 19 Sep 2023 12:59:40 -0400 (EDT)

branch: elpa/git-commit
commit 62c7ae0b5408311b8b69e48562733a9a1debd79f
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    Alignment cosmetics
---
 lisp/magit-repos.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/magit-repos.el b/lisp/magit-repos.el
index 21f5efcd29..892d093eff 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]