Faysir / emacs-config

My own emacs settings.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Emacs-config

This time I try to use Emacs Starter Kit framework.

How to install?

  1. Git clone eschulte/Emacs Starter Kit to local, make sure emacs24-starter-kit/init.el under '~/.emacs.d/' folder.

  2. Git clone fay.el to '~/.emacs.d/', and add (load-file "~/.emacs.d/fay.el") to your init.el file, then you can add your own settings separate.

  3. You may should install some package, just use commond M-x package-install RET package_name RET.

The package I used:

  • monokai-theme
  • autopair
  • ecb
  • etags
  • yasnippet
  • aspell

About

My own emacs settings.


Languages

Language:Emacs Lisp 100.0%