Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-09T04:47:29.000Z (over 1 year ago)
- Last Synced: 2024-08-01T03:42:52.082Z (7 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
[![MELPA](https://melpa.org/packages/package-loading-notifier-badge.svg)](https://melpa.org/#/package-loading-notifier)`package-loading-notifier` notify when packages are loaded.
![demo](https://gist.github.com/tttuuu888/267a8a56c207d725ea999e353646eec9/raw/b960dfcf9ac1e8c9330d9385368fcd4a2cfdc981/package-loading-notice.gif)
# 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))