-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5224c95
commit 8e3bdef
Showing
2 changed files
with
16 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
* | ||
!./init.el | ||
!./README.md | ||
!init.el | ||
!README.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|