This is NOT a part of GNU/Emacs.
This is just a personal configuration project to make Emacs, the most powerful text editor, more convenient to me.
This project belongs to Cabins, an SDET(Software Developer Engineer in Test) from China.
I mainly use Python & Go in my work. So I set up the programming environments for this two languages with LSP - the protocol from Microsoft. If you use other languages, such as JavaScript, C++, and so on, you can easily set up for them with LSP - sometimes you just install the language servers, Emacs config code does NOT need to change.
Launch a terminal, such as:
TerminalApp oriTerm2on macOSGNOME TerminalorKonsoleon GNU/LinuxCMDorPowerShellon Windows 10
Run the code below, and then launch your Emacs, enjoy it.
git clone https://github.com/cabins/.emacs.d ~/.emacs.dNote: If you use Windows 10, you should set an environment variable named
HOME, and set its value to your user directory, likeC:/Users/<your_name>.
This project is tested on
- macOS, 10.14.6, GUI mode
- Fedora Linux 31, both Workstation & Server Edition
- Windows 10, 1909(18363)
it should run on other platforms, please note that.
Any issue would be welcomed, just give me an issue if you find something not friendly to your usage.