Skip to content

Instantly share code, notes, and snippets.

@vamdt
Created February 22, 2016 03:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vamdt/29b49157f4ae518bde38 to your computer and use it in GitHub Desktop.
Save vamdt/29b49157f4ae518bde38 to your computer and use it in GitHub Desktop.
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\*\shell]
[HKEY_CLASSES_ROOT\*\shell\openwemacs]
@="&Edit with Emacs"
[HKEY_CLASSES_ROOT\*\shell\openwemacs\command]
@="E:\\tools\\emacs\\bin\\runemacs.exe \"%1\""
[HKEY_CLASSES_ROOT\Directory\shell\openwemacs]
@="Edit &with Emacs"
[HKEY_CLASSES_ROOT\Directory\shell\openwemacs\command]
@="E:\\tools\\emacs\\bin\\runemacs.exe \"%1\""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment