-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathEditWithEmacs.reg
More file actions
22 lines (16 loc) · 1.64 KB
/
Copy pathEditWithEmacs.reg
File metadata and controls
22 lines (16 loc) · 1.64 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\shell\Edit with Emacs]
@="Edit &with Emacs"
"icon"="D:\\emacs\\wsl-emacs-contextmenu\\emacs.ico"
[HKEY_CLASSES_ROOT\Directory\shell\Edit with Emacs\command]
@="WScript.exe D:\\emacs\\wsl-emacs-contextmenu\\emacs_start.vbs \"%1\""
[HKEY_CLASSES_ROOT\Directory\Background\shell\Edit with Emacs]
@="Edit with Emacs"
"icon"="D:\\emacs\\wsl-emacs-contextmenu\\emacs.ico"
[HKEY_CLASSES_ROOT\Directory\Background\shell\Edit with Emacs\command]
@="WScript.exe D:\\emacs\\wsl-emacs-contextmenu\\emacs_start.vbs %V"
[HKEY_CLASSES_ROOT\*\shell\Edit with Emacs]
@="&Edit with Emacs"
"icon"="D:\\emacs\\wsl-emacs-contextmenu\\emacs.ico"
[HKEY_CLASSES_ROOT\*\shell\Edit with Emacs\command]
@="WScript.exe D:\\emacs\\wsl-emacs-contextmenu\\emacs_start.vbs \"%1\""