This repository contains my minimal (vanilla, plain) personal Emacs configuration, with little to no lazy loading (e.g. no use-package), which maximizes performanace for Emacs. It has been a blast ride on learning Emacs Lisp for myself.
Run the commands below line-by-line.
git clone https://github.com/maux-unix/dotemacs
cd dotemacs
cp -r ./.emacs.{el,custom.el,local} ~After that, you can just open Emacs straight up, and wait for Emacs to download & install the packages that it need (It might take awhile, please wait). After all that, you might want to install the nerd fonts in compilation-mode by pressing Alt-x or M-x inside Emacs.
M-x nerd-icons-install-fonts- Basic, beautiful, sane Emacs Configuration
- (Almost) automatic configuration
- [] Setup sane & complete Code Snippets (YASnippet)
- [] Make complete & detailed documentation for the configuration
- daedreth - UncleDavesEmacs: https://github.com/daedreth/UncleDavesEmacs
- protesilaos - dotfiles/emacs: https://github.com/protesilaos/dotfiles
- rexim - dotfiles: https://github.com/rexim/dotfiles

