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: 14 days 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 (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-10-07T12:11:49.000Z (9 months ago)
- Last Synced: 2025-06-21T13:51:13.423Z (23 days ago)
- Topics: emacs, emacs-configuration, python-programming
- Language: Emacs Lisp
- Homepage:
- Size: 497 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 18
-
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
```