fix(doom): set doom-private-dir in init.el

This commit is contained in:
Infinidoge 2022-07-15 00:46:58 -04:00
parent f3ce20343e
commit 38a46edb8c
2 changed files with 3 additions and 3 deletions

View file

@ -85,9 +85,6 @@
;; --- LSP --- ;; --- LSP ---
(setq lsp-csharp-server-path (executable-find "omnisharp")) (setq lsp-csharp-server-path (executable-find "omnisharp"))
;; Set doom-private-dir to the writeable location, as opposed to read-only symlink in $DOOMDIR
(setq doom-private-dir "/etc/nixos/users/infinidoge/config/doom")
;; --- --- Original Configuration Comments --- --- ;; --- --- Original Configuration Comments --- ---
;; Doom exposes five (optional) variables for controlling fonts in Doom. Here ;; Doom exposes five (optional) variables for controlling fonts in Doom. Here
;; are the three important ones: ;; are the three important ones:

View file

@ -196,4 +196,7 @@
) )
;; Set doom-private-dir to the writeable location, as opposed to read-only symlink in $DOOMDIR
(setq doom-private-dir "/etc/nixos/users/infinidoge/config/doom/")
(load! "init/evil-goggles") (load! "init/evil-goggles")