Skip to content

Instantly share code, notes, and snippets.

@letoh
Created October 18, 2013 03:58
Show Gist options
  • Select an option

  • Save letoh/7036300 to your computer and use it in GitHub Desktop.

Select an option

Save letoh/7036300 to your computer and use it in GitHub Desktop.
install a context menu entry for emacs
REGEDIT4
[HKEY_CLASSES_ROOT\*\shell]
[HKEY_CLASSES_ROOT\*\shell\Emacs]
@="Edit with &Emacs"
[HKEY_CLASSES_ROOT\*\shell\Emacs\command]
@="D:\\Programs\\emacs\\bin\\emacsclientw.exe --no-wait --alternate-editor=D:/Programs/emacs/bin/runemacs.exe \"%1\""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment