cbd1676781aedf79313356d90ea929029cf91d78
From Emacs 27+, early-init.el provides control over stuff earlier than UI load allowing for fine grained control over the load up. Here you setup stuff such that Emacs loads this code most eagerly. In this case, I set gc-cons-threshold to the highest value to aggressively load the config without care for garbage collection, as well as restricting standard package use. Along with that are some basic UI things so that I don't have to deal with them even in load up such as menu-bars and the alpha. As this code is not error prone at all and is loaded before init.el these choices allow for an easier debugging experience as well.
Dotfiles
Introduction
My Dotfiles repository with configuration files for most of the applications I use on a daily basis.
What do I use exactly?
- Emacs My premier editor, big bulky and beautiful
- ZSH Shell program (objectively better than bash don't @ me)
- Suckless terminal Best terminal in the game: small, configurable and powerful
- DWM Yes I fell for the meme, but it's a great window manager and works for me
- dmenu Good launcher, fast and not gaudy
- Wallpaper Collection Fork of DistroTubes collection, with a few of my own. Mostly his though lol.
Install
Clone this into the ~/Dotfiles directory, then use Install.org to install the
component(s) you want.
Quick links
Dependencies
Project usage
Generate a template using emacs or the shell, run the startup and reset/delete the .git folder. Then just start hacking at the code!
Use Emacs' compilation system if running blackbox no stdin programs or simple servers, otherwise use terminals (+ tmux if not running a tiling window manager) for heavy servers (because Emacs will slow down with a heavy server running) or stdin based programs.
Languages
Emacs Lisp
74%
Shell
10.1%
YASnippet
8.5%
Python
5.9%
Lua
1.5%