https://github.com/thislight/.emacs.d
Rubicon's emacs configuration
https://github.com/thislight/.emacs.d
emacs emacs-configuration
Last synced: about 1 year ago
JSON representation
Rubicon's emacs configuration
- Host: GitHub
- URL: https://github.com/thislight/.emacs.d
- Owner: thislight
- Created: 2021-06-04T04:28:40.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-03T07:23:22.000Z (almost 5 years ago)
- Last Synced: 2025-06-07T11:43:47.513Z (about 1 year ago)
- Topics: emacs, emacs-configuration
- Language: Emacs Lisp
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rubicon's Emacs Configuration
You need clone all the submodules to make it works.
````
git clone --recurse-submodules https://github.com/thislight/.emacs.d.git ~/.emacs.d
````
If you don't need whole history (you don't want to change anything), set depth to 1.
````
git clone --recurse-submodules --depth=1 https://github.com/thislight/.emacs.d.git ~/.emacs.d
````
## What's included
- Default font size: 110
- usepackage
- Theme: spacesmacs-space
- ivy, counsel, company, which-key
- dashbroad
- magit
- Projectile (switch project: C-M-SPC)
- Languages:
- Lisp: SLY, with sly-quicklisp and sly-asdf
- Python: elpy and poetry
## Licenses?

[WTFPL](http://www.wtfpl.net/about/)