mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
fix(init): workaround recursive load error in jka-compr with latest nightly builds
This commit is contained in:
@@ -6,6 +6,14 @@
|
||||
|
||||
;;; Code:
|
||||
|
||||
;; TODO: Look into a better solution for this workaround.
|
||||
;;
|
||||
;; Hacky workaround for recursive load error caused by jka-compr when
|
||||
;; load-prefer-newer is enabled.
|
||||
(setq load-prefer-newer nil)
|
||||
(require 'jka-compr)
|
||||
(setq load-prefer-newer t)
|
||||
|
||||
;; Initialize straight.el
|
||||
(setq straight-cache-autoloads t
|
||||
straight-check-for-modifications '(check-on-save find-when-checking)
|
||||
|
||||
Reference in New Issue
Block a user