emacs/README.MD
Maciej Szlosarczyk 97c02a2995
All checks were successful
/ Test config on 20 (push) Successful in 27s
It has been so long, only zenburn works for me
2024-08-18 09:40:51 +03:00

493 B

My emacs config

Contains config I use for the following languages/modes:

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

As of current iteration, I avoid usage of Evil modes, instead focusing of usage of Emacs functionality.

Installation

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

And then put the following lines into init.el

(add-to-list 'load-path (concat user-emacs-directory "lisp"))
(require 'icejam-custom-init)