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

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

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

```