about summary refs log tree commit diff stats
path: root/.emacs.d
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2022-05-17 15:51:07 +0100
committerDavid Morgan <djm_uk@protonmail.com>2022-05-17 15:51:07 +0100
commit78fc8b1d9925e8906e5bb565299f0412636b3406 (patch)
treee22b6498b7894bab60670eb16ca46993a0237f72 /.emacs.d
parent2f6866c00e8a3fa723c637f3263172d3463d61ac (diff)
downloaddotfiles-78fc8b1d9925e8906e5bb565299f0412636b3406.tar.gz
Don't use C-g in bindings
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/lisp/init-git.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/.emacs.d/lisp/init-git.el b/.emacs.d/lisp/init-git.el
index 0107b3b..4ddfbdf 100644
--- a/.emacs.d/lisp/init-git.el
+++ b/.emacs.d/lisp/init-git.el
@@ -21,9 +21,9 @@
 (use-package magit
   :bind
   ("C-c g" . magit-file-dispatch)
-  ("C-c M-g" . magit-dispatch)
-  ("C-c C-g u" . my/magit-set-upstream)
-  ("C-c C-g r" . my/magit-refresh-state)
+  ("C-c M-g g" . magit-dispatch)
+  ("C-c M-g u" . my/magit-set-upstream)
+  ("C-c M-g r" . my/magit-refresh-state)
   :config
   ;; Requires the following gitconfig:
   ;; [alias]
ames Booth <boothj5@gmail.com> 2015-12-30 00:12:24 +0000 committer James Booth <boothj5@gmail.com> 2015-12-30 00:12:24 +0000 Use single quotes in functional test stanzas' href='/danisanti/profani-tty/commit/tests/functionaltests/test_roster.c?id=7f98e013e1ba103f3c9b4606be369f49673a2711'>7f98e013 ^
f9a7e350 ^










7f98e013 ^

f9a7e350 ^


7f98e013 ^


f9a7e350 ^






7f98e013 ^


f9a7e350 ^










7f98e013 ^
f9a7e350 ^






7f98e013 ^


f9a7e350 ^



1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113