fix: void-function file-name-concat on Emacs 27

Amend: 05b344a852
This commit is contained in:
Henrik Lissner 2022-08-14 20:44:16 +02:00
parent 401a5aa530
commit e0385052a8
No known key found for this signature in database
GPG key ID: B60957CA074D39A3

View file

@ -319,7 +319,7 @@ users).")
;; Don't store eln files in ~/.emacs.d/eln-cache (where they can easily be ;; Don't store eln files in ~/.emacs.d/eln-cache (where they can easily be
;; deleted by 'doom upgrade'). ;; deleted by 'doom upgrade').
;; REVIEW Use `startup-redirect-eln-cache' when 28 support is dropped ;; REVIEW Use `startup-redirect-eln-cache' when 28 support is dropped
(add-to-list 'native-comp-eln-load-path (file-name-concat doom-cache-dir "eln/"))) (add-to-list 'native-comp-eln-load-path (expand-file-name "eln/" doom-cache-dir)))
;; ;;