diff options
-rw-r--r-- | init.el | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1022,7 +1022,8 @@ (interactive) (jao-switch-window--then "Switch to buffer" 'consult-buffer)) - :bind (("C-x 4 d" . jao-switch-window-then-dired) + :bind (("s-o" . switch-window) + ("C-x 4 d" . jao-switch-window-then-dired) ("C-x 4 f" . jao-switch-window-then-find-file) ("C-x 4 b" . jao-switch-window-then-consult-buffer))) @@ -1839,8 +1840,7 @@ magit-push-always-verify nil magit-repository-directories '(("/home/jao/usr/bigml" . 2) - ("/home/jao/usr/jao" . 2) - ("/home/jao/lib/elisp" . 3) + ("/home/jao/usr/jao" . 3) ("/usr/local/src" . 1)) magit-save-repository-buffers 'dontask magit-section-visibility-indicator '("…" . t) |