Emacs: Disable C-x g.

This commit is contained in:
tastytea 2020-04-21 16:35:42 +02:00
parent 39f23fd45e
commit 7359c3e0d3
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
;;; git.el --- magit and stuff. -*- lexical-binding: t; -*-
;; Time-stamp: <2020-04-20T21:27:15+0200>
;; Time-stamp: <2020-04-21T16:35:29+0200>
;;; Commentary:
@ -36,6 +36,7 @@
(setq magit-display-buffer-function #'my/magit-display-buffer)
:bind
("C-x g" . nil) ; Disable default.
("C-c g" . magit-status)
("C-c M-g" . magit-dispatch)