Working:
- The daemon
- Mutable config — well, kinda. I'm not yet sure how it will interact with
`emacsWithPackagesFromUsePackage`.
- Packages via Nixpkgs
7 lines
117 B
EmacsLisp
7 lines
117 B
EmacsLisp
;; -*- lexical-binding: t; -*-
|
|
|
|
(require 'use-package-ensure)
|
|
(setq use-package-always-ensure t)
|
|
|
|
(use-package evil)
|