Emacs config
Find a file
2017-06-03 13:01:06 +03:00
.gitignore Compile files to elc 2017-05-29 11:21:05 +03:00
base16-not-harmonic-theme.el Create custom theme 2017-05-26 09:27:46 +03:00
behaviour.el Compile files to elc 2017-05-29 11:21:05 +03:00
emacs Re-add color-approximate 2017-06-03 13:01:06 +03:00
functions.el Compile files to elc 2017-05-29 11:21:05 +03:00
init.el Abstract init from .emacs file 2017-05-29 11:20:20 +03:00
key-bindings.el Cleanup some comments 2017-04-23 23:19:03 +03:00
languages.el Compile files to elc 2017-05-29 11:21:05 +03:00
packages.el Re-add color-approximate 2017-06-03 13:01:06 +03:00
README.md Add multi-term to Readme 2017-05-11 21:27:48 +03:00
spelling.el Separate themes to its own file, add spelling config 2017-04-20 11:34:50 +03:00
themes.el Re-add color-approximate 2017-06-03 13:01:06 +03:00

My emacs config

Contains config I use for the following languages/modes:

  • Elixir
  • Ruby
  • Rust
  • HTML and compatibile (ERB)
  • Markdown

Installation

git clone git@github.com:maciej-szlosarczyk/emacs.git ~/.emacs.d
ln -s ~/.emacs.d/emacs ~/.emacs

Selected packages

The following packages are included or required:

  • Evil
  • Magit
  • Helm
  • Projectile
  • Company
  • Yasnippet
  • Column Enforce Mode
  • Ag

Compatibility notes

Tested on MacOS, requires additional packages such as ag (the_silver_searcher).

TODO

  1. Add and configure multiterm
  • Add multi-term-mode-hook for trailing whitespace.