Fixed osx/init function for reveal-in-osx-finder
This commit is contained in:
parent
3f7dab0eeb
commit
5ae1972c15
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ Can be installed with `brew install trash'."
|
||||||
(kbd "#") 'launchctl-unsetenv
|
(kbd "#") 'launchctl-unsetenv
|
||||||
(kbd "h") 'launchctl-help))))
|
(kbd "h") 'launchctl-help))))
|
||||||
|
|
||||||
(defun osx/init-reveal-in-finder ()
|
(defun osx/init-reveal-in-osx-finder ()
|
||||||
(use-package reveal-in-osx-finder
|
(use-package reveal-in-osx-finder
|
||||||
:if (system-is-mac)
|
:if (system-is-mac)
|
||||||
:commands reveal-in-osx-finder))
|
:commands reveal-in-osx-finder))
|
||||||
|
|
Reference in a new issue