Merge pull request #2603 from digizeph/patch-1
add `open-in-iterm` shortcut for macos module
This commit is contained in:
commit
24219fd5fc
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue