Rag .emacs.d
My emacs config.
Notes
- Work in progress and is subject to frequent changes.
- Ivy as the preferred completion frontend for emacs.
- Very minimal theme with no toolbar, no scrollbars, no line numbers and use zenburn theme.
- Tested to work with emacs 26.1 stable and 27.0.50 master on macOS Sierra and linux.
Key points
use-packagefor faster load times and loading packages only when necessary.- Certain packages will only work if you have the associated applications installed
ripgrep-> as an alternative for grep and to grep entire projecthunspell-> for spellcheckLanguageTools-> check for grammar mistakescoreutils-> only if you’re on macOS. Needed bydiredfortune-> for getting a random quote in scratch buffer
- Install a custom built
Iosevkafont from here - If you are using built from master/trunk, use the
developbranch for eterm-256color.el otherwise you will run into errors when invokingmulti-term
Feedback
Open to any feedback, corrections. Thanks :)