Skip to content

Instantly share code, notes, and snippets.

@teeceepee
Created August 12, 2014 01:53
Show Gist options
  • Save teeceepee/68267a337d9d3b07f2fd to your computer and use it in GitHub Desktop.
Save teeceepee/68267a337d9d3b07f2fd to your computer and use it in GitHub Desktop.
在Windows的右键菜单中添加"Edit with Emacs"项。
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\*\shell\editwithemacs]
@="Edit with Emacs"
[HKEY_CLASSES_ROOT\*\shell\editwithemacs\command]
@="C:\\Program Files\\emacs-24.3\\bin\\runemacs.exe %0"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment