Skip to content

Commit

Permalink
Use new bundled git-modes package
Browse files Browse the repository at this point in the history
  • Loading branch information
purcell committed Oct 21, 2021
1 parent 64695dd commit 4699f24
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lisp/init-git.el
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
;; TODO: link commits from vc-log to magit-show-commit
;; TODO: smerge-mode
(require-package 'git-blamed)
(require-package 'gitignore-mode)
(require-package 'gitconfig-mode)
(require-package 'git-modes)
(when (maybe-require-package 'git-timemachine)
(global-set-key (kbd "C-x v t") 'git-timemachine-toggle))

Expand Down

0 comments on commit 4699f24

Please sign in to comment.