summaryrefslogtreecommitdiff
path: root/lisp/init-git.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/init-git.el')
-rw-r--r--lisp/init-git.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/init-git.el b/lisp/init-git.el
index dec7309..496892a 100644
--- a/lisp/init-git.el
+++ b/lisp/init-git.el
@@ -45,7 +45,7 @@ This is useful for commit IDs in files and log messages."
(interactive)
(--when-let (thing-at-point 'word)
(let ((projectile-switch-project-action
- '(lambda () (magit-show-commit it))))
+ (lambda () (magit-show-commit it))))
(projectile-switch-project))))
(defun km/magit-commit-extend-all ()