mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-16 15:56:52 -05:00
Merge pull request #2603 from digizeph/patch-1
add `open-in-iterm` shortcut for macos module
This commit is contained in:
@@ -49,3 +49,6 @@
|
|||||||
;;;###autoload (autoload '+macos/send-project-to-launchbar "tools/macos/autoload" nil t)
|
;;;###autoload (autoload '+macos/send-project-to-launchbar "tools/macos/autoload" nil t)
|
||||||
(+macos--open-with send-project-to-launchbar "LaunchBar"
|
(+macos--open-with send-project-to-launchbar "LaunchBar"
|
||||||
(or (doom-project-root) default-directory))
|
(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)
|
||||||
|
Reference in New Issue
Block a user