GNU ELPA - electric-spacing

electric-spacing

Description
Insert operators with surrounding spaces smartly
Latest
electric-spacing-5.0.el, 2014-Jul-19, 11.7 KiB
Home page
http://elpa.gnu.org/packages/electric-spacing.html
Browse repository
CGit or Gitweb
Badge

To install this package, run in Emacs:

M-x package-install RET electric-spacing RET

Full description

Smart Operator mode is a minor mode which automatically inserts
surrounding spaces around operator symbols.  For example, `='
becomes ` = ', `+=' becomes ` += '.  This is most handy for writing
C-style source code.

Type `M-x smart-operator-mode' to toggle this minor mode.

Acknowledgements

Nikolaj Schumacher <n_schumacher@web.de>, for suggesting
reimplementing as a minor mode and providing an initial patch for
that.