My personal Emacs configuration
Find a file
Evie Litherland-Smith 67e603baf4 Remove checking on mypy existing for python-check-command
Mypy might not be installed at startup since it's most useful when
installed in a specific venv, hence check had a flaw. Trust that it
will be installed if I want to use it
2024-06-13 07:35:23 +01:00
banners Add a collection of emacs banners for dashboard 2024-03-01 07:40:33 +00:00
.gitignore Ignore games directory 2024-06-12 18:32:55 +01:00
bbdb.gpg Add contacts with birthdays from org agenda file 2024-06-12 11:00:12 +01:00
font-showcase.org Customise some base16-theme faces, update font showcase 2024-06-06 07:14:36 +01:00
init.el Remove checking on mypy existing for python-check-command 2024-06-13 07:35:23 +01:00
install.el Add the insidious BigBrother DataBase (and initial file) 2024-06-12 07:10:12 +01:00
Makefile Add a Makefile to run install.el easily 2024-04-17 13:00:18 +01:00
mu4e-custom.el Move agenda/calendar into single, gpg encrypted, file 2024-06-12 10:43:29 +01:00
package-config.el Move package config to separate file to be used by install.el 2024-04-17 12:54:51 +01:00
README.org Update install instructions in README 2024-04-17 13:01:02 +01:00
templates Update nix python shell templates 2024-06-04 16:13:39 +01:00

Emacs Config

Personal Emacs config.

Clone to ~/.config/emacs/ (or ~/.emacs.d/).

To install packages on non-NixOS systems run make (or make install), or execute install.el with Emacs.