Skip to content

Commit

Permalink
Remove defunct workaround for clashing key binding
Browse files Browse the repository at this point in the history
  • Loading branch information
purcell committed Feb 1, 2024
1 parent 6c1962a commit 00cbf19
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lisp/init-git.el
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,6 @@
(when (maybe-require-package 'git-commit)
(add-hook 'git-commit-mode-hook 'goto-address-mode))


(when *is-a-mac*
(with-eval-after-load 'magit
(add-hook 'magit-mode-hook (lambda () (local-unset-key [(meta h)])))))



;; Convenient binding for vc-git-grep
(with-eval-after-load 'vc
Expand Down

0 comments on commit 00cbf19

Please sign in to comment.