custom-theme-directory = ~/.doom.d/themes/

This commit is contained in:
Henrik Lissner 2018-05-10 23:18:46 +02:00
parent 05752565b0
commit 92d5f4266c
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -41,6 +41,7 @@ shorter major mode name in the mode-line. See `doom|set-mode-name'.")
compilation-scroll-output 'first-error compilation-scroll-output 'first-error
confirm-nonexistent-file-or-buffer t confirm-nonexistent-file-or-buffer t
cursor-in-non-selected-windows nil ; hide cursors in other windows cursor-in-non-selected-windows nil ; hide cursors in other windows
custom-theme-directory (concat doom-private-dir "themes/")
display-line-numbers-width 3 display-line-numbers-width 3
enable-recursive-minibuffers nil enable-recursive-minibuffers nil
frame-inhibit-implied-resize t frame-inhibit-implied-resize t