Emacs config
  • Emacs Lisp 98%
  • YASnippet 2%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Maciej Szlosarczyk 0640305562
Some checks failed
/ Test config on 24 (push) Failing after 15s
Merge remote-tracking branch 'git.icejam.ee/main'
2026-09-16 18:37:59 +03:00
.forgejo/workflows Test this 2026-09-16 18:28:46 +03:00
custom Merge remote-tracking branch 'git.icejam.ee/main' 2026-09-16 18:37:59 +03:00
snippets Reconfigure Elixir LSP server a little bit 2026-04-29 11:12:51 +03:00
.gitignore Add secrets file 2026-04-29 11:44:16 +03:00
early-init.el Add secrets file 2026-04-29 11:44:16 +03:00
README.MD Fix bug in exec-path-from-shell hook, simplify font setup 2025-01-05 17:34:12 +02:00

Emacs configuration

This is the repository of my emacs configuration that I use on both MacOS and Linux. There are some additional configuration properties to use with BSD when I was testing it, but it is best treated as abandoned.

I predominantly write Elixir, so that part is the most polished bit of the configuration but it also works for Ruby, Rust, Go, Javascript/Typescript and Kotlin. I use emacs for programming, so there is no org-mode, GTD, email or RSS here. I use deft to keep some programming notes here and there.

Installation

git clone git@github.com:maciej-szlosarczyk/emacs.git ~/.emacs.d

And then put the following lines into init.el

(require 'icejam-custom-init)