Skip to content

Commit

Permalink
Add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
souvik1997 committed Jan 14, 2016
1 parent 5224c95 commit 8e3bdef
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
*
!./init.el
!./README.md
!init.el
!README.md
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Install

`git clone https://github.com/souvik1997/.emacs.d.git ~/.emacs.d`

When Emacs starts it will automatically install all required packages (see `required-packages` in `init.el`). Emacs versions 24.5.1 and newer should work.

# Notes

* `company-mode` is disabled for `gud` because it causes Emacs to freeze after running any program with `gdb`.
* On OS X, CEDET's `semantic-mode` is disabled because of bugs with `gdb-many-windows`. On Linux `semantic-mode` is still enabled.
* `markdown-mode` expects `markdown` to be installed.
* On OS X, `/usr/local/bin/gls` is used for `dired-mode`. This can be installed with `brew install coreutils`.
* TRAMP does not seem to work correctly if non-standard shells (like `fish`) are used.

0 comments on commit 8e3bdef

Please sign in to comment.