It says emacs/bin/emacs.exe. If it's not necesarily useful, I'd like to stop it from starting with emacs. The extra window is messing me up a bit.
1 Answer
Instead of opening emacs.exe directly, open runemacs.exe. This will open Emacs without the extra window in the background.
- 1The Windows installer for Emacs actually creates the shortcut to Emacs as
runemacs.exe, yet thecmd.exewindow still opens at launch time.dennismayr– dennismayr2021-10-06 16:07:16 +00:00Commented Oct 6, 2021 at 16:07 - 2However, if you pin
runemacs.exeto taskbar, clicking it will open a separateemacsitem in taskbar, not overlaying. Overall I don't understand why the hassle of creating that cmd window in the first place.Alex– Alex2024-03-04 00:00:27 +00:00Commented Mar 4, 2024 at 0:00