fix(doom): set doom-private-dir in init.el
This commit is contained in:
parent
f3ce20343e
commit
38a46edb8c
2 changed files with 3 additions and 3 deletions
|
@ -85,9 +85,6 @@
|
|||
;; --- LSP ---
|
||||
(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 --- ---
|
||||
;; Doom exposes five (optional) variables for controlling fonts in Doom. Here
|
||||
;; are the three important ones:
|
||||
|
|
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue