Skip to content

Commit

Permalink
reveal-in-finder was renamed to reveal-in-osx-finder
Browse files Browse the repository at this point in the history
  • Loading branch information
syohex authored and syl20bnr committed Aug 5, 2015
1 parent 93e3b88 commit 1484fc8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion contrib/osx/keybindings.el
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(when (system-is-mac)
(evil-leader/set-key "bf" 'reveal-in-finder)
(evil-leader/set-key "bf" 'reveal-in-osx-finder)

;; this is only applicable to GUI mode
(when (display-graphic-p)
Expand Down
6 changes: 3 additions & 3 deletions contrib/osx/packages.el
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(setq osx-packages
'(
pbcopy
reveal-in-finder
reveal-in-osx-finder
))

(if (and (system-is-mac) (executable-find "gls"))
Expand All @@ -17,6 +17,6 @@
:init (turn-on-pbcopy)))

(defun osx/init-reveal-in-finder ()
(use-package reveal-in-finder
(use-package reveal-in-osx-finder
:if (system-is-mac)
:commands reveal-in-finder))
:commands reveal-in-osx-finder))

0 comments on commit 1484fc8

Please sign in to comment.