It has been so long, only zenburn works for me
All checks were successful
/ Test config on 20 (push) Successful in 27s

This commit is contained in:
Maciej 2024-08-18 09:40:51 +03:00
parent b83e55b79b
commit 97c02a2995
Signed by: maciej
GPG key ID: 41D62D42D3B0D765
4 changed files with 9 additions and 9 deletions

View file

@ -19,6 +19,6 @@ git clone git@github.com:maciej-szlosarczyk/emacs.git ~/.emacs.d
And then put the following lines into init.el
```emacs
(add-to-list 'load-path (concat user-emacs-directory "lisp"))
(require 'icejam-custom-init)
(provide 'init)
```