Skip to content

tttuuu888/package-loading-notifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published