Skip to content

emacsmirror/package-loading-notifier

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

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

About

Notify a package is being loaded

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

  •  

Packages

No packages published

Languages

  • Emacs Lisp 100.0%