electric-spacing 
- Description
- Insert operators with surrounding spaces smartly
- Latest
- electric-spacing-5.0.0.20201201.2.tar (.sig), 2026-Aug-16, 20.0 KiB
- Maintainer
- William Xu <william.xwl@gmail.com>
- Other versions:
- release version
- Website
- https://elpa.gnu.org/nongnu/electric-spacing.html
- ELPA's 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.