Emacs config
Find a file
Maciej Szlosarczyk 81931cee46
Update packages
- add fish handling
- add lua
- update gleam
2024-05-29 08:52:15 +03:00
lang Update packages 2024-05-29 08:52:15 +03:00
pkg Update packages 2024-05-29 08:52:15 +03:00
snippets Update 2021-04-21 2021-04-19 08:52:43 +03:00
straight/versions Update packages 2024-05-29 08:52:15 +03:00
themes Update packages and set up new font 2022-01-16 11:38:06 +02:00
.gitignore Use tree-sitter for Elixir 2023-12-07 19:42:42 +02:00
custom-init.el Update Rust config and startup GC config 2024-02-07 18:41:03 +02:00
README.MD Move init to custom-init 2023-02-14 09:02:40 +02: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

(require '+custom-init "$HOME/.emacs.d/custom-init.el")
(provide 'init)