electric-spacing
- Description
- Insert operators with surrounding spaces smartly
- Latest
- electric-spacing-5.0.tar (.sig), 2024-Mar-31, 20.0 KiB
- Maintainer
- William Xu <william.xwl@gmail.com>
- Atom feed
- electric-spacing.xml
- Website
- https://elpa.gnu.org/packages/electric-spacing.html
- Browse repository
- CGit or Gitweb
- Badge
To install this package from Emacs, use package-install
or list-packages
.
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.