Personal Emacs configuration, only tested on macOS with Emacs 29 or higher.
Main features:
- Package managed by
elpaca
anduse-package
- Lsp feature provided by built-in
eglot
. - Optimized for dart and flutter programing.
Run the following script to install Emacs and this configuration:
brew tap laishulu/cask-fonts
brew install --cask font-sarasa-nerd
brew install font-cascadia-code-nf
cd ~
mv .emacs.d .emacs.d.bak
git clone https://github.com/50ways2sayhard/.emacs.d.git
cd .emacs.d
cp init-custom-example.el init-custom.el
make env