atom-emacs-mode
atom-emacs-mode copied to clipboard
What's the difference between this package and atomic-emacs: https://github.com/avendael/atomic-emacs I am trying to pick, but there is not good criteria I can come up with to decide.
Atom will no longer load this package after June 1st without changes. There are a couple deprecations on the latest version (`0.0.29`) of this package: 1. Store package style sheets...
[Enter steps to reproduce below:] 1. ... 2. ... **Atom Version**: 0.194.0 :warning: **in 1.0 API Preview Mode** :warning: **System**: Mac OS X 10.10.3 **Thrown From**: [emacs-mode](https://github.com/fuqcool/atom-emacs-mode) package, v0.0.29 ###...
I installed this package and created ~/.atom/init.coffee with atom.packages.enablePackage('emacs-mode').activateNow() in it. I restarted atom.io I attempt to go to beginning of line with ctrl-a and the editor selects all. I...
In keymaps\emacs.cson: Use the `atom-text-editor` tag instead of the `editor` class.
atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use `atom.views.getView(atom.workspace)`,...
ctrl-x-b does not work (updated atom 01 feb)
Hello Chiang Fu. I'm newbie atom editor. It it possible to add new option for disable 'copy text by mouse selection' ? I wrote proposed patch. It does not work...
Steps to Reproduce 1. Download latest Atom 2. Install latest Emacs Mode plugin and enable it 3. Enter text "" 4. Change mode to PHP in the lower-right. 5. Put...