]> git.eshelyaron.com Git - emacs.git/commit
:idle-priority keyword to change the running order of idle functions
authorFrançois Févotte <fevotte@gmail.com>
Mon, 17 Mar 2014 08:56:10 +0000 (09:56 +0100)
committerFrançois Févotte <fevotte@gmail.com>
Mon, 17 Mar 2014 09:03:06 +0000 (10:03 +0100)
commit6b30c15823d34e90e9d88aa945780c76db39323e
tree641b57c48cb7c7a103f4b3fa457a8c177e97df21
parentc7ff48009522cb2ad525485c124e80f232e4392c
:idle-priority keyword to change the running order of idle functions

Lower-priority idle functions are run first. Idle functions with no
specified priority default to 5 and all functions with the same priority
are run in the order in which they are evaluated, meaning the behaviour
is backwards compatible.

Updated documentation as well.
lisp/use-package/use-package.el