diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2021-02-10 23:24:05 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2021-02-10 23:24:05 +0100 |
| commit | 60e7992b11b6f41229af105035d1a04da716d732 (patch) | |
| tree | 5ef8fb89fe24dd9af56452ae178deafb06e3454b /.emacs-custom.el | |
| parent | 65c8ba6d85c02df70ecfc6b395d0d06b81f6a2cc (diff) | |
| download | dotfiles-60e7992b11b6f41229af105035d1a04da716d732.tar.xz | |
Move Magit bindings to C-c g
Diffstat (limited to '.emacs-custom.el')
| -rw-r--r-- | .emacs-custom.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs-custom.el b/.emacs-custom.el index 4a16bef..bc23047 100644 --- a/.emacs-custom.el +++ b/.emacs-custom.el @@ -53,6 +53,7 @@ '(isearch-lazy-count t) '(line-number-display-limit-width 2000) '(lua-indent-level 2) + '(magit-define-global-key-bindings nil) '(magit-diff-refine-hunk t) '(magit-ediff-dwim-show-on-hunks t) '(magit-log-arguments '("--graph" "--color" "--decorate" "-n256")) |
