https://github.com/marcnuth/emacsconfigs
A simple tool for managing emacs configurations
https://github.com/marcnuth/emacsconfigs
Last synced: 7 months ago
JSON representation
A simple tool for managing emacs configurations
- Host: GitHub
- URL: https://github.com/marcnuth/emacsconfigs
- Owner: Marcnuth
- License: apache-2.0
- Created: 2016-05-24T13:43:01.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-27T05:55:04.000Z (about 10 years ago)
- Last Synced: 2025-01-20T06:13:54.798Z (over 1 year ago)
- Language: Emacs Lisp
- Homepage:
- Size: 78.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EmacsConfigs
##Introduction
This is a simple tool for manage emacs config files, which allows to collect configs or deploy the configs.
##Usage
###Collect configurations
```python
python manage.py -c your_configuration_directory
```
*Note: default emacs config directory is ~/*
###Deploy configurations
```python
python manage.py -d your_configuration_directory
```