https://github.com/tttuuu888/package-loading-notifier
Notify when packages are loaded
https://github.com/tttuuu888/package-loading-notifier
defer-loading emacs emacs-lisp
Last synced: 4 months ago
JSON representation
Notify when packages are loaded
- Host: GitHub
- URL: https://github.com/tttuuu888/package-loading-notifier
- Owner: tttuuu888
- License: gpl-3.0
- Created: 2021-05-27T13:15:59.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-08-09T04:47:29.000Z (almost 2 years ago)
- Last Synced: 2025-02-13T23:12:30.237Z (5 months ago)
- Topics: defer-loading, emacs, emacs-lisp
- Language: Emacs Lisp
- Homepage:
- Size: 19.5 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# package-loading-notifier
[](https://melpa.org/#/package-loading-notifier)`package-loading-notifier` notify when packages are loaded.

# Installation
`package-loading-notifier` can be installed through [MELPA](https://melpa.org).
# 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))