Emacs config
|
Some checks are pending
/ Test config on ${{matrix.node}} (20) (push) Waiting to run
|
||
|---|---|---|
| .forgejo/workflows | ||
| lang | ||
| lisp | ||
| pkg | ||
| snippets | ||
| straight/versions | ||
| themes | ||
| .gitignore | ||
| early-init.el | ||
| README.MD | ||
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
(require '+custom-init "$HOME/.emacs.d/custom-init.el")
(provide 'init)