• Packages
  • Themes
  • Documentation
  • Blog
  • Discuss
Sign in

open-emacs

Open a current file in Emacs
yoshiori
0.2.0 842
4
  • Repo
  • Bugs
  • Versions
  • License
Flag as spam or malicious

open-emacs - Atom package Beta

Open a current file in Emacs.

Installation

$ apm install open-emacs

Usage

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.

Back To The Future

(defun open-atom ()
  (interactive)
  (call-process
   "atom" nil t nil buffer-file-name))

I think this package is bad news.

Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.

  • Terms of Use
  • Privacy
  • Code of Conduct
  • Releases
  • FAQ
  • Contact
with by