protesilaos / pulsar

Emacs package to pulse the current line after running select functions.
https://protesilaos.com/emacs/pulsar
GNU General Public License v3.0
54 stars 2 forks source link

Pulsar

This is a small Emacs package that temporarily highlights the current line after a given function is invoked. The affected functions are defined in the user option pulsar-pulse-functions. What Pulsar does is set up an advice so that those functions run a hook after they are called. The pulse effect is added there (pulsar-after-function-hook).