/package-loading-notifier

Notify when packages are loaded

Primary LanguageEmacs LispGNU General Public License v3.0GPL-3.0

package-loading-notifier

MELPA

package-loading-notifier notify when packages are loaded.

demo

Installation

package-loading-notifier can be installed through MELPA.

Configuration

Global mode

To enable package-loading-notifier, add following in your .emacs file:

(require 'package-loading-notifier)
(package-loading-notifier-mode 1)

Add more packages

To add more packages for package-loading-notifier, set package-loading-notifier-packages variable.

(setq package-loading-notifier-packages '(org magit yasnippet))