diff --git a/dotfiles/emacs.d/init.el b/dotfiles/emacs.d/init.el index ca5b5ef8..386b0195 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/init.el @@ -704,6 +704,8 @@ The current directory is assumed to be the project's root otherwise." (define-key prog-mode-map (kbd "M-RET") 'emr-show-refactor-menu) (add-hook 'prog-mode-hook 'emr-initialize))) +(use-package git-link) + ;; ============================================================================= ;; Non-Programming Stuff ;; =============================================================================