Skip to content

Commit

Permalink
Remove zsh interactive option in Windows shortcut document
Browse files Browse the repository at this point in the history
  • Loading branch information
chuxubank committed Mar 23, 2024
1 parent c2df260 commit 71d4f60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.org
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
**** MSYS2
You can use
#+begin_src sh
C:\msys64\usr\bin\mintty.exe -w hide /bin/env MSYSTEM=MINGW64 MSYS2_PATH_TYPE=inherit /bin/zsh -l -i -c "/mingw64/bin/emacsclientw -n -c -a ''"
C:\msys64\usr\bin\mintty.exe -w hide /bin/env MSYSTEM=MINGW64 MSYS2_PATH_TYPE=inherit /bin/zsh -l -c "/mingw64/bin/emacsclientw -n -c -a ''"
#+end_src
to create a shortcut to start Emacs.
You may also set ~HOME~ environment and start path to ~%USERPROFILE%~
Expand Down

0 comments on commit 71d4f60

Please sign in to comment.