Fixed osx/init function for reveal-in-osx-finder

This commit is contained in:
Kai von Fintel 2015-08-07 18:09:30 -04:00 committed by syl20bnr
parent 3f7dab0eeb
commit 5ae1972c15

View file

@ -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))