-
Notifications
You must be signed in to change notification settings - Fork 2
/
.borgconfig
45 lines (45 loc) · 1.24 KB
/
.borgconfig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
[submodule "auctex"]
build-step = make
build-step = borg-update-autoloads
build-step = borg-makeinfo
info-path = doc
[submodule "corfu"]
load-path = .
load-path = extensions
[submodule "dash"]
no-byte-compile = dash-functional.el
no-makeinfo = dash-template.texi
[submodule "emacsql"]
no-byte-compile = emacsql-pg.el
[submodule "magit"]
no-byte-compile = lisp/magit-libgit.el
[submodule "org"]
build-step = touch local.mk
build-step = make -j8 all
load-path = lisp
info-path = doc
[submodule "org-roam"]
load-path = .
load-path = extensions
[submodule "slime"]
load-path = .
load-path = contrib
info-path = doc
build-step = make compile contrib-compile
build-step = borg-makeinfo
[submodule "sqlite3"]
build-step = make
[submodule "treemacs"]
load-path = src/elisp
load-path = src/extra
no-byte-compile = src/extra/treemacs-all-the-icons.el
no-byte-compile = src/extra/treemacs-evil.el
no-byte-compile = src/extra/treemacs-mu4e.el
no-byte-compile = src/extra/treemacs-persp.el
no-byte-compile = src/extra/treemacs-perspective.el
no-byte-compile = src/extra/treemacs-projectile.el
[submodule "vterm"]
build-step = mkdir -p build
build-step = cd build && cmake .. && make
build-step = borg-byte-compile
build-step = borg-update-autoloads