Skip to content

Instantly share code, notes, and snippets.

@katherlee
Created December 11, 2016 05:29
Show Gist options
  • Save katherlee/3356f387796f804a9dc83437f1c62d28 to your computer and use it in GitHub Desktop.
Save katherlee/3356f387796f804a9dc83437f1c62d28 to your computer and use it in GitHub Desktop.
Emacs context menu
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\*\shell]
[HKEY_CLASSES_ROOT\*\shell\openwemacs]
@="&Edit with Emacs"
[HKEY_CLASSES_ROOT\*\shell\openwemacs\command]
@="C:\\emacs\\bin\\emacsclientw.exe --alternate-editor=\"C:\\emacs\\bin\\runemacs.exe\" -n \"%1\""
[HKEY_CLASSES_ROOT\Directory\shell\openwemacs]
@="Edit &with Emacs"
[HKEY_CLASSES_ROOT\Directory\shell\openwemacs\command]
@="C:\\emacs\\bin\\emacsclientw.exe --alternate-editor=\"C:\\emacs\\bin\\runemacs.exe\" -n \"%1\""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment