Tom's emacs configuration, copied from everywhere
Emacs version >= 29.0, or with use-package preinstalled.
-
- Backup your emacs configuration, clone this repo to your emacs confinguration directory (usually in ~/.emacs.d/ )
-
- Install lsp servers for your own programming language.
ccls/clangdfor C/C++ (In my configuration, I only configuredccls)
-
- Start your emacs, and enjoy!
Most shortcuts are from emacs it self, only defined new shortcuts for new functions.
winner-mode: shift+up, down, left, right: move cursor between window buffers.
move dup mode: alt+up, down: move line or region as a whole.