Emacs 25.0.x Configuration (using Cask)
Configure emacs for :
- Cask & Pallet
- Markdown
- Python & Python environment auto (TODO)
- JavaScript (NodeJS, RequireJS, ...)
- GoLang
git clone https://github.com/cask/cask.git ~/.cask
# Add to ~/.bashrc or ~/.bash_aliases
export PATH=$PATH:~/.cask/bin
git clone https://github.com/gerchardon/emacs-config.git ~/.emacs.d/
cd ~/.emacs.d/; cask install
emacs
# Install last nodejs (ubuntu)
sudo apt-get install python-software-properties
sudo apt-add-repository ppa:chris-lea/node.js
sudo apt-get update
sudo apt-get install nodejs
# Using jshint
sudo npm install jshint -g
sudo npm install tern -g
sudo apt-get install python-flake8 python-virtualenv
# On Emacs M-X jedi:install-server
- Launch cask with a proxy (cask can't handle proxy user:password)
- Python , on emacs jedi:install-server
- Launch one time emacs with a proxy
Inspire by :
Emacs-config is licensed under the MIT License.