From 5ae1972c15f9b97635d657907ef8c84265593e81 Mon Sep 17 00:00:00 2001 From: Kai von Fintel Date: Fri, 7 Aug 2015 18:09:30 -0400 Subject: [PATCH] Fixed osx/init function for reveal-in-osx-finder --- contrib/osx/packages.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/osx/packages.el b/contrib/osx/packages.el index 84d0e4a69..dcbb6f33a 100644 --- a/contrib/osx/packages.el +++ b/contrib/osx/packages.el @@ -69,7 +69,7 @@ Can be installed with `brew install trash'." (kbd "#") 'launchctl-unsetenv (kbd "h") 'launchctl-help)))) -(defun osx/init-reveal-in-finder () +(defun osx/init-reveal-in-osx-finder () (use-package reveal-in-osx-finder :if (system-is-mac) :commands reveal-in-osx-finder))