It's my emacs configuration where I tried to focus to the fast init.
Start minimal set of package An entry point will indicate a loading for a module
- filetype: auto-mode-alist
- C-l as hydra menu
- C-b as counsel-buffers
- C-o as counsel-file
- default module as (undo-tree, recentf, rg, ace-window, keys, layouts, default configs)
You need to start emacs with this script or something similar one :)
#!/bin/sh
emacs -Q -l .emacs.d/init-fast.el
- win10: <1sec
- linux: <0.74sec