From 600d4456067ddff50cdb4d279eb7ea9a0828265e Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Tue, 24 Nov 2020 08:34:25 -0600 Subject: Whitespace --- config.org | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'config.org') diff --git a/config.org b/config.org index d6ad3d0..f0aa5b5 100644 --- a/config.org +++ b/config.org @@ -950,14 +950,14 @@ from [[https://github.com/alphapapa/unpackaged.el#org-return-dwim][unpackaged.el #+begin_src emacs-lisp (define-advice magit-list-refs (:around (orig &optional namespaces format sortby) - prescient-sort) + prescient-sort) "Apply prescient sorting when listing refs." (let ((res (funcall orig namespaces format sortby))) (if (or sortby - magit-list-refs-sortby - (not selectrum-should-sort-p)) - res - (prescient-sort res)))) + magit-list-refs-sortby + (not selectrum-should-sort-p)) + res + (prescient-sort res)))) #+end_src *** Use =libgit= when I can build it (requires =cmake=) -- cgit 1.4.1-21-gabe81