bind C-c M to git-messenger:popup-message
This commit is contained in:
parent
374da8a706
commit
c678ffe05c
7
init.el
7
init.el
@ -330,6 +330,13 @@ Argument FRAMES has the same meaning as for `set-frame-font'"
|
||||
:ensure nil
|
||||
:bind ("C-c m" . magit-status))
|
||||
|
||||
(use-package git-messenger
|
||||
:ensure nil
|
||||
:bind ("C-c M" . git-messenger:popup-message)
|
||||
:config
|
||||
(setq git-messenger:show-detail t
|
||||
git-messenger:use-magit-popup t))
|
||||
|
||||
|
||||
;;; Using C/C++ under Emacs
|
||||
;;; -----------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user