mirror of
https://github.com/protesilaos/dotfiles.git
synced 2026-09-10 07:16:20 -04:00
emacs: disable vc-dir-show-key-binding-hints (Emacs 32)
This commit is contained in:
parent
e7f01f70e3
commit
4c0232374b
|
|
@ -101,6 +101,7 @@
|
|||
(setq vc-handled-backends '(Git))
|
||||
|
||||
(setq vc-dir-save-some-buffers-on-revert t) ; Emacs 31
|
||||
(setq vc-dir-show-key-binding-hints nil) ; Emacs 32
|
||||
|
||||
;; This one is for editing commit messages.
|
||||
(require 'log-edit)
|
||||
|
|
|
|||
|
|
@ -7332,6 +7332,7 @@ They make more sense to me.
|
|||
(setq vc-handled-backends '(Git))
|
||||
|
||||
(setq vc-dir-save-some-buffers-on-revert t) ; Emacs 31
|
||||
(setq vc-dir-show-key-binding-hints nil) ; Emacs 32
|
||||
|
||||
;; This one is for editing commit messages.
|
||||
(require 'log-edit)
|
||||
|
|
|
|||
Loading…
Reference in a new issue