boxmo / emacs-flow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Emacs Flow

Offers Emacs-like indentation functionality.

WARNING: DEPRECATED

Since I haven't had any time to support or enhance this package, I've decided to unpublish it. I'm leaving the repository here for historic reasons and if anyone wants to take it over, they're free to. There are some v1.0 deprecations that I haven't fixed as well, so it probably shouldn't be used as sample code anymore either 😆

Installation

The package can be installed by using the Settings screen and searching for emacs-flow.

It can also be installed from the command line with the command:

apm install emacs-flow

Use

Auto Indenting the Current Line

With the default keymapping, just press TAB anywhere on the line you're on to automatically indent it to the proper depth. This feature is highly dependent on the current syntax definition being implemented properly.

Configuration

Emacs Flow has no configuration options at this time.

Keybinding

I have set the following keybindings for this package:

  • TAB — Auto-indents the current line in the active editor

Copyright

Copyright © 2014-2015 by Lee Dohm. See LICENSE for details.

About

License:MIT License


Languages

Language:CoffeeScript 100.0%