mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
@ -36,7 +36,7 @@
|
|||||||
"write" "com.googlecode.iterm2" "OpenFileInNewWindows"
|
"write" "com.googlecode.iterm2" "OpenFileInNewWindows"
|
||||||
"-bool" (if bool "true" "false"))))
|
"-bool" (if bool "true" "false"))))
|
||||||
(let ((newwindow?
|
(let ((newwindow?
|
||||||
(if newwindow? (not (equal (read-newwindows) "1")))))
|
(if ,newwindow? (not (equal (read-newwindows) "1")))))
|
||||||
(when newwindow?
|
(when newwindow?
|
||||||
(write-newwindows t))
|
(write-newwindows t))
|
||||||
(unwind-protect (+macos-open-with "iTerm" ,dir)
|
(unwind-protect (+macos-open-with "iTerm" ,dir)
|
||||||
|
Reference in New Issue
Block a user