wip: feat: Emacs config (from scratch }:3)

Working:
  - The daemon
  - Mutable config — well, kinda. I'm not yet sure how it will interact with
    `emacsWithPackagesFromUsePackage`.
  - Packages via Nixpkgs
This commit is contained in:
Madeleine Sydney
2025-01-03 17:06:49 -07:00
parent c3cecf6a1c
commit b23492e42b
4 changed files with 88 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
;; -*- lexical-binding: t; -*-
(require 'use-package-ensure)
(setq use-package-always-ensure t)
(use-package evil)