Emacs config
Find a file
Maciej Szlosarczyk b0361861b4
Some checks failed
/ Test config on 20 (push) Failing after 53s
Further housekeeping, bring the initial load down to under 1500 ms
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.
2025-01-05 08:07:18 +02:00
.forgejo/workflows No workey 2024-10-30 14:41:35 +02:00
lisp Further housekeeping, bring the initial load down to under 1500 ms 2025-01-05 08:07:18 +02:00
snippets Update 2021-04-21 2021-04-19 08:52:43 +03:00
.gitignore Use elpaca instead of straight 2024-10-23 09:08:11 +03:00
early-init.el Update packages 2024-10-15 13:30:15 +03:00
elpaca.lock Further housekeeping, bring the initial load down to under 1500 ms 2025-01-05 08:07:18 +02: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)