-
Notifications
You must be signed in to change notification settings - Fork 3
/
README
30 lines (25 loc) · 1.1 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Author : Chinmay Kamat (@cdkamat)
This repository contains my Emacs customizations and configurations. The
current version of the configuration is based on the el-get package manager and
requires Emacs version to be >= 24.3
The general structure of directories is :
config/ -- contains all my customizations and configurations
plugins/ -- external packages installed either by el-get or placed manually if
not found on el-get
plugins/el-get -- Default path for all el-get installs
cache/ -- Temp files
init.el -- Config starts loading from this file
el-get and all the required pacakages will be installed the first time Emacs is
started with this configuration. You may need to install version control utilies
like mercurial (hg) and svn since some of the el-get recipes depend on them.
This configuration currently installs the following packages using el-get:
- auctex
- auto-complete
- auto-complete-latex
- cmake-mode
- elpy : also requires python side installs as listed at
https://github.com/jorgenschaefer/elpy/wiki/Installation#python-side
- icomplete+
- magit
- protobuf-mode
- yasnippet