Open a current file in Emacs.
$ apm install open-emacs
The following commands are available for you to remap and/or run via the command palette.
open-emacs:open
- Open a current file in Emacs.(defun open-atom ()(interactive)(call-process"atom" nil t nil buffer-file-name))
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.