Skip to content
forked from ajgrf/on.el

Hooks for faster Emacs startup – GitHub mirror

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.txt
Notifications You must be signed in to change notification settings

elp-revive/on.el

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

License: MIT JCS-ELPA

on.el -- utility hooks and functions from Doom Emacs

CI

This package exposes a number of utility hooks and functions ported from Doom Emacs. The hooks make it easier to speed up Emacs startup by providing finer-grained control of the timing at which packages are loaded.

For example, use-package users can delay loading the which-key package until the first key is pressed:

(use-package which-key
  :hook (on-first-input . which-key-mode))

In addition to on-first-input-hook, on.el also provides on-first-file-hook, on-first-buffer-hook, on-first-project-hook, on-switch-buffer-hook, on-switch-window-hook, and on-switch-frame-hook.

About

Hooks for faster Emacs startup – GitHub mirror

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.txt

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

  •  
  •  

Packages

No packages published

Languages

  • Emacs Lisp 93.5%
  • Makefile 6.5%