liguangsheng / .emacs.d

my emacs configuration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

emacsd

My emacs configuration.

Install emacs

windows

see https://www.gnu.org/savannah-checkouts/gnu/emacs/download.html

mac os

brew install --HEAD emacs-plus --with-emacs-27-branch --with-jansson --without-spacemacs-icon

Install dependencies

Ripgrep

scoop install ripgrep # windows

The Silver Searcher

scoop install ag # windows

Golang

go get -u -v golang.org/x/tools/gopls@latest
go get -u -v github.com/sqs/goreturns

Rust

rustup component add rust-src

Python

pip3 install python-language-server[all]

About

my emacs configuration

License:MIT License


Languages

Language:Emacs Lisp 100.0%