My emacs config.
- 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.0.91 and 27.0.50 on macOS Sierra and linux.
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 projectaspell-> for spellcheckracer-> for autocompletion and jump to def in rust filesjedi-> for autocompletion and jump to def in python filestern-> for autocompletion and jump to def in javascript filesLanguageTools-> check for grammar mistakescoreutils-> only if you’re on macOS. Needed bydiredfortune-> for getting a random quote in scratch buffer
Open to any feedback, corrections. Thanks :)