Don't do naive path concatenation for private custom-theme-directory
This commit is contained in:
parent
a55e2251e6
commit
dea7c10771
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ with `doom//reload-theme').")
|
|||
compilation-scroll-output 'first-error
|
||||
confirm-nonexistent-file-or-buffer t
|
||||
cursor-in-non-selected-windows nil ; hide cursors in other windows
|
||||
custom-theme-directory (concat doom-private-dir "themes/")
|
||||
custom-theme-directory (expand-file-name "themes/" doom-private-dir)
|
||||
display-line-numbers-width 3
|
||||
enable-recursive-minibuffers nil
|
||||
frame-inhibit-implied-resize t
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue