My personal Emacs configuration
Find a file
2024-04-17 12:46:12 +01:00
banners Add a collection of emacs banners for dashboard 2024-03-01 07:40:33 +00:00
.gitignore Remove config dir from gitignore 2024-04-17 11:44:38 +01:00
font-showcase.org Add legibility test to font-showcase 2024-03-04 17:26:34 +00:00
init.el Update README with instructions, add script to handle package installs 2024-04-17 12:46:12 +01:00
install.el Update README with instructions, add script to handle package installs 2024-04-17 12:46:12 +01:00
README.org Update README with instructions, add script to handle package installs 2024-04-17 12:46:12 +01:00
templates Add poetryoverride template, add link to edgecases to poetryshell 2024-04-03 07:58:42 +01:00

Emacs Config

Personal Emacs config.

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

To install packages on non-NixOS systems:

  (setq prog-mode-hook nil
        lisp-data-mode-hook nil)
  (package-install-selected-packages)
  ;; Optionally autoremove unneeded packages:
  (package-autoremove)

Or just run install.el for the same effect.