If you're looking for a nice (copy and use) scripts, check out my useful Emacs Lisp scripts collection
- Slim & Fast. Strive to use built-in feature whenever possilbe.
- Most used command reachable under
C-c
andsuper
. - Versioned package dependencies using
straight.el
. - Blazing fast startup. Thanks to
use-package defer
and native compilation. - Separate places for your personal configuration.
- Sensible dired: omit non-interesting files, colorize by extension.
- Ligature support.
- More...
Clone the repository:
git clone https://github.com/azzamsa/emacs.d
Now, Run your Emacs! ๐
I don't plan to accept any contribution that adds new functionality. But it is OK for fixes and improvement. I don't recommend using this repository directly. Instead, use it as a source of inspiration.
This repo only hold currently used config. For old config visit the archive branch.