Skip to content

Commit

Permalink
vc: Disable all backends except Git
Browse files Browse the repository at this point in the history
  • Loading branch information
mohkale committed Aug 14, 2024
1 parent ac79dff commit 8beaa99
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions init.org
Original file line number Diff line number Diff line change
Expand Up @@ -17968,6 +17968,9 @@ Welcome to my personal Emacs configuration 😎.
vc-annotate-mode
vc-git-log-view-mode

:custom
(vc-handled-backends '(Git))

:config
(require 'vc-git) ;; supported

Expand Down

0 comments on commit 8beaa99

Please sign in to comment.