You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 days ago | |
---|---|---|
fragments | 4 months ago | |
non-nix | 4 years ago | |
packages | 2 days ago | |
tests | 4 months ago | |
ui | 1 week ago | |
.gitignore | 4 years ago | |
LICENSE | 4 years ago | |
README.md | 4 years ago | |
apps.el | 2 days ago | |
default.nix | 2 days ago | |
exwm.el | 2 days ago | |
flake.lock | 2 weeks ago | |
flake.nix | 4 months ago | |
init.el | 2 weeks ago | |
languages.el | 2 months ago | |
lsp.el | 2 weeks ago | |
non-interactive.el | 2 weeks ago | |
org-workflow.el | 2 days ago | |
prog-mode.el | 6 months ago | |
shell.nix | 4 years ago | |
ui.el | 2 days ago |
README.md
0xee's emacs init configuration
Setup
just download this project and add load init.el
in your .emacs
, eg.
(load-file "~/emacs-init/init.el")
All required packages are listed in default.nix, since that's the way I install my emacs. This config will not work unless those packages are installed.
It is best to start out with an empty .emacs.d
directory. On first start, missing packages are automatically installed from the ELPA/MELPA repositories.
License
See LICENSE