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:
6
users/crumb/programs/emacs/init.el
Normal file
6
users/crumb/programs/emacs/init.el
Normal file
@@ -0,0 +1,6 @@
|
||||
;; -*- lexical-binding: t; -*-
|
||||
|
||||
(require 'use-package-ensure)
|
||||
(setq use-package-always-ensure t)
|
||||
|
||||
(use-package evil)
|
||||
Reference in New Issue
Block a user