Malabarba / aggressive-indent-mode

Emacs minor mode that keeps your code always indented. More reliable than electric-indent-mode.
850 stars 36 forks source link

Warning during compile ‘inhibit-point-motion-hooks’ is an obsolete variable #160

Open Forge36 opened 1 year ago

Forge36 commented 1 year ago
In aggressive-indent--process-changed-list-and-indent:
aggressive-indent.el:399:12: Warning: ‘inhibit-point-motion-hooks’ is an
    obsolete variable (as of 25.1); use ‘cursor-intangible-mode’ or
    ‘cursor-sensor-mode’ instead

I can reproduce this by running: byte-force-recompile on aggressive-indent.el