mirror of
https://github.com/emacscollective/emacs.g.git
synced 2025-07-05 16:37:39 -04:00
Assimilate compat
This commit is contained in:
parent
c859b91fb8
commit
02df15b7c4
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -10,6 +10,9 @@
|
||||
[submodule "closql"]
|
||||
path = lib/closql
|
||||
url = git@github.com:emacscollective/closql.git
|
||||
[submodule "compat"]
|
||||
path = lib/compat
|
||||
url = https://git.sr.ht/~pkal/compat
|
||||
[submodule "dash"]
|
||||
no-byte-compile = dash-functional.el
|
||||
no-makeinfo = dash-template.texi
|
||||
|
@ -3,6 +3,7 @@
|
||||
(setq load-prefer-newer t)
|
||||
|
||||
(let ((dir (file-name-directory (or load-file-name buffer-file-name))))
|
||||
(add-to-list 'load-path (expand-file-name "lib/compat" dir))
|
||||
(add-to-list 'load-path (expand-file-name "lib/packed" dir))
|
||||
(add-to-list 'load-path (expand-file-name "lib/auto-compile" dir)))
|
||||
(require 'auto-compile)
|
||||
|
1
lib/compat
Submodule
1
lib/compat
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 8c514176612add24d1d5d8554510547ccc841a25
|
Loading…
x
Reference in New Issue
Block a user