From a88c31559e748afb805148865853af433261ce4d Mon Sep 17 00:00:00 2001 From: jao Date: Tue, 11 Jan 2022 23:49:24 +0000 Subject: magit tweaks (no global keybindings) --- init.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'init.org') diff --git a/init.org b/init.org index 37b7bd7..b408eae 100644 --- a/init.org +++ b/init.org @@ -2049,6 +2049,7 @@ :commands magit-status :init (setq magit-status-initial-section nil + magit-define-global-key-bindings nil magit-completing-read-function 'magit-builtin-completing-read magit-display-buffer-function 'magit-display-buffer-fullcolumn-most-v1 @@ -2061,7 +2062,8 @@ magit-repository-directories '(("/home/jao/usr/bigml" . 2) ("/home/jao/usr/jao" . 2) - ("/home/jao/lib" . 2)) + ("/home/jao/lib" . 2) + ("/usr/local/src" . 1)) magit-save-repository-buffers 'dontask magit-status-buffer-switch-function 'switch-to-buffer magit-status-show-hashes-in-headers t) -- cgit v1.2.3