~/.doom.d no longer needs to be installed

`extraConfig` is merged into doom user's `config.el` file
This commit is contained in:
László Vaskó
2019-11-23 22:19:19 +01:00
parent 982a9d36b0
commit 56089c8774
3 changed files with 18 additions and 24 deletions

View File

@ -38,11 +38,3 @@ index cb12f8d08..03f370691 100644
custom-theme-directory (concat doom-private-dir "themes/")
desktop-dirname (concat doom-etc-dir "desktop")
desktop-base-file-name "autosave"
@@ -489,6 +488,7 @@ to least)."
(daemonp))
(file-exists-p doom-env-file))
(doom-load-envvars-file doom-env-file))
+ (load "nix-integration.el" t)
(require 'core-modules)
(let (;; `doom-autoload-file' tells Emacs where to load all its functions