-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathemacsclientp-cygwin64.reg
More file actions
34 lines (24 loc) · 1.88 KB
/
Copy pathemacsclientp-cygwin64.reg
File metadata and controls
34 lines (24 loc) · 1.88 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Folder\shell\Bash]
@="B&ash"
[HKEY_CLASSES_ROOT\Folder\shell\Bash\command]
@="D:\\cygwin64\\bin\\mintty.exe -e /bin/bash -l -c \"cd '%L' && exec /bin/bash\" "
[HKEY_CURRENT_USER\Software\Classes\*\OpenWithList\emacsclientp.exe]
[HKEY_CURRENT_USER\Software\Classes\*\shell\Emacs]
@="Em&acsClient+"
[HKEY_CURRENT_USER\Software\Classes\*\shell\Emacs\command]
@="D:\\cygwin64\\bin\\emacsclientp \"%L\""
[HKEY_CLASSES_ROOT\Applications\emacsclientp.exe]
@="EmacsClient+"
[HKEY_CLASSES_ROOT\Applications\emacsclientp.exe\DefaultIcon]
@="D:\\cygwin64\\bin\\emacs.ico"
[HKEY_CLASSES_ROOT\Applications\emacsclientp.exe\shell\open]
@="EmacsClient+"
[HKEY_CLASSES_ROOT\Applications\emacsclientp.exe\shell\open\command]
@="D:\\cygwin64\\bin\\emacsclientp \"%L\""
[HKEY_CLASSES_ROOT\Applications\emacsclientp.exe\SupportedTypes]
".h"=""
".c"=""
".cpp"=""
".txt"=""
".log"=""