Emacs config
Find a file
2024-07-27 10:01:04 +03:00
.forgejo/workflows New action 2024-05-31 07:15:38 +03:00
lang Move prog-mode 2024-07-27 10:01:04 +03:00
lisp Move prog-mode 2024-07-27 10:01:04 +03:00
pkg Move prog-mode 2024-07-27 10:01:04 +03:00
snippets Update 2021-04-21 2021-04-19 08:52:43 +03:00
straight/versions Clean up Elixir and Elisp modes 2024-07-22 11:28:16 +03:00
themes Add missing requires to use-package macros 2024-07-22 07:43:42 +03:00
.gitignore Use tree-sitter for Elixir 2023-12-07 19:42:42 +02:00
early-init.el Move early init 2024-07-25 22:28:17 +03: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)