My emacs configuration

Distopico Vegan 0bd1595828 Version 2.0.2 6 years ago
core cf16a2b8ff Change to more traditional keybindings 6 years ago
external 0f1fb120d6 Add jdee-server submodule 7 years ago
modes 947270c764 Add spellcheck in some text modes (markdown/git-commit-mode) 6 years ago
scripts d33cda386d Fix styles and notifications for mu4e 6 years ago
site-elisp 2ed04c8232 Enable social modes again 6 years ago
snippets 4f68977f69 Add custom snippet header for js 6 years ago
themes 2ed04c8232 Enable social modes again 6 years ago
utils 99e067f1a8 Refector utilities functions for buffers 6 years ago
.gitignore ab0f848bc9 ignore submodules untracked content 7 years ago
.gitmodules 0f1fb120d6 Add jdee-server submodule 7 years ago
LICENSE 9a4bc4cdd2 Rename license and update version 8 years ago
README.md 0bd1595828 Version 2.0.2 6 years ago
init.el 2ed04c8232 Enable social modes again 6 years ago
package.json 0bd1595828 Version 2.0.2 6 years ago
requirements.txt 3e77d2475a Fix compatibility in emacs nw 6 years ago

README.md

Distopico Emacs Config

Version 2.0.2

My emacs configuration with many toys for programming environment mostly javascript , python , php, html and tools for intent be more productive and social.

Requirements

  • Node.js v0.12 or higher
  • Python 2.7 or 3.x
  • Pip

Install

  npm install

  virtualenv .virtualenv/$USER
  source .virtualenv/$USER/bin/activate
  pip install -r requirements.txt

License

Licensed of coures under the GPL3 License - see the LICENSE file for details