From ab6f0648b607dd11f41bc3612b582dbfc9e3dbdd Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Tue, 25 Aug 2015 21:11:58 -0700 Subject: [PATCH] (setq git-link-use-commit t) --- dotfiles/emacs.d/init.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dotfiles/emacs.d/init.el b/dotfiles/emacs.d/init.el index 386b0195..cc04256c 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/init.el @@ -704,7 +704,10 @@ 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) +(use-package git-link + :config + (progn + (setq git-link-use-commit t))) ;; ============================================================================= ;; Non-Programming Stuff