My emacs configuration

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

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