fixed init for nix
This commit is contained in:
parent
173299ea8b
commit
5eab807a44
2 changed files with 6 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +1,2 @@
|
|||
eln-cache
|
||||
config.el
|
||||
|
|
|
|||
|
|
@ -28,7 +28,11 @@ in
|
|||
# };
|
||||
defaultInitFile = pkgs.substituteAll {
|
||||
name = "default.el";
|
||||
src = ./init.el;
|
||||
src = pkgs.writeText "init.el" ''
|
||||
;;; -*- lexical-binding: t; -*-
|
||||
(org-babel-load-file
|
||||
${./config.org})
|
||||
'';
|
||||
};
|
||||
|
||||
# Package is optional, defaults to pkgs.emacs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue