Merge pull request #2603 from digizeph/patch-1

add `open-in-iterm` shortcut for macos module
This commit is contained in:
Henrik Lissner 2020-02-25 11:13:38 -05:00 committed by GitHub
commit 24219fd5fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,3 +49,6 @@
;;;###autoload (autoload '+macos/send-project-to-launchbar "tools/macos/autoload" nil t)
(+macos--open-with send-project-to-launchbar "LaunchBar"
(or (doom-project-root) default-directory))
;;;###autoload (autoload '+macos/open-in-iterm "tools/macos/autoload" nil t)
(+macos--open-with open-in-iterm "iTerm" default-directory)