Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luismayta/emacs.d
Emacs d
https://github.com/luismayta/emacs.d
editor elisp emacs peru
Last synced: 3 months ago
JSON representation
Emacs d
- Host: GitHub
- URL: https://github.com/luismayta/emacs.d
- Owner: luismayta
- License: lgpl-3.0
- Created: 2015-07-03T12:54:56.000Z (over 9 years ago)
- Default Branch: develop
- Last Pushed: 2022-06-27T18:53:25.000Z (over 2 years ago)
- Last Synced: 2024-04-13T03:46:35.473Z (10 months ago)
- Topics: editor, elisp, emacs, peru
- Language: Emacs Lisp
- Homepage:
- Size: 12.8 MB
- Stars: 15
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: docs/contributing.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: docs/code_of_conduct.md
- Security: SECURITY.md
Awesome Lists containing this project
README
[![Latest Release](https://img.shields.io/github/release/luismayta/emacs.d)](https://github.com/luismayta/emacs.d/releases) [![Lint](https://img.shields.io/github/workflow/status/luismayta/emacs.d/lint-code)](https://github.com/luismayta/emacs.d/actions?workflow=lint-code) [![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit) [![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow)](https://conventionalcommits.org)
# emacs.d
emacs.d is installed by running one of the following commands in your terminal. You can install this via the command-line with either `curl` or `wget`.
## Requirements
This is a list of applications that need to be installed previously to enjoy all the goodies of this configuration.
- [Git](http://git-scm.com/)
- [editorconfig](http://editorconfig.org)
- [gomplate](https://github.com/hairyhenderson/gomplate)
- [ctags](http://ctags.sourceforge.net)
- [graphviz](http://www.graphviz.org)
- [silver-searcher](https://github.com/ggreer/the_silver_searcher)## Installation
### via curl
`bash -c "$(curl -fsSL https://rebrand.ly/github-6c1dc)"`
### via wget
`bash -c "$(wget https://rebrand.ly/github-6c1dc -O -)"`
## Usage
```bash
yarn start
```## Examples
### common
## Help
**Got a question?**
File a GitHub [issue](https://github.com/luismayta/emacs.d/issues).
## Contributing
See [Contributing](./docs/contributing.md).
## Module Versioning
This Module follows the principles of [Semantic Versioning (SemVer)](https://semver.org/).
Using the given version number of `MAJOR.MINOR.PATCH`, we apply the following constructs:
1. Use the `MAJOR` version for incompatible changes.
1. Use the `MINOR` version when adding functionality in a backwards compatible manner.
1. Use the `PATCH` version when introducing backwards compatible bug fixes.### Backwards compatibility in `0.0.z` and `0.y.z` version
- In the context of initial development, backwards compatibility in versions `0.0.z` is **not guaranteed** when `z` is increased. (Initial development)
- In the context of pre-release, backwards compatibility in versions `0.y.z` is **not guaranteed** when `y` is increased. (Pre-release)## Copyright
Copyright © 2018-2022 [Hadenlabs](https://hadenlabs.com)
## Trademarks
All other trademarks referenced herein are the property of their respective owners.
## License
The code and styles are licensed under the LGPL-3.0 license [See project license.](LICENSE).
## Don't forget to 🌟 Star 🌟 the repo if you like emacs.d
[Your feedback is appreciated](https://github.com/luismayta/emacs.d/issues)