aboutsummaryrefslogtreecommitdiff
path: root/config/emacs/emacs.d/early-init.el
Commit message (Collapse)AuthorAge
* emacs: move configuration into emacs.orgKenny Ballou2022-03-21
| | | | Signed-off-by: Kenny Ballou <kb@devnulllabs.io>
* emacs: fix modeline style for modus-themesKenny Ballou2022-01-12
| | | | Signed-off-by: Kenny Ballou <kb@devnulllabs.io>
* emacs: disable variable pitch (org) headingsKenny Ballou2021-09-03
| | | | Signed-off-by: Kenny Ballou <kb@devnulllabs.io>
* emacs: increase gc-cons-thresholdKenny Ballou2021-07-24
| | | | | | Increase by an order of magnitude. Signed-off-by: Kenny Ballou <kb@devnulllabs.io>
* emacs: custom set unicode for material design iconsKenny Ballou2021-07-07
| | | | Signed-off-by: Kenny Ballou <kb@devnulllabs.io>
* emacs: default to nerd font patched dejavuKenny Ballou2021-07-07
| | | | Signed-off-by: Kenny Ballou <kb@devnulllabs.io>
* emacs/xresources: update/set emacs default fontKenny Ballou2021-05-21
| | | | | | Default to DejaVu Sans Mono. Signed-off-by: Kenny Ballou <kb@devnulllabs.io>
* emacs: set modus-themes defaults sans fewKenny Ballou2021-05-12
| | | | | | https://protesilaos.com/modus-themes/#h:e68560b3-7fb0-42bc-a151-e015948f8a35 Signed-off-by: Kenny Ballou <kb@devnulllabs.io>
* emacs: create early-init.el fileKenny Ballou2021-04-12
Create an `early-init.el` file for emacs. A lof of scaffolding is created from [vdemeester's config][0]. [0]: https://git.sr.ht/~vdemeester/home/tree/master/item/tools/emacs/early-init.el Signed-off-by: Kenny Ballou <kb@devnulllabs.io>