No description
Find a file
2025-11-21 22:26:54 -05:00
themes New initial commit! 2024-02-06 22:48:17 -05:00
fantasma.el ef-themes-select is now modus-themes-load-theme 2025-11-21 22:26:54 -05:00
markdown.css Hyperlegible 2025-05-02 10:57:20 -04:00
README.md New initial commit! 2024-02-06 22:48:17 -05:00

Emacs configuration

This is my base Emacs configuration. There are many like it, but this one is mine.

Set up

  1. Clone the repo
  2. Add this to ~/.emacs.d/init.el:
(require 'use-package)

(use-package fantasma
  :load-path "PATH/TO/el-fantasma/"
  :demand t)

Themes

If you want a theme:

(load-theme 'flowers)

History

When I upgraded to Emacs 24 in 2012 I decided I'd start using packages instead of copying and pasting from EmacsWiki, so I started a new configuration from scratch.

Then I read and really enjoyed some org-mode literate configs, and tried that out in 2014.

In a bout of cabin fever in 2020 I pared it way back and dropped the literate style.

I imagine in 2024 I will burn it down again and see what grows from the ashes.

Hey look! It's 2024, and now I'm moving everything out of .emacs.d and into a separate directory.