My emacs configuration

Distopico Vegan 1fff33a181 Unset paredit up/down keys to use teh default to devmode 3 weeks ago
core 64cd701e53 Get flymake-guile from nongnu elpa 6 months ago
modes 1fff33a181 Unset paredit up/down keys to use teh default to devmode 3 weeks ago
scripts 524d62bcd7 Update submodules 3 weeks ago
site-elisp a91f3fd7cb Fix erc input fill and remove unnecessary sites-elisp 7 months ago
snippets 524d62bcd7 Update submodules 3 weeks ago
themes 6a0b2a20d1 remove unused dependencies 7 months ago
utils c0fffa3bdb fix silent recentf 7 months ago
.gitignore 68299ec296 back to offlineimap-notify 3 years ago
.gitmodules 524d62bcd7 Update submodules 3 weeks ago
LICENSE 9a4bc4cdd2 Rename license and update version 8 years ago
README.md 68299ec296 back to offlineimap-notify 3 years ago
init.el 1b48fce3b5 move calendar configuration to another file 7 months ago
package-lock.json 804f54abd3 check jabber account to avoid error on startup 4 years ago
package.json 04289d3347 Version 2.1.0 3 years ago
requirements.txt b9dfe1b431 update dependencies version 3 years ago

README.md

Distopico Emacs Config

Version 2.1.0

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

Requirements

  • Node.js v10.x or higher
  • Python 3.x
  • Pip

Install

  npm install
  python3 -m venv virtualenv
  source virtualenv/bin/activate
  pip install -r requirements.txt

License

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