mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Fix void-variable comp-eln-load-path
This commit is contained in:
@ -122,7 +122,7 @@ list remains lean."
|
|||||||
|
|
||||||
(defvar doom--eln-output-expected nil)
|
(defvar doom--eln-output-expected nil)
|
||||||
|
|
||||||
(defvar doom--eln-output-path (car comp-eln-load-path))
|
(defvar doom--eln-output-path (car (bound-and-true-p comp-eln-load-path)))
|
||||||
|
|
||||||
(defun doom--eln-file-name (file)
|
(defun doom--eln-file-name (file)
|
||||||
"Return the short .eln file name corresponding to `file'."
|
"Return the short .eln file name corresponding to `file'."
|
||||||
|
Reference in New Issue
Block a user