Emacs config
Find a file
Maciej Szlosarczyk 42e9ee7862
All checks were successful
/ Test config on 20 (push) Successful in 27s
Replace icejam/ with icejam- and icejam-lang/ with icejam- namespacing
2024-10-22 12:47:06 +03:00
.forgejo/workflows New action 2024-05-31 07:15:38 +03:00
lisp Replace icejam/ with icejam- and icejam-lang/ with icejam- namespacing 2024-10-22 12:47:06 +03:00
snippets Update 2021-04-21 2021-04-19 08:52:43 +03:00
straight/versions Replace projectile with project.el and counsel with vertico 2024-10-21 20:48:45 +03:00
.gitignore Use tree-sitter for Elixir 2023-12-07 19:42:42 +02:00
early-init.el Update packages 2024-10-15 13:30:15 +03:00
README.MD It has been so long, only zenburn works for me 2024-08-18 09:40:51 +03:00

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)