An Emacs Lisp Package Archive such as MELPA (Milkypostman's Emacs Lisp Archive) is required.
git clone https://github.com/jontsai/dotemacs
ORgit clone [email protected]:jontsai/dotemacs.git
make
(See Makefile)- Profit
- EditorConfig
- Highlight Current Line
- Using the tried and true:
highlight-current-line.el
- Using the tried and true:
This Emacs configuration uses the following Emacs packages:
- Company (
company
) - Dash (
dash
) - Flycheck (
flycheck
) - Helm (
helm
) - Keycast (
keycast
) - Org mode (
org
)- org-trello (
org-trello
)
- org-trello (
- which-key (
which-key
)
Installation of these dependencies happens automatically with make
.
Previously, the steps were:
- Fetch the latest MELPA package list:
M-x package-refresh-contents
- For each of these, run:
M-x package-install <package-name>
These packages were previously used by this Emacs configuration, but no longer.
- Python
- Ruby
javascript-mode
is nowjs-mode
and included in Emacs versions >= 23.2- Others in Git submodules:
Pull requests are welcome!
- Check out the wiki section: https://github.com/jontsai/dotemacs/wiki/Emacs-Tips
See LICENSE.md