mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
style(native_comp): wrap line exceeding 80 characters wide
This commit is contained in:
@@ -11,7 +11,8 @@
|
||||
comp-deferred-compilation t)
|
||||
|
||||
(when (boundp 'comp-eln-load-path)
|
||||
(let ((eln-cache-dir (expand-file-name "cache/eln-cache/" user-emacs-directory))
|
||||
(let ((eln-cache-dir (expand-file-name "cache/eln-cache/"
|
||||
user-emacs-directory))
|
||||
(find-exec (executable-find "find")))
|
||||
(setcar comp-eln-load-path eln-cache-dir)
|
||||
;; Quitting emacs while native compilation in progress can leave zero byte
|
||||
|
||||
Reference in New Issue
Block a user