This is NOT
a part of GNU Emacs but a personal configuration project to make it more convenient to me.
This project belongs to © Cabins 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.
I use Courier & 楷体, 'cause they are the only fonts not make my Windows version slow, change the lisp/init-ui.el
to your preferences.
Launch a terminal, such as:
Terminal
App oriTerm2
on macOSGNOME Terminal
orKonsole
on GNU/LinuxCMD
orPowerShell
orWindows Terminal
on Windows 10
Run the code below, and then launch your Emacs, enjoy it.
git clone https://github.com/cabins/.emacs.d ~/.emacs.d
If you has already upgrade your emacs to 27.1, you also can clone this repo like this:
git clone https://github.com/cabins/.emacs.d ~/.config/emacs
Note: 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, 11.1, GUI mode
- Fedora Linux 31/32/33, both Workstation & Server Edition
- Windows 10, 1909(18363) (Native GUI & msys2)
- Ubuntu 20.04.1 on WSL2
it should run on other platforms, please note that.
Any issue will be welcomed, just send me an issue if you find something not friendly to you.