Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ramnes/.emacs.d
- Owner: ramnes
- Created: 2014-03-02T20:27:33.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2024-02-26T21:08:35.000Z (12 months ago)
- Last Synced: 2024-02-27T21:54:20.559Z (12 months ago)
- Topics: emacs, emacs-configuration, python-programming
- Language: Emacs Lisp
- Homepage:
- Size: 405 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
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
```