Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ramnes/.emacs.d

My Emacs config, mainly for Python programming
https://github.com/ramnes/.emacs.d

emacs emacs-configuration python-programming

Last synced: 4 months ago
JSON representation

My Emacs config, mainly for Python programming

Awesome Lists containing this project

README

        

.emacs.d
========

My Emacs (-nw) configuration, mainly for Python, TS and Go
programming. I happen to tinker with other languages too.

Dependencies
-----------
* `virtualenv`
* `pip`

Language servers (LSP yay):
* `python-lsp-server`
* `typescript-language-server` + `typescript` (`tsserver`)
* `gopls`
* `terraform-ls`

Optional, but recommended:
* `aspell`
* `flake8`
* `shellcheck`
* `xsel`

Install
-------
```
$ git clone [email protected]:ramnes/.emacs.d.git --recursive
$ .emacs.d/bin/compile
```