emacs: add and reorganise some Emacs 31 settings for VC

This commit is contained in:
Protesilaos 2026-08-29 19:12:50 +03:00
parent 6d8a394f37
commit 5606dcc95f
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA
2 changed files with 6 additions and 2 deletions

View file

@ -102,6 +102,9 @@
(setq vc-handled-backends '(Git))
(setq vc-dir-save-some-buffers-on-revert t) ; Emacs 31
(setq vc-use-incoming-outgoing-prefixes t) ; Emacs 31
(setq vc-async-checkin t) ; Emacs 31
(setq vc-display-failed-async-commands t) ; Emacs 31
(setq vc-dir-show-key-binding-hints nil) ; Emacs 32
;; This one is for editing commit messages.
@ -118,7 +121,6 @@
nil
log-edit)
(setq vc-display-failed-async-commands t) ; Emacs 31
(setq vc-find-revision-no-save t)
(setq vc-annotate-display-mode 'scale) ; scale to oldest
;; I use a different account for git commits

View file

@ -7561,6 +7561,9 @@ They make more sense to me.
(setq vc-handled-backends '(Git))
(setq vc-dir-save-some-buffers-on-revert t) ; Emacs 31
(setq vc-use-incoming-outgoing-prefixes t) ; Emacs 31
(setq vc-async-checkin t) ; Emacs 31
(setq vc-display-failed-async-commands t) ; Emacs 31
(setq vc-dir-show-key-binding-hints nil) ; Emacs 32
;; This one is for editing commit messages.
@ -7577,7 +7580,6 @@ They make more sense to me.
nil
log-edit)
(setq vc-display-failed-async-commands t) ; Emacs 31
(setq vc-find-revision-no-save t)
(setq vc-annotate-display-mode 'scale) ; scale to oldest
;; I use a different account for git commits