Don't do naive path concatenation for private custom-theme-directory

This commit is contained in:
Henrik Lissner 2018-05-24 21:20:39 +02:00
parent a55e2251e6
commit dea7c10771
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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