Emacs config
|
Some checks failed
/ Test config on 20 (push) Failing after 53s
Make the editor load faster by deferring as much as possible until later use. For example, LSP load is now deferred until first use and no longer blocking. Use only elixir-format from elixir-mode, for similar speed reasons. The rest of the package has been taken over by the treesitter version of the mode. |
||
|---|---|---|
| .forgejo/workflows | ||
| lisp | ||
| snippets | ||
| .gitignore | ||
| early-init.el | ||
| elpaca.lock | ||
| 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
(add-to-list 'load-path (concat user-emacs-directory "lisp"))
(require 'icejam-custom-init)