Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 718 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 718 Bytes

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).