This is my emacs configuration for personal use. It is based on Purcell's emacs.d and Prelude.
- Mainly for C++ and Python development.
- Support for markdown and org-mode.
- If you have Github Copilot account, you can use it in Emacs, Copilot is enabled for c++-mode, python-mode, and gfm-mode(markdown).
- Wslg support, it will use emacs-rime.
- Magit and Projectile are enabled by default.
- Font ligatures is enabled default.
- Use tuna mirror for melpa.
git clone https://github.com/luozikuan/emacs.d.git ~/.emacs.d
- Github Copilot
- Ensure
node
is installed on your system. git clone https://github.com/zerolfx/copilot.el ~/.emacs.d/site-lisp/copilot.el
- Ensure
- If you want to use rime in wslg, make sure
fcitx5
is configured correctly.