Emacs config
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.
 
 
0xee c326513b57 Adapt to changes in mu4e api 2 days ago
fragments Add xelatex/pygmentize paths to frozen.el package 4 months ago
non-nix Add quick setup scripts for non-nix environments 4 years ago
packages Fix/improve font setup 2 days ago
tests Add xelatex/pygmentize paths to frozen.el package 4 months ago
ui Fix regressions after config restructuring 1 week ago
.gitignore Added .gitignore 4 years ago
LICENSE Added LICENSE 4 years ago
README.md Replace ido with ivy, counsel 4 years ago
apps.el vterm -> eat 2 days ago
default.nix vterm -> eat 2 days ago
exwm.el vterm -> eat 2 days ago
flake.lock Update flake inputs 2 weeks ago
flake.nix Add xelatex/pygmentize paths to frozen.el package 4 months ago
init.el Improve startup time 2 weeks ago
languages.el Python: use python-ts-mode, pylsp 2 months ago
lsp.el Improve startup time 2 weeks ago
non-interactive.el Improve startup time 2 weeks ago
org-workflow.el Adapt to changes in mu4e api 2 days ago
prog-mode.el Improve highlight-symbol-face 6 months ago
shell.nix Refactor .nix files 4 years ago
ui.el vterm -> eat 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