Merge branch 'develop' into master

This commit is contained in:
László Vaskó
2020-10-24 22:34:09 +02:00
2 changed files with 20 additions and 19 deletions

View File

@ -1,8 +1,8 @@
diff --git a/core/core.el b/core/core.el diff --git a/core/core.el b/core/core.el
index c8cfb0495..d8ed107bd 100644 index 3516755c2..e5054a966 100644
--- a/core/core.el --- a/core/core.el
+++ b/core/core.el +++ b/core/core.el
@@ -92,20 +92,20 @@ envvar will enable this at startup.") @@ -97,7 +97,7 @@ envvar will enable this at startup.")
(defconst doom-local-dir (defconst doom-local-dir
(if-let (localdir (getenv "DOOMLOCALDIR")) (if-let (localdir (getenv "DOOMLOCALDIR"))
(expand-file-name (file-name-as-directory localdir)) (expand-file-name (file-name-as-directory localdir))
@ -11,6 +11,7 @@ index c8cfb0495..d8ed107bd 100644
"Root directory for local storage. "Root directory for local storage.
Use this as a storage location for this system's installation of Doom Emacs. Use this as a storage location for this system's installation of Doom Emacs.
@@ -105,13 +105,13 @@ Use this as a storage location for this system's installation of Doom Emacs.
These files should not be shared across systems. By default, it is used by These files should not be shared across systems. By default, it is used by
`doom-etc-dir' and `doom-cache-dir'. Must end with a slash.") `doom-etc-dir' and `doom-cache-dir'. Must end with a slash.")
@ -26,7 +27,7 @@ index c8cfb0495..d8ed107bd 100644
"Directory for volatile local storage. "Directory for volatile local storage.
Use this for files that change often, like cache files. Must end with a slash.") Use this for files that change often, like cache files. Must end with a slash.")
@@ -276,7 +276,8 @@ config.el instead." @@ -282,7 +282,8 @@ config.el instead."
;; Don't store eln files in ~/.emacs.d/eln-cache (they are likely to be purged ;; Don't store eln files in ~/.emacs.d/eln-cache (they are likely to be purged
;; when upgrading Doom). ;; when upgrading Doom).
(when (boundp 'comp-eln-load-path) (when (boundp 'comp-eln-load-path)
@ -35,4 +36,4 @@ index c8cfb0495..d8ed107bd 100644
+ (add-to-list 'comp-eln-load-path (concat doom-local-dir "cache/eln/"))) + (add-to-list 'comp-eln-load-path (concat doom-local-dir "cache/eln/")))
(after! comp (after! comp
;; HACK `comp-eln-load-path' isn't fully respected yet, because native ;; HACK Disable native-compilation for some troublesome packages

View File

@ -5,10 +5,10 @@
"homepage": "", "homepage": "",
"owner": "hlissner", "owner": "hlissner",
"repo": "doom-emacs", "repo": "doom-emacs",
"rev": "8ba2f15c71cea8b3cf20c097128144cbbbd5cf53", "rev": "8ba2b9eafafd1c682e1d98a569220e07063c949c",
"sha256": "1540jvz25vsd54lirdpwjmlm5w912051mwkdm9bqy0dk1sdkwppi", "sha256": "0ig7a5bpf818nkg78nqwjfvaisjna8ibn4anqx3kikkx853k3vvk",
"type": "tarball", "type": "tarball",
"url": "https://github.com/hlissner/doom-emacs/archive/8ba2f15c71cea8b3cf20c097128144cbbbd5cf53.tar.gz", "url": "https://github.com/hlissner/doom-emacs/archive/8ba2b9eafafd1c682e1d98a569220e07063c949c.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz" "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
}, },
"doom-snippets": { "doom-snippets": {
@ -17,10 +17,10 @@
"homepage": "", "homepage": "",
"owner": "hlissner", "owner": "hlissner",
"repo": "doom-snippets", "repo": "doom-snippets",
"rev": "a6e61aeefdbcdd09772b4f8b4f470eae01190a82", "rev": "d97c65eec3ba9a920432761acdcd8b5e851c9c0d",
"sha256": "0n6r738jd7nf6d48jcnlhh9zyafnaavd72vl1ljz94mik7d3yrn9", "sha256": "09dim0l6sfh1bkqdcs3ian3d755ijf51qrcsvlv39j11g25xd3y7",
"type": "tarball", "type": "tarball",
"url": "https://github.com/hlissner/doom-snippets/archive/a6e61aeefdbcdd09772b4f8b4f470eae01190a82.tar.gz", "url": "https://github.com/hlissner/doom-snippets/archive/d97c65eec3ba9a920432761acdcd8b5e851c9c0d.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz" "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
}, },
"emacs-overlay": { "emacs-overlay": {
@ -29,10 +29,10 @@
"homepage": "", "homepage": "",
"owner": "nix-community", "owner": "nix-community",
"repo": "emacs-overlay", "repo": "emacs-overlay",
"rev": "e289cd06dbd5f03c593462253b380e7b08a639ad", "rev": "803ede582301c8ca260e18993204f19b26d406b5",
"sha256": "16q6bngc394bbp3k90gzqjk67ia9p38294yy59ir87i30bjmm7ld", "sha256": "1vc07znzlpl5spajw1h09ggab3rqxdi91y5nvwmr5187bjiv6l5b",
"type": "tarball", "type": "tarball",
"url": "https://github.com/nix-community/emacs-overlay/archive/e289cd06dbd5f03c593462253b380e7b08a639ad.tar.gz", "url": "https://github.com/nix-community/emacs-overlay/archive/803ede582301c8ca260e18993204f19b26d406b5.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz" "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
}, },
"emacs-so-long": { "emacs-so-long": {
@ -137,10 +137,10 @@
"homepage": "https://code.orgmode.org/bzg/org-mode", "homepage": "https://code.orgmode.org/bzg/org-mode",
"owner": "emacs-straight", "owner": "emacs-straight",
"repo": "org-mode", "repo": "org-mode",
"rev": "e2bb60581b489f92c9f2479994d484d2104968db", "rev": "8402c4a778136a132833386c817732c58d60c637",
"sha256": "0jbfpyh6kk0kprnbf17g6l21d4v4a2m2d956wrilwxlc5d7vinrp", "sha256": "1j6lii31agb2473f1z9fi8d80cq43hyrcr66zs2c12dwqy78vgy4",
"type": "tarball", "type": "tarball",
"url": "https://github.com/emacs-straight/org-mode/archive/e2bb60581b489f92c9f2479994d484d2104968db.tar.gz", "url": "https://github.com/emacs-straight/org-mode/archive/8402c4a778136a132833386c817732c58d60c637.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz" "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
}, },
"org-yt": { "org-yt": {
@ -173,10 +173,10 @@
"homepage": "https://revealjs.com", "homepage": "https://revealjs.com",
"owner": "hakimel", "owner": "hakimel",
"repo": "reveal.js", "repo": "reveal.js",
"rev": "e09437f4fac47305679374d2b2516a76f6ceb899", "rev": "0582f57517c97a4c7bfeb58762138c78883f94c5",
"sha256": "0mppzm0cp5v4r7aqim2jbxji836di86an0p9j5wjmnlg5ali3y49", "sha256": "10xhblbyw8mvak58d294hbxxnf5sq0akj6qldv7brgm6944zppm0",
"type": "tarball", "type": "tarball",
"url": "https://github.com/hakimel/reveal.js/archive/e09437f4fac47305679374d2b2516a76f6ceb899.tar.gz", "url": "https://github.com/hakimel/reveal.js/archive/0582f57517c97a4c7bfeb58762138c78883f94c5.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz" "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
}, },
"rotate-text.el": { "rotate-text.el": {