mirror of
https://github.com/nix-community/nix-doom-emacs
synced 2025-08-05 12:37:35 -05:00
niv doom-emacs: update 0c925641 -> cae1766d
## Changelog for doom-emacs: Commits: [hlissner/doom-emacs@0c925641...cae1766d](0c9256411d...cae1766d8e
) * [`5aaaf3d9`](5aaaf3d99c
) Remove text-mode from so-long-target-modes * [`aba28824`](aba28824a0
) Fail gracefully on files with no large-file-size-alist entry * [`354fb748`](354fb748f3
) :editor fold - minor documentation fix * [`2253e7f4`](2253e7f467
) Add `--exclude .git` to fd in `projectile-generic-command` * [`eca50f47`](eca50f4766
) Fix hlissner/doom-emacs#4446: activate org-fancy-priorities-mode in org-agenda * [`0f2bb647`](0f2bb647eb
) Rewrite "large file" detection * [`f2d71ae8`](f2d71ae8fe
) Fix hlissner/doom-emacs#4419: suppress large-file message in org-agenda buffers * [`3967d600`](3967d6001b
) Comment/docstring revision * [`3cae62ca`](3cae62cacf
) Fix typos in `docs/getting_started.org` * [`712d6a7c`](712d6a7c40
) Fix interactive call of doom/bump-package * [`93ca9266`](93ca926664
) Disable scheme-mode for .rkt files if :lang racket * [`51e3e37f`](51e3e37f7e
) Add checks for executables needed by org-download * [`1f3530da`](1f3530da6f
) Remove gh from excluded packages for autoloads * [`de94a738`](de94a7381c
) Add missing install commands for spell checkers * [`2465539e`](2465539e19
) Fix company backends for text and org modes * [`ae5cb5b9`](ae5cb5b957
) Always prioritize custom-theme-directory * [`f40f025f`](f40f025fb2
) Fix `+eshell/split-window' error * [`ded4532c`](ded4532cb6
) Bump better-jumper * [`2849efdf`](2849efdf2e
) lang/lua: update README & refactor * [`6970903a`](6970903a43
) Fix hlissner/doom-emacs#4465: >,< not shifting whole lines * [`c9877948`](c987794884
) Fix hlissner/doom-emacs#4478: backport exec-path function from 27.1 * [`4e2a473b`](4e2a473bc0
) Bump :completion ivy * [`3af185a0`](3af185a05b
) Bump :lang clojure * [`2c51be5b`](2c51be5b2c
) Respect the :ignore property for packages installed as dependencies (hlissner/doom-emacs#4497) * [`d0750818`](d075081899
) Add cider pprint to local map. (hlissner/doom-emacs#4461) * [`12d8691f`](12d8691fa8
) Fix hlissner/doom-emacs#4460: simplify +org--strip-properties-from-outline-a * [`a567834f`](a567834ff8
) Fix hlissner/doom-emacs#4457: broken key sequences ending with C-i * [`6ef51735`](6ef517353b
) Bump :tools * [`da177d58`](da177d58c4
) Fix hlissner/doom-emacs#4457: wrong-type-arg keymapp on C-i keybinds * [`b89929f3`](b89929f3f8
) Bind {C-h, SPC h} V to doom/help-custom-variable * [`34c5dad7`](34c5dad750
) Add value+docstring columns to doom/help-custom-variable * [`70e71f3f`](70e71f3f6d
) lsp-headerline-breadcrumb-enable = nil * [`1ba06ed5`](1ba06ed5df
) Enable eshell-tramp by default * [`cae1766d`](cae1766d8e
) redisplay-skip-fontification-on-input = t
This commit is contained in:
committed by
László Vaskó
parent
24a2346c40
commit
20fce89ab9
@ -5,10 +5,10 @@
|
|||||||
"homepage": "",
|
"homepage": "",
|
||||||
"owner": "hlissner",
|
"owner": "hlissner",
|
||||||
"repo": "doom-emacs",
|
"repo": "doom-emacs",
|
||||||
"rev": "0c9256411d6bdb6cfc920bcce2216d99ff28a0c5",
|
"rev": "cae1766d8ef2d1588501f141922b7bd166bda7b5",
|
||||||
"sha256": "1702vgjx1ry5ykglv1gh37aqwhmjdc80fr1p954576zs56xw4kyz",
|
"sha256": "1zzj37hlj8l92wfjlccpi9cc69zxgswg68h195hqwcq610d3ci2x",
|
||||||
"type": "tarball",
|
"type": "tarball",
|
||||||
"url": "https://github.com/hlissner/doom-emacs/archive/0c9256411d6bdb6cfc920bcce2216d99ff28a0c5.tar.gz",
|
"url": "https://github.com/hlissner/doom-emacs/archive/cae1766d8ef2d1588501f141922b7bd166bda7b5.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": {
|
||||||
|
Reference in New Issue
Block a user