Created
October 18, 2013 03:58
-
-
Save letoh/7036300 to your computer and use it in GitHub Desktop.
install a context menu entry for emacs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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