Skip to content

postgtd/emacs-config

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Emacs configuration

This is my emacs configuration setup that is based on package.el.

Requirements

This emacs configuration is for emacs 24 or higher.

optional python requirements

Install python requirements from requirements.pip file.

$ sudo pip install -r requirements.pip

optional js requirements

Install jshint to get javascript style warnings.

$ sudo npm install jshint -g

optional erlang requirements

This configuration uses erlang-mode that comes with erlang distribution. So if you are going to do erlang development you might need to change erlang-root-dir variable. (it is set in user-init-config.el file)

Installation

Just clone repository as ~/.emacs.d. When you start your emacs, emacs will download dependencies

$ git clone git://github.com/huseyinyilmaz/emacs-package-config.git .emacs.d
$ emacs

Customization

You can add any customization you need to user-init-local.el file This file will run after the rest of the system is initialized.

About

My emacs configuration prototype that will be based on package.el

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published