From 1625a6d7d4dc5fe98c99b14251efa463e197b933 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 28 Jun 2025 10:09:20 +0200 Subject: [PATCH] Reorder magit variables to improve readability Short settings first, long last. --- init.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/init.el b/init.el index 6a4bf0b..7fba7ed 100644 --- a/init.el +++ b/init.el @@ -1634,6 +1634,7 @@ Note that this workaround is incomplete, as explained in this comment." :init (progn (setopt magit-diff-refine-hunk nil magit-commit-show-diff nil + magit-branch-direct-configure nil magit-repository-directories '(("~/" . 0) ("~/.emacs.d" . 0) @@ -1653,9 +1654,7 @@ Note that this workaround is incomplete, as explained in this comment." ("Version" 35 ,#'magit-repolist-column-version ((:sort magit-repolist-version<))) ("Path" 99 ,#'magit-repolist-column-path - ())) - - magit-branch-direct-configure nil) + ()))) (when on-windows ;; Increase performance by not automatically refreshing status buffers