summaryrefslogtreecommitdiffhomepage
path: root/init.el
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-10-03 02:32:37 +0100
committerjao <jao@gnu.org>2022-10-03 02:33:52 +0100
commitebe8f2601761a42a2ac511d514a491b9ae91d935 (patch)
tree580439b669642dffbbfd2fd596fa8db402e79594 /init.el
parentc4c2dcced8101b008f2b683c9783e212bfe31365 (diff)
downloadelibs-ebe8f2601761a42a2ac511d514a491b9ae91d935.tar.gz
elibs-ebe8f2601761a42a2ac511d514a491b9ae91d935.tar.bz2
wee paths and bindings tweaks
Diffstat (limited to 'init.el')
-rw-r--r--init.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/init.el b/init.el
index 0081bd9..bbdab46 100644
--- a/init.el
+++ b/init.el
@@ -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)