Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagokokada committed Oct 22, 2022
1 parent 2c047a5 commit 1007018
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -271,10 +271,10 @@ in emacs.overrideAttrs (esuper:
wrapEmacs() {
local -a wrapArgs=(
--set NIX_DOOM_EMACS_BINARY $1
--set __DEBUG_doom_emacs_DIR ${doom-emacs}
--set __DEBUG_doomLocal_DIR ${doomLocal}
--set-default DOOMDIR ${doomDir}
--set-default DOOMLOCALDIR ${doomLocal}
--set-default __DEBUG_doom_emacs_DIR ${doom-emacs}
--set-default __DEBUG_doomLocal_DIR ${doomLocal}
)
${initDirArgs}
Expand Down

0 comments on commit 1007018

Please sign in to comment.