protesilaos / pulsar

Emacs package to pulse the current line after running select functions.

Home Page:https://protesilaos.com/emacs/pulsar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Emacs package to pulse the current line after running select functions.

https://protesilaos.com/emacs/pulsar

License:GNU General Public License v3.0


Languages

Language:Emacs Lisp 100.0%