Emacs config
Find a file
2017-05-26 00:08:01 +03:00
snippets/ruby-mode Add less and jade packages 2017-02-21 21:11:06 +02:00
.gitignore Add gitignore file 2017-02-08 09:03:32 +02:00
behaviour.el Rewrite set-width to be a function that accepts any argument 2017-05-26 00:08:01 +03:00
emacs Customize the theme to be darker 2017-05-25 17:04:19 +03:00
functions.el Rewrite set-width to be a function that accepts any argument 2017-05-26 00:08:01 +03:00
key-bindings.el Cleanup some comments 2017-04-23 23:19:03 +03:00
languages.el Rewrite set-width to be a function that accepts any argument 2017-05-26 00:08:01 +03:00
packages.el Add rainbow mode, change theme to base16 one 2017-05-25 16:51:46 +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 Rewrite set-width to be a function that accepts any argument 2017-05-26 00:08:01 +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.