From ba82470beaaf787f92495c749683950c42dfa0d0 Mon Sep 17 00:00:00 2001 From: Maciej Szlosarczyk Date: Wed, 30 Oct 2024 14:41:35 +0200 Subject: [PATCH 01/34] No workey --- .forgejo/workflows/demo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/demo.yml b/.forgejo/workflows/demo.yml index acf5859..db8562d 100644 --- a/.forgejo/workflows/demo.yml +++ b/.forgejo/workflows/demo.yml @@ -20,7 +20,7 @@ jobs: run: npm install -g @emacs-eask/cli - name: Run tests - run: emacs --init-directory . --debug-init --eval "(kill-emacs 0)" + run: eask test buttercup - name: Uninstall eask run: npm uninstall -g @emacs-eask/cli From a68257ee418094c03caf41696407bd125c3d3e31 Mon Sep 17 00:00:00 2001 From: Maciej Szlosarczyk Date: Thu, 31 Oct 2024 14:36:47 +0200 Subject: [PATCH 02/34] Prefer setopt to :custom from use-package The following does not provide completion for variables: (use-package thing :custom (thing-thing :ok)) --- elpaca.lock | 307 ++++++++++++++------------- lisp/icejam-avy.el | 3 +- lisp/icejam-base.el | 20 +- lisp/icejam-completing-read.el | 31 ++- lisp/icejam-copilot.el | 8 +- lisp/icejam-dashboard.el | 18 +- lisp/icejam-deft.el | 28 +-- lisp/icejam-flycheck.el | 56 +++-- lisp/icejam-ispell.el | 8 +- lisp/icejam-lsp.el | 1 + lisp/icejam-prog-mode.el | 18 +- lisp/icejam-themes.el | 1 + lisp/icejam-transient.el | 2 +- lisp/langs/icejam-lang-clojure.el | 5 +- lisp/langs/icejam-lang-elisp.el | 26 ++- lisp/langs/icejam-lang-elixir.el | 8 +- lisp/langs/icejam-lang-gleam.el | 3 +- lisp/langs/icejam-lang-haskell.el | 3 +- lisp/langs/icejam-lang-javascript.el | 7 +- lisp/langs/icejam-lang-ocaml.el | 2 +- lisp/langs/icejam-lang-php.el | 7 +- lisp/langs/icejam-lang-purescript.el | 11 +- lisp/langs/icejam-lang-python.el | 2 +- lisp/langs/icejam-lang-web.el | 4 +- 24 files changed, 313 insertions(+), 266 deletions(-) diff --git a/elpaca.lock b/elpaca.lock index 296151b..78ae010 100644 --- a/elpaca.lock +++ b/elpaca.lock @@ -1,5 +1,5 @@ ((elpaca :source "lockfile" :date - (26402 1607 905734 0) + (26403 28038 753982 0) :recipe (:source nil :protocol https :inherit t :depth 1 :repo "https://github.com/progfolio/elpaca.git" :ref "fcf7d4e72858bafce86674b02f3bfe1fd83e7089" :files (:defaults "elpaca-test.el" @@ -8,7 +8,7 @@ (:not elpaca--activate-package) :package "elpaca")) (elpaca-use-package :source "lockfile" :date - (26402 1607 895888 0) + (26403 28038 745780 0) :recipe (:package "elpaca-use-package" :wait t :repo "https://github.com/progfolio/elpaca.git" :files ("extensions/elpaca-use-package.el") @@ -16,14 +16,14 @@ (:not elpaca--compile-info) :source "Elpaca extensions" :protocol https :inherit t :depth treeless :ref "fcf7d4e72858bafce86674b02f3bfe1fd83e7089")) (transient :source "lockfile" :date - (26402 1607 886188 0) + (26403 28038 736166 0) :recipe (:package "transient" :fetcher github :repo "magit/transient" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :wait t :ref "cb11650a60728d214b2a4d7bb7535add2c4c5d4c")) (compat :source "lockfile" :date - (26402 1607 876033 0) + (26403 28038 726848 0) :recipe (:package "compat" :repo ("https://github.com/emacs-compat/compat" . "compat") @@ -32,47 +32,47 @@ (:exclude ".git")) :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "9a234d0d28cccd33f64faea6074fa2865a17c164")) (diminish :source "lockfile" :date - (26402 1607 866319 0) + (26403 28038 717371 0) :recipe (:package "diminish" :fetcher github :repo "myrjola/diminish.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :wait t :ref "fbd5d846611bad828e336b25d2e131d1bc06b83d")) (company :source "lockfile" :date - (26402 1607 856573 0) + (26403 28038 708114 0) :recipe (:package "company" :fetcher github :repo "company-mode/company-mode" :files (:defaults "icons" ("images/small" "doc/images/small/*.png")) :source "MELPA" :protocol https :inherit t :depth treeless :wait t :ref "9c273fc7c1a9dd69ccf508589211c4f8bd0e0765")) (lsp-mode :source "lockfile" :date - (26402 1607 846562 0) + (26403 28038 698336 0) :recipe (:package "lsp-mode" :repo "emacs-lsp/lsp-mode" :fetcher github :files (:defaults "clients/*.el") - :source "MELPA" :protocol https :inherit t :depth treeless :wait t :ref "78c194d2d3c34f14646a006574b9bb9369ea55cb")) + :source "MELPA" :protocol https :inherit t :depth treeless :wait t :ref "9b104105adecf637188f4e3bf5cc228bda12374a")) (dash :source "lockfile" :date - (26402 1607 836828 0) + (26403 28038 688944 0) :recipe (:package "dash" :fetcher github :repo "magnars/dash.el" :files ("dash.el" "dash.texi") :source "MELPA" :protocol https :inherit t :depth treeless :ref "1de9dcb83eacfb162b6d9a118a4770b1281bcd84")) (f :source "lockfile" :date - (26402 1607 826548 0) + (26403 28038 680001 0) :recipe (:package "f" :fetcher github :repo "rejeep/f.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "931b6d0667fe03e7bf1c6c282d6d8d7006143c52")) (ht :source "lockfile" :date - (26402 1607 816600 0) + (26403 28038 671049 0) :recipe (:package "ht" :fetcher github :repo "Wilfred/ht.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "1c49aad1c820c86f7ee35bf9fff8429502f60fef")) (spinner :source "lockfile" :date - (26402 1607 806261 0) + (26403 28038 661897 0) :recipe (:package "spinner" :repo ("https://github.com/Malabarba/spinner.el" . "spinner") @@ -81,143 +81,143 @@ (:exclude ".git")) :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "d4647ae87fb0cd24bc9081a3d287c860ff061c21")) (markdown-mode :source "lockfile" :date - (26402 1607 796174 0) + (26403 28038 652878 0) :recipe (:package "markdown-mode" :fetcher github :repo "jrblevin/markdown-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "6102ac5b7301b4c4fc0262d9c6516693d5a33f2b")) (lv :source "lockfile" :date - (26402 1607 786305 0) + (26403 28038 643718 0) :recipe (:package "lv" :repo "abo-abo/hydra" :fetcher github :files ("lv.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "317e1de33086637579a7aeb60f77ed0405bf359b")) (s :source "lockfile" :date - (26402 1607 776904 0) + (26403 28038 635483 0) :recipe (:package "s" :fetcher github :repo "magnars/s.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "dda84d38fffdaf0c9b12837b504b402af910d01d")) (easy-kill :source "lockfile" :date - (26402 1607 766689 0) + (26403 28038 626019 0) :recipe (:package "easy-kill" :fetcher github :repo "leoliu/easy-kill" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "de7d66c3c864a4722a973ee9bc228a14be49ba0c")) (buffer-move :source "lockfile" :date - (26402 1607 756032 0) + (26403 28038 617285 0) :recipe (:package "buffer-move" :fetcher github :repo "lukhas/buffer-move" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "e7800b3ab1bd76ee475ef35507ec51ecd5a3f065")) (gcmh :source "lockfile" :date - (26402 1607 743611 0) + (26403 28038 608634 0) :recipe (:package "gcmh" :repo "koral/gcmh" :fetcher gitlab :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "0089f9c3a6d4e9a310d0791cf6fa8f35642ecfd9")) (exec-path-from-shell :source "lockfile" :date - (26402 1607 733693 0) + (26403 28038 600136 0) :recipe (:package "exec-path-from-shell" :fetcher github :repo "purcell/exec-path-from-shell" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "72ede29a0e0467b3b433e8edbee3c79bab005884")) (direnv :source "lockfile" :date - (26402 1607 723904 0) + (26403 28038 591245 0) :recipe (:package "direnv" :fetcher github :repo "wbolster/emacs-direnv" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c0bf3b81c7a97e2a0d06d05495e86848254fcc1f")) (treemacs :source "lockfile" :date - (26402 1607 714078 0) + (26403 28038 582512 0) :recipe (:package "treemacs" :fetcher github :repo "Alexander-Miller/treemacs" :files (:defaults "Changelog.org" "icons" "src/elisp/treemacs*.el" "src/scripts/treemacs*.py" (:exclude "src/extra/*")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "2f0668439dfa246b2807497f2824ec7c7fbbeb49")) (treemacs-all-the-icons :source "lockfile" :date - (26402 1607 704346 0) + (26403 28038 574213 0) :recipe (:package "treemacs-all-the-icons" :fetcher github :repo "Alexander-Miller/treemacs" :files ("src/extra/treemacs-all-the-icons.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "2f0668439dfa246b2807497f2824ec7c7fbbeb49")) (keyfreq :source "lockfile" :date - (26402 1607 694626 0) + (26403 28038 564875 0) :recipe (:package "keyfreq" :fetcher github :repo "dacap/keyfreq" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c6955162307f37c2ac631d9daf118781009f8dda")) (which-key :source "lockfile" :date - (26402 1607 684726 0) + (26403 28038 556106 0) :recipe (:package "which-key" :repo "justbur/emacs-which-key" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "38d4308d1143b61e4004b6e7a940686784e51500")) (tree-sitter-langs :source "lockfile" :date - (26402 1607 675002 0) + (26403 28038 547273 0) :recipe (:package "tree-sitter-langs" :repo "emacs-tree-sitter/tree-sitter-langs" :fetcher github :branch "release" :files (:defaults "queries") :source "MELPA" :protocol https :inherit t :depth treeless :ref "562e4681d365c70169d807e23db4c37427628627")) (vertico :source "lockfile" :date - (26402 1607 664499 0) + (26403 28038 537618 0) :recipe (:package "vertico" :repo "minad/vertico" :files (:defaults "extensions/vertico-*.el") :fetcher github :source "MELPA" :protocol https :inherit t :depth treeless :ref "e826dfcb14af5e2cfd88ed110d0208ddc2d37788")) (orderless :source "lockfile" :date - (26402 1607 655175 0) + (26403 28038 528696 0) :recipe (:package "orderless" :repo "oantolin/orderless" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "96b74d2450ab4ab1a175d0e86c62f6695c4709b5")) (marginalia :source "lockfile" :date - (26402 1607 645517 0) + (26403 28038 519956 0) :recipe (:package "marginalia" :repo "minad/marginalia" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "be2e57efff640880251c082ac93bd365b7202e6a")) (consult :source "lockfile" :date - (26402 1607 635800 0) + (26403 28038 511083 0) :recipe (:package "consult" :repo "minad/consult" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "afda4c68a4ebcc9104bf2a645848d7e92269f054")) (helpful :source "lockfile" :date - (26402 1607 625550 0) + (26403 28038 501928 0) :recipe (:package "helpful" :repo "Wilfred/helpful" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "4ba24cac9fb14d5fdc32582cd947572040e82b2c")) (avy :source "lockfile" :date - (26402 1607 615819 0) + (26403 28038 492733 0) :recipe (:package "avy" :repo "abo-abo/avy" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "be612110cb116a38b8603df367942e2bb3d9bdbe")) (rainbow-delimiters :source "lockfile" :date - (26402 1607 605910 0) + (26403 28038 483619 0) :recipe (:package "rainbow-delimiters" :fetcher github :repo "Fanael/rainbow-delimiters" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f40ece58df8b2f0fb6c8576b527755a552a5e763")) (rainbow-mode :source "lockfile" :date - (26402 1607 596082 0) + (26403 28038 474590 0) :recipe (:package "rainbow-mode" :repo ("git://git.sv.gnu.org/emacs/elpa" . "rainbow-mode") @@ -226,117 +226,117 @@ (:exclude ".git")) :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "f7db3b5919f70420a91eb199f8663468de3033f3")) (dash-at-point :source "lockfile" :date - (26402 1607 586328 0) + (26403 28038 465590 0) :recipe (:package "dash-at-point" :fetcher github :repo "stanaka/dash-at-point" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "fba1a6f42ea51d05110e12c62bdced664059eb55")) (column-enforce-mode :source "lockfile" :date - (26402 1607 576366 0) + (26403 28038 456427 0) :recipe (:package "column-enforce-mode" :fetcher github :repo "jordonbiondo/column-enforce-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "14a7622f2268890e33536ccd29510024d51ee96f")) (pcre2el :source "lockfile" :date - (26402 1607 566435 0) + (26403 28038 447456 0) :recipe (:package "pcre2el" :fetcher github :repo "joddie/pcre2el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "b4d846d80dddb313042131cf2b8fbf647567e000")) (visual-regexp-steroids :source "lockfile" :date - (26402 1607 556851 0) + (26403 28038 438121 0) :recipe (:package "visual-regexp-steroids" :repo "benma/visual-regexp-steroids.el" :fetcher github :files ("visual-regexp-steroids.el" "regexp.py") :source "MELPA" :protocol https :inherit t :depth treeless :ref "a6420b25ec0fbba43bf57875827092e1196d8a9e")) (yasnippet :source "lockfile" :date - (26402 1607 546830 0) + (26403 28038 429267 0) :recipe (:package "yasnippet" :repo "joaotavora/yasnippet" :fetcher github :files ("yasnippet.el" "snippets") :source "MELPA" :protocol https :inherit t :depth treeless :ref "fe1f4e0e96ce42d8668920335eb22c3c009dab3e")) (yasnippet-snippets :source "lockfile" :date - (26402 1607 537428 0) + (26403 28038 420018 0) :recipe (:package "yasnippet-snippets" :repo "AndreaCrotti/yasnippet-snippets" :fetcher github :files ("*.el" "snippets" ".nosearch") :source "MELPA" :protocol https :inherit t :depth treeless :ref "23bcbcd11f567a2659ae413c62c82892eb50a3f1")) (company-box :source "lockfile" :date - (26402 1607 527178 0) + (26403 28038 410704 0) :recipe (:package "company-box" :fetcher github :repo "sebastiencs/company-box" :files (:defaults "images") :source "MELPA" :protocol https :inherit t :depth treeless :ref "c4f2e243fba03c11e46b1600b124e036f2be7691")) (copilot :source "lockfile" :date - (26402 1607 517275 0) + (26403 28038 401721 0) :recipe (:source nil :protocol https :inherit t :depth treeless :host github :repo "copilot-emacs/copilot.el" :files ("*.el") :package "copilot" :ref "b5878d6a8c741138b5efbf4fe1c594f3fd69dbdd")) (gptel :source "lockfile" :date - (26402 1607 506786 0) + (26403 28038 392531 0) :recipe (:package "gptel" :repo "karthink/gptel" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "3cb6d5a193a78820a1dd1377a82f364ae066b959")) (elysium :source "lockfile" :date - (26402 1607 495268 0) + (26403 28038 383231 0) :recipe (:package "elysium" :fetcher github :repo "lanceberge/elysium" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "622fe74aaa70a7e4e42bd74a3cfd78e242360bbf")) - (flycheck :source "lockfile" :date - (26402 1607 485155 0) - :recipe - (:package "flycheck" :repo "flycheck/flycheck" :fetcher github :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "5217e0e02f487d70e3d418e5e6ce884fc9711511")) + (flymake-flycheck :source "lockfile" :date + (26403 28038 374112 0) + :recipe + (:package "flymake-flycheck" :fetcher github :repo "purcell/flymake-flycheck" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "6c13e1c6ff6790222facf37439cafcacba513322")) (flyspell-correct :source "lockfile" :date - (26402 1607 475219 0) + (26403 28038 365250 0) :recipe (:package "flyspell-correct" :repo "d12frosted/flyspell-correct" :fetcher github :files ("flyspell-correct.el" "flyspell-correct-ido.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "1e7a5a56362dd875dddf848b9a9e25d1395b9d37")) (deft :source "lockfile" :date - (26402 1607 465417 0) + (26403 28038 355667 0) :recipe (:package "deft" :repo "jrblevin/deft" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "b369d7225d86551882568788a23c5497b232509c")) (lsp-ui :source "lockfile" :date - (26402 1607 455554 0) + (26403 28038 346551 0) :recipe (:package "lsp-ui" :repo "emacs-lsp/lsp-ui" :fetcher github :files (:defaults "lsp-ui-doc.html" "resources") :source "MELPA" :protocol https :inherit t :depth treeless :ref "072bb29152038518c2478813b82c8d04d07df84c")) (dap-mode :source "lockfile" :date - (26402 1607 445623 0) + (26403 28038 337189 0) :recipe (:package "dap-mode" :repo "emacs-lsp/dap-mode" :fetcher github :files (:defaults "icons") :source "MELPA" :protocol https :inherit t :depth treeless :ref "496dd3a60f71a396df7e9a5ff6c500127d00ec03")) (dashboard :source "lockfile" :date - (26402 1607 435847 0) + (26403 28038 327930 0) :recipe (:package "dashboard" :fetcher github :repo "emacs-dashboard/emacs-dashboard" :files (:defaults "banners") :source "MELPA" :protocol https :inherit t :depth treeless :ref "946b9957470a3cac6b089bdf2d9edd07a29fcc9c")) (magit :source "lockfile" :date - (26402 1607 426063 0) + (26403 28038 318535 0) :recipe (:package "magit" :fetcher github :repo "magit/magit" :files ("lisp/magit*.el" "lisp/git-*.el" "docs/magit.texi" "docs/AUTHORS.md" "LICENSE" "magit-pkg.el" (:exclude "lisp/magit-section.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f2a61334430291d2162a68138c95ab310a8557f1")) (vundo :source "lockfile" :date - (26402 1607 416091 0) + (26403 28038 310455 0) :recipe (:package "vundo" :repo ("https://github.com/casouri/vundo" . "vundo") @@ -345,33 +345,33 @@ (:exclude ".git" "test")) :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "ca590c571546eb1d38c855216db11d28135892f2")) (speed-type :source "lockfile" :date - (26402 1607 406168 0) + (26403 28038 301482 0) :recipe (:package "speed-type" :fetcher github :repo "dakra/speed-type" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "b982ee6081a11837760eeaed73c4f413eefb07b1")) (spaceline :source "lockfile" :date - (26402 1607 396239 0) + (26403 28038 292611 0) :recipe (:package "spaceline" :fetcher github :repo "TheBB/spaceline" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "086420d16e526c79b67fc1edec4c2ae1e699f372")) (base16-theme :source "lockfile" :date - (26402 1607 386261 0) + (26403 28038 283642 0) :recipe (:package "base16-theme" :repo "tinted-theming/base16-emacs" :fetcher github :files (:defaults "build/*.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "077726249216bef6d98d0542eb6289641a58e8d0")) (clojure-mode :source "lockfile" :date - (26402 1607 376080 0) + (26403 28038 274378 0) :recipe (:package "clojure-mode" :repo "clojure-emacs/clojure-mode" :fetcher github :files ("clojure-mode.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "59888c84b61081e9b0085e388f55132925a66e7a")) (cider :source "lockfile" :date - (26402 1607 366108 0) + (26403 28038 264768 0) :recipe (:package "cider" :fetcher github :repo "clojure-emacs/cider" :files ("lisp/*.el" "bin/*.sh" "*.el" "clojure.sh" "lein.sh" @@ -380,223 +380,223 @@ (nrepl) :source "MELPA" :protocol https :inherit t :depth treeless :ref "7b051c4298816fdb70f3d301f0840379e28eca63")) (clj-refactor :source "lockfile" :date - (26402 1607 356365 0) + (26403 28038 255874 0) :recipe (:package "clj-refactor" :fetcher github :repo "clojure-emacs/clj-refactor.el" :files (:defaults "CHANGELOG.md") :source "MELPA" :protocol https :inherit t :depth treeless :ref "dc1bbc8cdaa723bdbb6669ea7d280625c370755d")) (dart-mode :source "lockfile" :date - (26402 1607 346190 0) + (26403 28038 246836 0) :recipe (:package "dart-mode" :fetcher github :repo "emacsorphanage/dart-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "02e919c1cf200b4938139c18068577faff1fb364")) (lsp-dart :source "lockfile" :date - (26402 1607 336342 0) + (26403 28038 237525 0) :recipe (:package "lsp-dart" :repo "emacs-lsp/lsp-dart" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "9ffbafb7dcea3ef3d9e29bafb51d5167f0585d2c")) (dhall-mode :source "lockfile" :date - (26402 1607 325799 0) + (26403 28038 228372 0) :recipe (:package "dhall-mode" :repo "psibi/dhall-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "87ab69fe765d87b3bb1604a306a8c44d6887681d")) (lispy :source "lockfile" :date - (26402 1607 315824 0) + (26403 28038 219338 0) :recipe (:package "lispy" :repo "abo-abo/lispy" :fetcher github :files (:defaults "lispy-clojure.clj" "lispy-clojure.cljs" "lispy-python.py") :source "MELPA" :protocol https :inherit t :depth treeless :ref "fe44efd21573868638ca86fc8313241148fabbe3")) (elixir-mode :source "lockfile" :date - (26402 1607 305813 0) + (26403 28038 210113 0) :recipe (:package "elixir-mode" :fetcher github :repo "elixir-editors/emacs-elixir" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "00d6580a040a750e019218f9392cf9a4c2dac23a")) (elixir-ts-mode :source "lockfile" :date - (26402 1607 295420 0) + (26403 28038 200981 0) :recipe (:package "elixir-ts-mode" :repo "wkirschbaum/elixir-ts-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "b35c983f551ccf821ebebad50747b5b417133e52")) (erlang :source "lockfile" :date - (26402 1607 285519 0) + (26403 28038 191817 0) :recipe (:package "erlang" :fetcher github :repo "erlang/otp" :version-regexp "OTP-%v" :files ("lib/tools/emacs/*.el" (:exclude "lib/tools/emacs/erlang_appwiz.el")) - :source "MELPA" :protocol https :inherit t :depth 1 :ref "4f141f41a0ed76a023d56974fba1082480d30887")) + :source "MELPA" :protocol https :inherit t :depth 1 :ref "604801e7890a2a82bd9d33bcb078699aa64d1a71")) (fsharp-mode :source "lockfile" :date - (26402 1607 275275 0) + (26403 28038 182775 0) :recipe (:package "fsharp-mode" :fetcher github :repo "fsharp/emacs-fsharp-mode" :files (:defaults (:exclude "eglot-fsharp.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "677d78c4d6cb574086408082dedbcaef04a85359")) (gleam-ts-mode :source "lockfile" :date - (26402 1607 265245 0) + (26403 28038 173439 0) :recipe (:package "gleam-ts-mode" :fetcher github :repo "gleam-lang/gleam-mode" :files ("gleam-ts-mode.el") :source "MELPA" :protocol https :inherit t :depth treeless :type git :host github :ref "d00f37d0b47f5d6810aa295af98c40a7708b4305")) (go-mode :source "lockfile" :date - (26402 1607 255208 0) + (26403 28038 164226 0) :recipe (:package "go-mode" :repo "dominikh/go-mode.el" :fetcher github :files ("go-mode.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "602d73e22646b1b98b2eb97927fd426c0d1d2f92")) (haskell-mode :source "lockfile" :date - (26402 1607 244954 0) + (26403 28038 154957 0) :recipe (:package "haskell-mode" :repo "haskell/haskell-mode" :fetcher github :files (:defaults "NEWS" "logo.svg") :source "MELPA" :protocol https :inherit t :depth treeless :ref "7d4529ac4443d70719638806cb80325a418110b9")) (lsp-haskell :source "lockfile" :date - (26402 1607 235042 0) + (26403 28038 145797 0) :recipe (:package "lsp-haskell" :repo "emacs-lsp/lsp-haskell" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "6981f8d1225c038c1a130e8cf70530cfe15f976e")) (js2-mode :source "lockfile" :date - (26402 1607 224827 0) + (26403 28038 136528 0) :recipe (:package "js2-mode" :repo "mooz/js2-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "62d6cb169ed4cb6d7ae3ddbd8da9c995fed0ab32")) (typescript-mode :source "lockfile" :date - (26402 1607 214184 0) + (26403 28038 126964 0) :recipe (:package "typescript-mode" :fetcher github :repo "emacs-typescript/typescript.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "fc3a4f3b275e8cf6cf41aa0c9ef42e25ef908feb")) (kotlin-mode :source "lockfile" :date - (26402 1607 204410 0) + (26403 28038 117885 0) :recipe (:package "kotlin-mode" :repo "Emacs-Kotlin-Mode-Maintainers/kotlin-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "fddd747e5b4736e8b27a147960f369b86179ddff")) (gradle-mode :source "lockfile" :date - (26402 1607 194485 0) + (26403 28038 108523 0) :recipe (:package "gradle-mode" :fetcher github :repo "scubacabra/emacs-gradle-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "e4d665d5784ecda7ddfba015f07c69be3cfc45f2")) (lean4-mode :source "lockfile" :date - (26402 1607 184266 0) + (26403 28038 98915 0) :recipe (:source nil :protocol https :inherit t :depth treeless :type git :host github :repo "leanprover/lean4-mode" :files ("*.el" "data") :package "lean4-mode" :ref "004ad0e60b85fb4eac74a5523ee3e648fd5cfce5")) (merlin :source "lockfile" :date - (26402 1607 174070 0) + (26403 28038 89944 0) :recipe (:package "merlin" :fetcher github :repo "ocaml/merlin" :files ("emacs/*.el" (:exclude "emacs/merlin-ac.el" "emacs/merlin-company.el" "emacs/merlin-iedit.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "a36f42a5b181d0c9cc84174e8eb241b11eeabc0f")) (opam-switch-mode :source "lockfile" :date - (26402 1607 163795 0) + (26403 28038 80638 0) :recipe (:package "opam-switch-mode" :fetcher github :repo "ProofGeneral/opam-switch-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "1069e56a662f23ea09d4e05611bdedeb99257012")) (dune :source "lockfile" :date - (26402 1607 153742 0) + (26403 28038 71004 0) :recipe (:package "dune" :fetcher github :repo "ocaml/dune" :files ("editor-integration/emacs/*.el") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "d27724b4f0ee27607f78be39191cb9cda0306645")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "05124de3f77a0f12cea54a226e68cc8422fd77e5")) (tuareg :source "lockfile" :date - (26402 1607 142633 0) + (26403 28038 61339 0) :recipe (:package "tuareg" :fetcher github :repo "ocaml/tuareg" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "1d53723e39f22ab4ab76d31f2b188a2879305092")) (dockerfile-mode :source "lockfile" :date - (26402 1607 132527 0) + (26403 28038 52183 0) :recipe (:package "dockerfile-mode" :fetcher github :repo "spotify/dockerfile-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "4d893bd2da15833ce056332e6c972d5d93e78f04")) (docker :source "lockfile" :date - (26402 1607 122262 0) + (26403 28038 43151 0) :recipe (:package "docker" :fetcher github :repo "Silex/docker.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "6f8bba0d11a5143872dfc25afdabe16cae410d11")) (terraform-mode :source "lockfile" :date - (26402 1607 111891 0) + (26403 28038 34335 0) :recipe (:package "terraform-mode" :repo "hcl-emacs/terraform-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "abfc10f5e313c4bb99de136a14636e9bc6df74f6")) (ansible :source "lockfile" :date - (26402 1607 101523 0) + (26403 28038 25238 0) :recipe (:package "ansible" :fetcher gitlab :repo "emacs-ansible/emacs-ansible" :files (:defaults "snippets" "dict") :source "MELPA" :protocol https :inherit t :depth treeless :ref "e171dacc12eeaba5dbd7fd887f94d11b357fe958")) (nginx-mode :source "lockfile" :date - (26402 1607 91212 0) + (26403 28038 15656 0) :recipe (:package "nginx-mode" :fetcher github :repo "ajc/nginx-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c4ac5de975d65c84893a130a470af32a48b0b66c")) (jenkinsfile-mode :source "lockfile" :date - (26402 1607 79942 0) + (26403 28038 5358 0) :recipe (:package "jenkinsfile-mode" :repo "https://github.com/john2x/jenkinsfile-mode.git" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :branch "master" :ref "568865ee419e0592de0dd0717d6769a66d9df111")) (lua-mode :source "lockfile" :date - (26402 1607 68754 0) + (26403 28037 996058 0) :recipe (:package "lua-mode" :repo "immerrr/lua-mode" :fetcher github :files (:defaults (:exclude "init-tryout.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "d074e4134b1beae9ed4c9b512af741ca0d852ba3")) (graphql-mode :source "lockfile" :date - (26402 1607 57149 0) + (26403 28037 987284 0) :recipe (:package "graphql-mode" :repo "davazp/graphql-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c3baca92809e6f6c8dd2596a413b277f3b0160ea")) (yaml-mode :source "lockfile" :date - (26402 1607 45835 0) + (26403 28037 978365 0) :recipe (:package "yaml-mode" :repo "yoshiki/yaml-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "d91f878729312a6beed77e6637c60497c5786efa")) (json-mode :source "lockfile" :date - (26402 1607 34114 0) + (26403 28037 969054 0) :recipe (:package "json-mode" :fetcher github :repo "json-emacs/json-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "77125b01c0ddce537085201098bea9b4b8ba6be3")) (git-modes :source "lockfile" :date - (26402 1607 22718 0) + (26403 28037 960041 0) :recipe (:package "git-modes" :fetcher github :repo "magit/git-modes" :old-names (gitattributes-mode gitconfig-mode gitignore-mode) @@ -605,150 +605,150 @@ (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f99010bbeb8b6d8a0819fac0195a2ef0159d08f0")) (php-mode :source "lockfile" :date - (26402 1607 12985 0) + (26403 28037 950762 0) :recipe (:package "php-mode" :repo "emacs-php/php-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "31f702ee2de35d514fb633c0c37531cb648bff70")) (purescript-mode :source "lockfile" :date - (26402 1607 3611 0) + (26403 28037 941537 0) :recipe (:package "purescript-mode" :repo "purescript-emacs/purescript-mode" :fetcher github :files (:defaults "NEWS" "snippets") :source "MELPA" :protocol https :inherit t :depth treeless :ref "d187b3d4bbb4d9cb36a4c6c55f35d63d159a26e8")) (rspec-mode :source "lockfile" :date - (26402 1606 985659 0) + (26403 28037 932246 0) :recipe (:package "rspec-mode" :repo "pezra/rspec-mode" :fetcher github :files ("rspec-mode.el" "snippets") :source "MELPA" :protocol https :inherit t :depth treeless :ref "29df3d081c6a1cbdf840cd13d45ea1c100c5bbaa")) (ruby-end :source "lockfile" :date - (26402 1606 974076 0) + (26403 28037 923158 0) :recipe (:package "ruby-end" :repo "rejeep/ruby-end.el" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "ba7d7230f9e3ed75c9982d32bb9fdff1dc10935d")) (rbs-mode :source "lockfile" :date - (26402 1606 962863 0) + (26403 28037 913693 0) :recipe (:package "rbs-mode" :fetcher github :repo "ybiquitous/rbs-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "21ec7718a2b3149c13464e182fd4e1cf64bff277")) (rust-mode :source "lockfile" :date - (26402 1606 951901 0) + (26403 28037 904372 0) :recipe (:package "rust-mode" :repo "rust-lang/rust-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "3bd0863f28414e629ca15ad2852a429a126226c5")) (flycheck-rust :source "lockfile" :date - (26402 1606 940752 0) + (26403 28037 895081 0) :recipe (:package "flycheck-rust" :repo "flycheck/flycheck-rust" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "e7692cded99999d2dc3d3df5d977dcdeb1c179fb")) (fish-mode :source "lockfile" :date - (26402 1606 930053 0) + (26403 28037 886192 0) :recipe (:package "fish-mode" :fetcher github :repo "wwwjfy/emacs-fish" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "2526b1803b58cf145bc70ff6ce2adb3f6c246f89")) (web-mode :source "lockfile" :date - (26402 1606 920060 0) + (26403 28037 876823 0) :recipe (:package "web-mode" :repo "fxbois/web-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "0c83581d1e93d1d802c730a1d5e90cd1c740e1b2")) (zig-mode :source "lockfile" :date - (26402 1606 908555 0) + (26403 28037 863733 0) :recipe (:package "zig-mode" :repo "ziglang/zig-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f55e42536a3f34b81198b856595dc3a61867aa3e")) (ace-window :source "lockfile" :date - (26402 1606 897741 0) + (26403 28037 853540 0) :recipe (:package "ace-window" :repo "abo-abo/ace-window" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "77115afc1b0b9f633084cf7479c767988106c196")) (pfuture :source "lockfile" :date - (26402 1606 887399 0) + (26403 28037 843972 0) :recipe (:package "pfuture" :repo "Alexander-Miller/pfuture" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "19b53aebbc0f2da31de6326c495038901bffb73c")) (hydra :source "lockfile" :date - (26402 1606 877261 0) + (26403 28037 835276 0) :recipe (:package "hydra" :repo "abo-abo/hydra" :fetcher github :files (:defaults (:exclude "lv.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "317e1de33086637579a7aeb60f77ed0405bf359b")) (cfrs :source "lockfile" :date - (26402 1606 866491 0) + (26403 28037 826152 0) :recipe (:package "cfrs" :repo "Alexander-Miller/cfrs" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f3a21f237b2a54e6b9f8a420a9da42b4f0a63121")) (posframe :source "lockfile" :date - (26402 1606 855692 0) + (26403 28037 817348 0) :recipe (:package "posframe" :fetcher github :repo "tumashu/posframe" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "ac9f954ac4c546e68daf403f2ab2b5ad4397f26e")) (all-the-icons :source "lockfile" :date - (26402 1606 845055 0) + (26403 28037 807621 0) :recipe (:package "all-the-icons" :repo "domtronn/all-the-icons.el" :fetcher github :files (:defaults "data") :source "MELPA" :protocol https :inherit t :depth treeless :ref "39ef44f810c34e8900978788467cc675870bcd19")) (tree-sitter :source "lockfile" :date - (26402 1606 834552 0) + (26403 28037 798145 0) :recipe (:package "tree-sitter" :repo "emacs-tree-sitter/elisp-tree-sitter" :fetcher github :branch "release" :files (:defaults (:exclude "lisp/tree-sitter-tests.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "3cfab8a0e945db9b3df84437f27945746a43cc71")) (tsc :source "lockfile" :date - (26402 1606 823089 0) + (26403 28037 789864 0) :recipe (:package "tsc" :fetcher github :repo "emacs-tree-sitter/elisp-tree-sitter" :branch "release" :files ("core/*.el" "core/Cargo.toml" "core/Cargo.lock" "core/src") :source "MELPA" :protocol https :inherit t :depth treeless :ref "3cfab8a0e945db9b3df84437f27945746a43cc71")) (elisp-refs :source "lockfile" :date - (26402 1606 806529 0) + (26403 28037 780545 0) :recipe (:package "elisp-refs" :repo "Wilfred/elisp-refs" :fetcher github :files (:defaults (:exclude "elisp-refs-bench.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "541a064c3ce27867872cf708354a65d83baf2a6d")) (visual-regexp :source "lockfile" :date - (26402 1606 795494 0) + (26403 28037 771258 0) :recipe (:package "visual-regexp" :repo "benma/visual-regexp.el" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "48457d42a5e0fe10fa3a9c15854f1f127ade09b5")) (frame-local :source "lockfile" :date - (26402 1606 784831 0) + (26403 28037 761809 0) :recipe (:package "frame-local" :fetcher github :repo "sebastiencs/frame-local" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "7ee1106c3bcd4022f48421f8cb1ef4f995da816e")) (editorconfig :source "lockfile" :date - (26402 1606 774189 0) + (26403 28037 752629 0) :recipe (:package "editorconfig" :fetcher github :repo "editorconfig/editorconfig-emacs" :old-names (editorconfig-core editorconfig-fnmatch) @@ -756,62 +756,69 @@ ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "24f5b2b1cd4e37adc245fb59f7edeb6872a707a4")) + (flycheck :source "lockfile" :date + (26403 28037 743243 0) + :recipe + (:package "flycheck" :repo "flycheck/flycheck" :fetcher github :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "5217e0e02f487d70e3d418e5e6ce884fc9711511")) (bui :source "lockfile" :date - (26402 1606 763487 0) + (26403 28037 734027 0) :recipe (:package "bui" :repo "alezost/bui.el" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f3a137628e112a91910fd33c0cff0948fa58d470")) (lsp-treemacs :source "lockfile" :date - (26402 1606 752868 0) + (26403 28037 724690 0) :recipe (:package "lsp-treemacs" :repo "emacs-lsp/lsp-treemacs" :fetcher github :files (:defaults "icons") :source "MELPA" :protocol https :inherit t :depth treeless :ref "fb1a07ae0a3d781dea8ac78da2933e0173eb48a4")) (lsp-docker :source "lockfile" :date - (26402 1606 741908 0) + (26403 28037 715176 0) :recipe (:package "lsp-docker" :repo "emacs-lsp/lsp-docker" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "ce291d0f80533f8eaca120eb745d55669e062636")) (yaml :source "lockfile" :date - (26402 1606 730796 0) + (26403 28037 705579 0) :recipe (:package "yaml" :repo "zkry/yaml.el" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "70c4fcead97e9bd6594e418c922ae769818f4245")) (magit-section :source "lockfile" :date - (26402 1606 719625 0) + (26403 28037 695879 0) :recipe (:package "magit-section" :fetcher github :repo "magit/magit" :files ("lisp/magit-section.el" "docs/magit-section.texi" "magit-section-pkg.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "f2a61334430291d2162a68138c95ab310a8557f1")) (with-editor :source "lockfile" :date - (26402 1606 708982 0) - :recipe - (:package "with-editor" :fetcher github :repo "magit/with-editor" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "77cb2403158cfea9d8bfb8adad81b84d1d6d7c6a")) + (26403 28037 687507 0) + :recipe + (:package "with-editor" :fetcher github :repo "magit/with-editor" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "77cb2403158cfea9d8bfb8adad81b84d1d6d7c6a")) (powerline :source "lockfile" :date - (26402 1606 697040 0) + (26403 28037 678443 0) :recipe (:package "powerline" :fetcher github :repo "milkypostman/powerline" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c35c35bdf5ce2d992882c1f06f0f078058870d4a")) (parseedn :source "lockfile" :date - (26402 1606 686191 0) + (26403 28037 669375 0) :recipe (:package "parseedn" :repo "clojure-emacs/parseedn" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "3407e4530a367b6c2b857dae261cdbb67a440aaa")) (queue :source "lockfile" :date - (26402 1606 674933 0) + (26403 28037 660600 0) :recipe (:package "queue" :repo ("git://git.sv.gnu.org/emacs/elpa" . "queue") @@ -820,115 +827,115 @@ (:exclude ".git")) :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "f986fb68e75bdae951efb9e11a3012ab6bd408ee")) (sesman :source "lockfile" :date - (26402 1606 662455 0) + (26403 28037 651481 0) :recipe (:package "sesman" :repo "vspinu/sesman" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "7bca68dbbab0af26a6a23be1ff5fa97f9a18e022")) (parseclj :source "lockfile" :date - (26402 1606 652263 0) + (26403 28037 642276 0) :recipe (:package "parseclj" :repo "clojure-emacs/parseclj" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "6af22372e0fe14df882dd300b22b12ba2d7e00b0")) (paredit :source "lockfile" :date - (26402 1606 637684 0) + (26403 28037 633544 0) :recipe (:package "paredit" :fetcher git :url "https://mumble.net/~campbell/git/paredit.git" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "037b9b8acbca75151f133b6c0f7f3ff97d9042e5")) (multiple-cursors :source "lockfile" :date - (26402 1606 621113 0) + (26403 28037 624333 0) :recipe (:package "multiple-cursors" :fetcher github :repo "magnars/multiple-cursors.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c870c18462461df19382ecd2f9374c8b902cd804")) (inflections :source "lockfile" :date - (26402 1606 610877 0) + (26403 28037 615180 0) :recipe (:package "inflections" :repo "eschulte/jump.el" :fetcher github :files ("inflections.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "55caa66a7cc6e0b1a76143fd40eff38416928941")) (reformatter :source "lockfile" :date - (26402 1606 600910 0) + (26403 28037 606174 0) :recipe (:package "reformatter" :repo "purcell/emacs-reformatter" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f13f5b4ce51db95ea317d57a83be0358bbf3ec30")) (iedit :source "lockfile" :date - (26402 1606 590187 0) + (26403 28037 596937 0) :recipe (:package "iedit" :repo "victorhge/iedit" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "27c61866b1b9b8d77629ac702e5f48e67dfe0d3b")) (swiper :source "lockfile" :date - (26402 1606 579830 0) + (26403 28037 587845 0) :recipe (:package "swiper" :repo "abo-abo/swiper" :fetcher github :files ("swiper.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "8dc02d5b725f78d1f80904807b46f5406f129674")) (zoutline :source "lockfile" :date - (26402 1606 569790 0) + (26403 28037 579631 0) :recipe (:package "zoutline" :repo "abo-abo/zoutline" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "32857c6c4b9b0bcbed14d825a10b91a98d5fed0a")) (ivy :source "lockfile" :date - (26402 1606 559030 0) + (26403 28037 569943 0) :recipe (:package "ivy" :repo "abo-abo/swiper" :fetcher github :files (:defaults "doc/ivy-help.org" (:exclude "swiper.el" "counsel.el" "ivy-hydra.el" "ivy-avy.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "8dc02d5b725f78d1f80904807b46f5406f129674")) (heex-ts-mode :source "lockfile" :date - (26402 1606 548629 0) + (26403 28037 560366 0) :recipe (:package "heex-ts-mode" :repo "wkirschbaum/heex-ts-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "90142df2929956536dc1eaae3bb5ca04dc4232ab")) (caml :source "lockfile" :date - (26402 1606 538242 0) + (26403 28037 551079 0) :recipe (:package "caml" :repo "ocaml/caml-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "47defafa2b08fb680e89bfee9cb9ce82bd9e3bcf")) (aio :source "lockfile" :date - (26402 1606 527885 0) + (26403 28037 541222 0) :recipe (:package "aio" :fetcher github :repo "skeeto/emacs-aio" :files ("aio.el" "README.md" "UNLICENSE") :source "MELPA" :protocol https :inherit t :depth treeless :ref "da93523e235529fa97d6f251319d9e1d6fc24a41")) (tablist :source "lockfile" :date - (26402 1606 517745 0) + (26403 28037 531473 0) :recipe (:package "tablist" :fetcher github :repo "emacsorphanage/tablist" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "fcd37147121fabdf003a70279cf86fbe08cfac6f")) (hcl-mode :source "lockfile" :date - (26402 1606 507807 0) + (26403 28037 520863 0) :recipe (:package "hcl-mode" :repo "hcl-emacs/hcl-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "1da895ed75d28d9f87cbf9b74f075d90ba31c0ed")) (groovy-mode :source "lockfile" :date - (26402 1606 497676 0) + (26403 28037 509105 0) :recipe (:package "groovy-mode" :fetcher github :repo "Groovy-Emacs-Modes/groovy-emacs-modes" :files ("*groovy*.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "7b8520b2e2d3ab1d62b35c426e17ac25ed0120bb")) (json-snatcher :source "lockfile" :date - (26402 1606 486749 0) + (26403 28037 492873 0) :recipe (:package "json-snatcher" :fetcher github :repo "Sterlingg/json-snatcher" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" diff --git a/lisp/icejam-avy.el b/lisp/icejam-avy.el index 21dd355..73c0616 100644 --- a/lisp/icejam-avy.el +++ b/lisp/icejam-avy.el @@ -12,7 +12,8 @@ (require 'icejam-keys-mode) (use-package avy :ensure t :defer t - :custom (avy-timeout-seconds 1 "Wait for 1 second for candidates") + :config + (setopt avy-timeout-seconds 1) ;; Wait for 1 second for candidates :bind (:map icejam-keys-mode-map ;; Jump to text in sight with CMD-j ([(hyper j)] . avy-goto-char-timer))) diff --git a/lisp/icejam-base.el b/lisp/icejam-base.el index 5659f00..6583b5e 100644 --- a/lisp/icejam-base.el +++ b/lisp/icejam-base.el @@ -49,10 +49,11 @@ ;; Garbage collection magic hack (use-package gcmh :ensure t - :custom ((gcmh-verbose nil "Do not log GC messages.") - (gcmh-idle-delay 'auto "Compute GC delay based on gcmh-auto-idle-delay-factor") - (gcmh-auto-idle-delay-factor 10 "Original value was 10")) :config + (declare-function gcmh-mode "gcmh") + (setopt gcmh-verbose nil) ;; Do not log GC messages + (setopt gcmh-idle-delay 'auto) ;; Compute GC delay based on gcmh-auto-idle-delay-factor + (setopt gcmh-auto-idle-delay-factor 10) ;; Original value was 10 (gcmh-mode t)) ;; #====================== Backup config #============================== @@ -99,10 +100,11 @@ :if (memq window-system '(x mac ns)) :ensure t :config + (declare-function exec-path-from-shell-initialize "exec-path-from-shell") (add-to-list 'exec-path "/usr/local/bin") - (dolist (var '("DEFT_PATH" "LANG" "LC_CTYPE")) - (add-to-list 'exec-path-from-shell-variables var)) - (exec-path-from-shell-initialize)) + (dolist (var '("DEFT_PATH" "LANG" "LC_CTYPE")) + (add-to-list 'exec-path-from-shell-variables var)) + (exec-path-from-shell-initialize)) (use-package direnv :ensure t :config @@ -142,8 +144,10 @@ ;;;;;;;;;;;;;;;;; Show hints about key combinations (use-package which-key :ensure t - :custom (which-key-idle-delay 0.5) - :config (which-key-mode t)) + :config + (declare-function which-key-mode "which-key") + (which-key-mode t) + (setopt which-key-idle-delay 0.5)) ;;;;;;;;;;;;;;;;; Use C-n to create a new line (setopt next-line-add-newlines t) diff --git a/lisp/icejam-completing-read.el b/lisp/icejam-completing-read.el index 667684c..6707d81 100644 --- a/lisp/icejam-completing-read.el +++ b/lisp/icejam-completing-read.el @@ -32,28 +32,39 @@ ;; Actual orderless (use-package vertico :ensure t - :custom ((vertico-scroll-margin 1 "Scroll on N-1") - (vertico-count 15 "Show 5 more candidates") - (vertico-resize t "Grow and shrink the vertico minibufffer") - (vertico-cycle t "Cycle completion")) :config + (setopt vertico-scroll-margin 1) ;; Scroll on N-1 + (setopt vertico-count 15) ;; Show 5 more candidates + (setopt vertico-resize t) ;; Grow and shrink the vertico minibufffer + (setopt vertico-cycle t) ;; Cycle completion + + (declare-function vertico-mode "vertico") (vertico-mode t)) (use-package orderless :ensure t - :custom ((completion-styles '(orderless partial-completion basic) - "Fallback to basic if orderless does not work.") - (completion-category-defaults nil) - (completion-category-overrides - '((file (styles partial-completion)))))) + :config + (setopt completion-styles '(orderless partial-completion basic)) ;; Fallback to basic if orderless does not work. + (setopt completion-category-defaults nil) + (setopt completion-category-overrides '((file (styles partial-completion))))) (use-package marginalia :ensure t - :config (marginalia-mode t)) + :config + (declare-function marginalia-mode "marginalia") + (marginalia-mode t)) + (use-package consult :ensure t + :config + ;; Using ripgrep, show hidden files but ignore contents of .git + (setopt consult-ripgrep-args + "rg --null --line-buffered --color=never --max-columns=1000 \ +--path-separator / --smart-case --no-heading --with-filename --line-number \ +--search-zip --hidden --glob \"!.git/*\"") :bind (:map icejam-keys-mode-map ("C-c t" . find-file) ("M-g" . consult-goto-line) ("C-c a" . consult-ripgrep))) + (use-package helpful :ensure t) (provide 'icejam-completing-read) diff --git a/lisp/icejam-copilot.el b/lisp/icejam-copilot.el index 9834aa9..fce1f38 100644 --- a/lisp/icejam-copilot.el +++ b/lisp/icejam-copilot.el @@ -26,6 +26,7 @@ (use-package gptel :ensure t :defer t :config + (declare-function gptel-make-anthropic "gptel") (setq gptel-model 'claude-3-5-sonnet-20241022 gptel-backend (gptel-make-anthropic "Claude" @@ -33,9 +34,10 @@ ;; Pretend to be 'AI editor'. (use-package elysium :ensure t :defer t - :custom - ((elysium-window-size 0.33 "The elysium buffer will be 1/3 your screen") - (elysium-window-style 'vertical "Elysium buffer will be vertical"))) + :config + (setopt elysium-window-size 0.33) ;; The elysium buffer will be 1/3 your screen + (setopt elysium-window-style 'vertical) ;; Elysium buffer will be vertical + ) ;; Merging with SMerge (use-package smerge-mode :ensure nil diff --git a/lisp/icejam-dashboard.el b/lisp/icejam-dashboard.el index 32428ae..86bc88c 100644 --- a/lisp/icejam-dashboard.el +++ b/lisp/icejam-dashboard.el @@ -14,15 +14,15 @@ :commands dashboard-setup-startup-hook :hook ((elpaca-after-init . dashboard-open)) - :custom - ((dashboard-footer-messages '("Happy coding!" "I showed you my source code, pls respond")) - (dashboard-startup-banner 'logo) - (dashboard-items '((recents . 5) - ;; (bookmarks . 5) - ;; (agenda . 5) - ;; (registers . 5) - (projects . 5)))) - :config (dashboard-setup-startup-hook)) + :config + (setopt dashboard-footer-messages '("Happy coding!" "I showed you my source code, pls respond")) + (setopt dashboard-startup-banner 'logo) + (setopt dashboard-items '((recents . 5) + ;; (bookmarks . 5) + ;; (agenda . 5) + ;; (registers . 5) + (projects . 5))) + (dashboard-setup-startup-hook)) (provide 'icejam-dashboard) ;;; icejam-dashboard.el ends here diff --git a/lisp/icejam-deft.el b/lisp/icejam-deft.el index 512045d..c377d81 100644 --- a/lisp/icejam-deft.el +++ b/lisp/icejam-deft.el @@ -7,20 +7,20 @@ (require 'icejam-transient) (use-package deft :ensure t - :custom - ((deft-directory (substitute-in-file-name "$DEFT_PATH")) - (deft-default-extension "md") - (deft-ignore-file-regexp "\\._[0-9-A-Z_]+\\.md$") - (deft-strip-summary-regexp (concat "\\(" - "[\n\t]" ;; blank - "\\|^:[[:ascii:]]+:.*$" ;; org-mode properties string - "\\|^Title:.*$" ;; Title string - "\\|^title:.*$" ;; title string - "\\|^\\[\\[file:.*$" ;; org-mode inline-images - ;; org-mode properties - ;; "\\|:PROPERTIES:\n\\(.+\n\\)+:END:\n" ;; - "\\)")) - (deft-auto-save-interval 30.0))) + :config + (setopt deft-directory (substitute-in-file-name "$DEFT_PATH") + deft-default-extension "md" + deft-ignore-file-regexp "\\._[0-9-A-Z_]+\\.md$" + deft-strip-summary-regexp (concat "\\(" + "[\n\t]" ;; blank + "\\|^:[[:ascii:]]+:.*$" ;; org-mode properties string + "\\|^Title:.*$" ;; Title string + "\\|^title:.*$" ;; title string + "\\|^\\[\\[file:.*$" ;; org-mode inline-images + ;; org-mode properties + ;; "\\|:PROPERTIES:\n\\(.+\n\\)+:END:\n" ;; + "\\)") + deft-auto-save-interval 30.0)) (provide 'icejam-deft) ;;; icejam-deft.el ends here diff --git a/lisp/icejam-flycheck.el b/lisp/icejam-flycheck.el index 4477e2b..976bca0 100644 --- a/lisp/icejam-flycheck.el +++ b/lisp/icejam-flycheck.el @@ -3,27 +3,43 @@ ;;; Code: ;; Use flycheck globally to check syntax and compile languages -(use-package flycheck :ensure t - :custom ((flycheck-emacs-lisp-load-path 'inherit)) +(use-package flymake-flycheck :ensure t :defer t :config +(setq-default + flycheck-disabled-checkers + (append (default-value 'flycheck-disabled-checkers) + '(emacs-lisp emacs-lisp-checkdoc + emacs-lisp-package sh-shellcheck)))) + +(use-package flymake :ensure nil :config - (global-flycheck-mode t) - (setopt flycheck-emacs-lisp-load-path 'inherit) - (unbind-key "C-c ! C-c" flycheck-mode-map) - (unbind-key "C-c ! C-w" flycheck-mode-map) - (unbind-key "C-c ! ?" flycheck-mode-map) - (unbind-key "C-c ! C" flycheck-mode-map) - (unbind-key "C-c ! H" flycheck-mode-map) - (unbind-key "C-c ! V" flycheck-mode-map) - (unbind-key "C-c ! c" flycheck-mode-map) - (unbind-key "C-c ! e" flycheck-mode-map) - (unbind-key "C-c ! h" flycheck-mode-map) - (unbind-key "C-c ! i" flycheck-mode-map) - (unbind-key "C-c ! l" flycheck-mode-map) - (unbind-key "C-c ! n" flycheck-mode-map) - (unbind-key "C-c ! p" flycheck-mode-map) - (unbind-key "C-c ! s" flycheck-mode-map) - (unbind-key "C-c ! v" flycheck-mode-map) - (unbind-key "C-c ! x" flycheck-mode-map)) + (setopt flymake-mode-line-lighter "Fly") ;; Show 'Fly' in mode line + (setopt elisp-flymake-byte-compile-load-path load-path) ;; Use the same load-path as normal configuration + :hook ((prog-mode . flymake-mode) + (text-mode . flymake-mode) + (flymake-mode . flymake-flycheck-auto))) + + +;; (use-package flycheck :ensure t +;; :custom ((flycheck-emacs-lisp-load-path 'inherit)) +;; :config +;; (global-flycheck-mode t) +;; (setopt flycheck-emacs-lisp-load-path 'inherit) +;; (unbind-key "C-c ! C-c" flycheck-mode-map) +;; (unbind-key "C-c ! C-w" flycheck-mode-map) +;; (unbind-key "C-c ! ?" flycheck-mode-map) +;; (unbind-key "C-c ! C" flycheck-mode-map) +;; (unbind-key "C-c ! H" flycheck-mode-map) +;; (unbind-key "C-c ! V" flycheck-mode-map) +;; (unbind-key "C-c ! c" flycheck-mode-map) +;; (unbind-key "C-c ! e" flycheck-mode-map) +;; (unbind-key "C-c ! h" flycheck-mode-map) +;; (unbind-key "C-c ! i" flycheck-mode-map) +;; (unbind-key "C-c ! l" flycheck-mode-map) +;; (unbind-key "C-c ! n" flycheck-mode-map) +;; (unbind-key "C-c ! p" flycheck-mode-map) +;; (unbind-key "C-c ! s" flycheck-mode-map) +;; (unbind-key "C-c ! v" flycheck-mode-map) +;; (unbind-key "C-c ! x" flycheck-mode-map)) (provide 'icejam-flycheck) ;;; icejam-flycheck.el ends here diff --git a/lisp/icejam-ispell.el b/lisp/icejam-ispell.el index 87dcc97..04061d4 100644 --- a/lisp/icejam-ispell.el +++ b/lisp/icejam-ispell.el @@ -3,12 +3,10 @@ ;;; Highlight misspelled words ;;; Code: - - (use-package ispell :ensure nil - :custom - ((ispell-program-name "aspell") - (ispell-extra-args '("--run-together" "--run-together-limit=5" "--run-together-min=2")))) + :config + (setopt ispell-program-name "aspell") + (setopt ispell-extra-args '("--run-together" "--run-together-limit=5" "--run-together-min=2"))) (use-package flyspell :ensure nil :hook ((prog-mode . flyspell-mode) diff --git a/lisp/icejam-lsp.el b/lisp/icejam-lsp.el index 19052d9..87a24c3 100644 --- a/lisp/icejam-lsp.el +++ b/lisp/icejam-lsp.el @@ -11,6 +11,7 @@ lsp-completion-provider :capf lsp-server-trace nil lsp-lens-enable nil + lsp-diagnostics-provider :flymake lsp-lens-mode nil read-process-output-max (* 1024 1024 4) ;; Disable the piece of shit vue LSP server. It activates itself in every diff --git a/lisp/icejam-prog-mode.el b/lisp/icejam-prog-mode.el index 9bfe091..54ab56a 100644 --- a/lisp/icejam-prog-mode.el +++ b/lisp/icejam-prog-mode.el @@ -13,16 +13,20 @@ ;; Revert tag tables without asking (use-package etags :ensure nil - :custom (tags-revert-without-query t "Revert tag tables without asking")) + :config + (setopt tags-revert-without-query t) ;; Revert tags without query + ) ;;; Show trailing whitespace and remove whitespace on save (use-package whitespace :ensure nil - :custom ((whitespace-style #'(face trailing empty) "New whitespace style.") - (require-final-newline 't "Insert newline on save")) :hook ((prog-mode . whitespace-mode) (text-mode . whitespace-mode) (conf-mode . whitespace-mode) - (before-save . whitespace-cleanup))) + (before-save . whitespace-cleanup)) + :config + (setopt whitespace-style #'(face trailing empty)) ;; New whitespace style + (setopt require-final-newline 't) ;; Insert newline on save + ) (setq-default indent-tabs-mode nil) @@ -66,8 +70,10 @@ (use-package pcre2el :ensure t) ;; Visual regexp -(use-package visual-regexp-steroids :ensure t :requires (pcre2el) - :custom (vr/engine 'pcre2el "Use pcre2el for regexes")) +(use-package visual-regexp-steroids :ensure t :after (pcre2el) + :config + (setopt vr/engine 'pcre2el) ;; Use pcre2el for regexes + ) (provide 'icejam-prog-mode) ;;; icejam-prog-mode.el ends here diff --git a/lisp/icejam-themes.el b/lisp/icejam-themes.el index d79a0bc..e394bbf 100644 --- a/lisp/icejam-themes.el +++ b/lisp/icejam-themes.el @@ -55,6 +55,7 @@ ;; My own theme modifications: (with-eval-after-load 'base16-theme (setopt base16-theme-256-color-source 'colors) + (load-theme 'base16-gruvbox-dark-pale t t) (require 'icejam-base16-zenburn) (require 'icejam-base16-harmonic-light) diff --git a/lisp/icejam-transient.el b/lisp/icejam-transient.el index 15a30da..3d68f9d 100644 --- a/lisp/icejam-transient.el +++ b/lisp/icejam-transient.el @@ -79,7 +79,7 @@ ("i" "Indent" icejam-mark-and-indent-whole-buffer)] ["Other" ("m" "iMenu" lsp-ui-imenu) - ("e" "Show Errors" flycheck-list-errors)]]) + ("e" "Show Errors" flymake-show-buffer-diagnostics)]]) (transient-define-prefix icejam-history-menu () "Buffer History Commands." diff --git a/lisp/langs/icejam-lang-clojure.el b/lisp/langs/icejam-lang-clojure.el index 98bf1c9..9031088 100644 --- a/lisp/langs/icejam-lang-clojure.el +++ b/lisp/langs/icejam-lang-clojure.el @@ -32,7 +32,7 @@ ("r" "Reload" icejam-revert-buffer-no-confirm) ("f" "Format" cider-format-buffer) ("l" "Load" cider-load-buffer) - ("e" "Show Errors" flycheck-list-errors)]] + ("e" "Show Errors" flymake-show-buffer-diagnostics)]] ["" ("q" "Quit" keyboard-quit)]) @@ -41,7 +41,6 @@ (icejam-set-indent 2) ;; Default indentation of 2 characters (column-enforce-n 80) (cider-mode 1) - (setq-local indent-tabs-mode nil) (define-key clojure-mode-map (kbd "C-c l") 'icejam-lang-cider-context-menu) @@ -58,7 +57,7 @@ (setq-local cider-show-error-buffer 'except-in-repl)) (add-hook 'cider-repl-mode-hook 'icejam-lang-clojure-repl-config) -(add-hook 'cider-mode-hook #'cider-company-enable-fuzzy-completion) +(add-hook 'cider-mode-hook 'cider-enable-flex-completion) (provide 'icejam-lang-clojure) ;;; icejam-lang-clojure.el ends here diff --git a/lisp/langs/icejam-lang-elisp.el b/lisp/langs/icejam-lang-elisp.el index 749dcd1..547705f 100644 --- a/lisp/langs/icejam-lang-elisp.el +++ b/lisp/langs/icejam-lang-elisp.el @@ -5,7 +5,7 @@ (require 'icejam-prog-mode) (require 'icejam-transient) -(use-package lispy :ensure t) +(use-package lispy :ensure t :defer t) (declare-function column-enforce-n "column-enforce-mode" (number)) (add-to-list 'auto-mode-alist '("/Eask\\'" . emacs-lisp-mode)) @@ -17,28 +17,26 @@ ("r" "Reload" icejam-revert-buffer-no-confirm) ("i" "Indent" icejam-mark-and-indent-whole-buffer) ("d" "Explain" helpful-at-point) - ("e" "Show Errors" flycheck-list-errors)]] + ("e" "Show Errors" flymake-show-buffer-diagnostics)]] ["" ("q" "Quit" keyboard-quit)]) (add-to-list 'icejam-language-transient-alist '(emacs-lisp-mode . icejam-elisp-lang-menu)) -(with-eval-after-load 'lispy - (declare-function lispy-mode "lispy") - (defun icejam-activate-emacs-lisp-mode () - "Goodies for editing Emacs files." - (icejam-set-indent 2) ;; Default indentation of 2 characters - (column-enforce-n 80) +(declare-function lispy-mode "lispy") +(defun icejam-activate-emacs-lisp-mode () + "Goodies for editing Emacs files." + (icejam-set-indent 2) ;; Default indentation of 2 characters + (column-enforce-n 80) - (lispy-mode t) - (setq-default indent-tabs-mode nil) + (lispy-mode t) - ;; Company list override - (add-to-list (make-local-variable 'company-backends) - '(company-yasnippet company-capf))) + ;; Company list override + (add-to-list (make-local-variable 'company-backends) + '(company-yasnippet company-capf))) - (add-hook 'emacs-lisp-mode-hook 'icejam-activate-emacs-lisp-mode)) +(add-hook 'emacs-lisp-mode-hook 'icejam-activate-emacs-lisp-mode) (provide 'icejam-lang-elisp) ;;; icejam-lang-elisp.el ends here diff --git a/lisp/langs/icejam-lang-elixir.el b/lisp/langs/icejam-lang-elixir.el index 2697a43..b6782c2 100644 --- a/lisp/langs/icejam-lang-elixir.el +++ b/lisp/langs/icejam-lang-elixir.el @@ -9,8 +9,10 @@ (declare-function lsp "lsp-mode" nil) (declare-function column-enforce-n "column-enforce-mode" (number)) -(use-package elixir-mode :ensure t) -(use-package elixir-ts-mode :ensure t :requires (elixir-mode lsp-mode lsp-ui)) +(use-package elixir-mode :ensure t :defer t) +(use-package elixir-ts-mode :ensure t + :after (elixir-mode lsp-mode lsp-ui) + :defer t) (with-eval-after-load 'elixir-ts-mode (add-to-list 'auto-mode-alist '("\\.exs\\'" . elixir-ts-mode)) @@ -25,7 +27,7 @@ ("r" "Reload" icejam-revert-buffer-no-confirm) ("f" "Format" elixir-format) ("i" "Indent" icejam-mark-and-indent-whole-buffer) - ("e" "Show Errors" flycheck-list-errors)]] + ("e" "Show Errors" flymake-show-buffer-diagnostics)]] ["" ("q" "Quit" keyboard-quit)]) diff --git a/lisp/langs/icejam-lang-gleam.el b/lisp/langs/icejam-lang-gleam.el index 8773b9a..6b83ded 100644 --- a/lisp/langs/icejam-lang-gleam.el +++ b/lisp/langs/icejam-lang-gleam.el @@ -11,8 +11,9 @@ ;;; Code: (require 'icejam-prog-mode) +(require 'icejam-lsp) -(use-package gleam-ts-mode +(use-package gleam-ts-mode :defer t :after (lsp) :ensure (:type git :host github :repo "gleam-lang/gleam-mode" diff --git a/lisp/langs/icejam-lang-haskell.el b/lisp/langs/icejam-lang-haskell.el index a27f348..556a44e 100644 --- a/lisp/langs/icejam-lang-haskell.el +++ b/lisp/langs/icejam-lang-haskell.el @@ -11,6 +11,7 @@ ;;; Code: (require 'icejam-prog-mode) +(require 'icejam-lsp) (use-package haskell-mode :ensure t @@ -19,7 +20,7 @@ (use-package lsp-haskell :ensure t :defer t - :requires (lsp-mode lsp-ui haskell-mode)) + :after (lsp-mode lsp-ui haskell-mode)) (defun icejam-activate-haskell-mode () "Run this in haskell-mode." diff --git a/lisp/langs/icejam-lang-javascript.el b/lisp/langs/icejam-lang-javascript.el index bfe3398..9e04904 100644 --- a/lisp/langs/icejam-lang-javascript.el +++ b/lisp/langs/icejam-lang-javascript.el @@ -6,11 +6,10 @@ (require 'icejam-flycheck) (require 'icejam-lsp) -(use-package js2-mode - :requires (web-mode company-web lsp-mode lsp-ui) - :ensure t) +(use-package js2-mode :ensure t :defer t + :after (web-mode company lsp-mode lsp-ui)) -(use-package typescript-mode :ensure t) +(use-package typescript-mode :ensure t :defer t) ;; (use-package vue-mode ;; :ensure t diff --git a/lisp/langs/icejam-lang-ocaml.el b/lisp/langs/icejam-lang-ocaml.el index fc21cfd..52b3724 100644 --- a/lisp/langs/icejam-lang-ocaml.el +++ b/lisp/langs/icejam-lang-ocaml.el @@ -22,7 +22,7 @@ ("i" "Indent" icejam-mark-and-indent-whole-buffer)] ["" ("f" "Format" lsp-format-buffer) - ("e" "Errors" flycheck-list-errors) + ("e" "Errors" flymake-show-buffer-diagnostics) ("o" "Opam Env" opam-switch-set-switch)]] ["" ("q" "Quit" keyboard-quit)]) diff --git a/lisp/langs/icejam-lang-php.el b/lisp/langs/icejam-lang-php.el index 5b0cfde..ecbb7b2 100644 --- a/lisp/langs/icejam-lang-php.el +++ b/lisp/langs/icejam-lang-php.el @@ -14,9 +14,8 @@ (require 'icejam-flycheck) (require 'icejam-transient) -(use-package php-mode - :requires (lsp-mode lsp-ui) - :ensure t) +(use-package php-mode :ensure t :defer t + :requires (lsp-mode lsp-ui)) (transient-define-prefix icejam-lang-php/context-menu () "PHP Buffer Commands." @@ -27,7 +26,7 @@ ("r" "Reload" icejam-revert-buffer-no-confirm) ("f" "Format" lsp-format-buffer) ("i" "Indent" icejam-mark-and-indent-whole-buffer) - ("e" "Show Errors" flycheck-list-errors)]] + ("e" "Show Errors" flymake-show-buffer-diagnostics)]] ["" ("q" "Quit" keyboard-quit)]) diff --git a/lisp/langs/icejam-lang-purescript.el b/lisp/langs/icejam-lang-purescript.el index 1d32f60..5a7dfd0 100644 --- a/lisp/langs/icejam-lang-purescript.el +++ b/lisp/langs/icejam-lang-purescript.el @@ -6,12 +6,15 @@ ;;; Commentary: -;; purescript does a thing. +;; Configuration for purescript. ;;; Code: -(use-package purescript-mode - :requires (lsp-mode lsp-ui) - :ensure t) +(require 'icejam-prog-mode) + +(use-package purescript-mode :ensure t :defer t + :after (lsp-mode lsp-ui)) + +(declare-function purescript-indentation-mode "purescript-mode") (defun icejam-activate-purescript-mode () "All things Purescript." diff --git a/lisp/langs/icejam-lang-python.el b/lisp/langs/icejam-lang-python.el index 45ba498..ae8e3f3 100644 --- a/lisp/langs/icejam-lang-python.el +++ b/lisp/langs/icejam-lang-python.el @@ -17,7 +17,7 @@ ("r" "Reload" icejam-revert-buffer-no-confirm) ("f" "Format" lsp-format-buffer) ("i" "Indent" icejam-mark-and-indent-whole-buffer) - ("e" "Show Errors" flycheck-list-errors)]] + ("e" "Show Errors" flymake-show-buffer-diagnostics)]] ["" ("q" "Quit" keyboard-quit)]) diff --git a/lisp/langs/icejam-lang-web.el b/lisp/langs/icejam-lang-web.el index 54b4629..d7d27e6 100644 --- a/lisp/langs/icejam-lang-web.el +++ b/lisp/langs/icejam-lang-web.el @@ -5,9 +5,7 @@ (require 'icejam-lsp) (require 'icejam-flycheck) -(use-package web-mode - :requires (lsp-mode flycheck) - :ensure t) +(use-package web-mode :after (lsp flycheck) :ensure t :defer t) ;; Eex Web mode (add-to-list 'auto-mode-alist '("\\.eex\\'" . web-mode)) From 42ccce60bd5b68367ddc4fe1431cf0fe393afddf Mon Sep 17 00:00:00 2001 From: Maciej Szlosarczyk Date: Mon, 4 Nov 2024 08:05:39 +0200 Subject: [PATCH 03/34] Minor changes --- elpaca.lock | 313 +++++++++++++++-------------- lisp/icejam-avy.el | 2 +- lisp/icejam-custom-init.el | 9 +- lisp/icejam-dashboard.el | 12 +- lisp/langs/icejam-lang-elisp.el | 5 +- lisp/langs/icejam-lang-markdown.el | 7 +- 6 files changed, 183 insertions(+), 165 deletions(-) diff --git a/elpaca.lock b/elpaca.lock index 78ae010..4a49166 100644 --- a/elpaca.lock +++ b/elpaca.lock @@ -1,78 +1,78 @@ ((elpaca :source "lockfile" :date - (26403 28038 753982 0) + (26408 25616 484690 0) :recipe - (:source nil :protocol https :inherit t :depth 1 :repo "https://github.com/progfolio/elpaca.git" :ref "fcf7d4e72858bafce86674b02f3bfe1fd83e7089" :files + (:source nil :protocol https :inherit t :depth 1 :repo "https://github.com/progfolio/elpaca.git" :ref "5b5b319734fd3923c2203a24da325493733b0172" :files (:defaults "elpaca-test.el" (:exclude "extensions")) :build (:not elpaca--activate-package) :package "elpaca")) (elpaca-use-package :source "lockfile" :date - (26403 28038 745780 0) + (26408 25616 476093 0) :recipe (:package "elpaca-use-package" :wait t :repo "https://github.com/progfolio/elpaca.git" :files ("extensions/elpaca-use-package.el") :main "extensions/elpaca-use-package.el" :build (:not elpaca--compile-info) - :source "Elpaca extensions" :protocol https :inherit t :depth treeless :ref "fcf7d4e72858bafce86674b02f3bfe1fd83e7089")) + :source "Elpaca extensions" :protocol https :inherit t :depth treeless :ref "5b5b319734fd3923c2203a24da325493733b0172")) (transient :source "lockfile" :date - (26403 28038 736166 0) + (26408 25616 467613 0) :recipe (:package "transient" :fetcher github :repo "magit/transient" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :wait t :ref "cb11650a60728d214b2a4d7bb7535add2c4c5d4c")) + :source "MELPA" :protocol https :inherit t :depth treeless :wait t :ref "d6b52b6eb7655d538b410ae60f85fbaa4d58a608")) (compat :source "lockfile" :date - (26403 28038 726848 0) + (26408 25616 459133 0) :recipe (:package "compat" :repo ("https://github.com/emacs-compat/compat" . "compat") :files ("*" (:exclude ".git")) - :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "9a234d0d28cccd33f64faea6074fa2865a17c164")) + :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "a4c0408eafc3958af869727874b715ab6ca23b68")) (diminish :source "lockfile" :date - (26403 28038 717371 0) + (26408 25616 450761 0) :recipe (:package "diminish" :fetcher github :repo "myrjola/diminish.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :wait t :ref "fbd5d846611bad828e336b25d2e131d1bc06b83d")) (company :source "lockfile" :date - (26403 28038 708114 0) + (26408 25616 442199 0) :recipe (:package "company" :fetcher github :repo "company-mode/company-mode" :files (:defaults "icons" ("images/small" "doc/images/small/*.png")) :source "MELPA" :protocol https :inherit t :depth treeless :wait t :ref "9c273fc7c1a9dd69ccf508589211c4f8bd0e0765")) (lsp-mode :source "lockfile" :date - (26403 28038 698336 0) + (26408 25616 433747 0) :recipe (:package "lsp-mode" :repo "emacs-lsp/lsp-mode" :fetcher github :files (:defaults "clients/*.el") :source "MELPA" :protocol https :inherit t :depth treeless :wait t :ref "9b104105adecf637188f4e3bf5cc228bda12374a")) (dash :source "lockfile" :date - (26403 28038 688944 0) + (26408 25616 424240 0) :recipe (:package "dash" :fetcher github :repo "magnars/dash.el" :files ("dash.el" "dash.texi") :source "MELPA" :protocol https :inherit t :depth treeless :ref "1de9dcb83eacfb162b6d9a118a4770b1281bcd84")) (f :source "lockfile" :date - (26403 28038 680001 0) + (26408 25616 415741 0) :recipe (:package "f" :fetcher github :repo "rejeep/f.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "931b6d0667fe03e7bf1c6c282d6d8d7006143c52")) (ht :source "lockfile" :date - (26403 28038 671049 0) + (26408 25616 406987 0) :recipe (:package "ht" :fetcher github :repo "Wilfred/ht.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "1c49aad1c820c86f7ee35bf9fff8429502f60fef")) (spinner :source "lockfile" :date - (26403 28038 661897 0) + (26408 25616 397894 0) :recipe (:package "spinner" :repo ("https://github.com/Malabarba/spinner.el" . "spinner") @@ -81,143 +81,143 @@ (:exclude ".git")) :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "d4647ae87fb0cd24bc9081a3d287c860ff061c21")) (markdown-mode :source "lockfile" :date - (26403 28038 652878 0) + (26408 25616 388896 0) :recipe (:package "markdown-mode" :fetcher github :repo "jrblevin/markdown-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "6102ac5b7301b4c4fc0262d9c6516693d5a33f2b")) (lv :source "lockfile" :date - (26403 28038 643718 0) + (26408 25616 380097 0) :recipe (:package "lv" :repo "abo-abo/hydra" :fetcher github :files ("lv.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "317e1de33086637579a7aeb60f77ed0405bf359b")) (s :source "lockfile" :date - (26403 28038 635483 0) + (26408 25616 371242 0) :recipe (:package "s" :fetcher github :repo "magnars/s.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "dda84d38fffdaf0c9b12837b504b402af910d01d")) (easy-kill :source "lockfile" :date - (26403 28038 626019 0) + (26408 25616 362424 0) :recipe (:package "easy-kill" :fetcher github :repo "leoliu/easy-kill" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "de7d66c3c864a4722a973ee9bc228a14be49ba0c")) (buffer-move :source "lockfile" :date - (26403 28038 617285 0) + (26408 25616 352476 0) :recipe (:package "buffer-move" :fetcher github :repo "lukhas/buffer-move" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "e7800b3ab1bd76ee475ef35507ec51ecd5a3f065")) (gcmh :source "lockfile" :date - (26403 28038 608634 0) + (26408 25616 343583 0) :recipe (:package "gcmh" :repo "koral/gcmh" :fetcher gitlab :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "0089f9c3a6d4e9a310d0791cf6fa8f35642ecfd9")) (exec-path-from-shell :source "lockfile" :date - (26403 28038 600136 0) + (26408 25616 334372 0) :recipe (:package "exec-path-from-shell" :fetcher github :repo "purcell/exec-path-from-shell" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "72ede29a0e0467b3b433e8edbee3c79bab005884")) (direnv :source "lockfile" :date - (26403 28038 591245 0) + (26408 25616 324209 0) :recipe (:package "direnv" :fetcher github :repo "wbolster/emacs-direnv" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c0bf3b81c7a97e2a0d06d05495e86848254fcc1f")) (treemacs :source "lockfile" :date - (26403 28038 582512 0) + (26408 25616 314374 0) :recipe (:package "treemacs" :fetcher github :repo "Alexander-Miller/treemacs" :files (:defaults "Changelog.org" "icons" "src/elisp/treemacs*.el" "src/scripts/treemacs*.py" (:exclude "src/extra/*")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "2f0668439dfa246b2807497f2824ec7c7fbbeb49")) (treemacs-all-the-icons :source "lockfile" :date - (26403 28038 574213 0) + (26408 25616 304131 0) :recipe (:package "treemacs-all-the-icons" :fetcher github :repo "Alexander-Miller/treemacs" :files ("src/extra/treemacs-all-the-icons.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "2f0668439dfa246b2807497f2824ec7c7fbbeb49")) (keyfreq :source "lockfile" :date - (26403 28038 564875 0) + (26408 25616 292976 0) :recipe (:package "keyfreq" :fetcher github :repo "dacap/keyfreq" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c6955162307f37c2ac631d9daf118781009f8dda")) (which-key :source "lockfile" :date - (26403 28038 556106 0) + (26408 25616 284710 0) :recipe (:package "which-key" :repo "justbur/emacs-which-key" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "38d4308d1143b61e4004b6e7a940686784e51500")) (tree-sitter-langs :source "lockfile" :date - (26403 28038 547273 0) + (26408 25616 275653 0) :recipe (:package "tree-sitter-langs" :repo "emacs-tree-sitter/tree-sitter-langs" :fetcher github :branch "release" :files (:defaults "queries") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "562e4681d365c70169d807e23db4c37427628627")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "6ff631d4e90005d5ba16aa21df6aecc26d0bc906")) (vertico :source "lockfile" :date - (26403 28038 537618 0) + (26408 25616 266752 0) :recipe (:package "vertico" :repo "minad/vertico" :files (:defaults "extensions/vertico-*.el") :fetcher github :source "MELPA" :protocol https :inherit t :depth treeless :ref "e826dfcb14af5e2cfd88ed110d0208ddc2d37788")) (orderless :source "lockfile" :date - (26403 28038 528696 0) + (26408 25616 258413 0) :recipe (:package "orderless" :repo "oantolin/orderless" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "96b74d2450ab4ab1a175d0e86c62f6695c4709b5")) (marginalia :source "lockfile" :date - (26403 28038 519956 0) + (26408 25616 250087 0) :recipe (:package "marginalia" :repo "minad/marginalia" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "be2e57efff640880251c082ac93bd365b7202e6a")) (consult :source "lockfile" :date - (26403 28038 511083 0) + (26408 25616 241595 0) :recipe (:package "consult" :repo "minad/consult" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "afda4c68a4ebcc9104bf2a645848d7e92269f054")) (helpful :source "lockfile" :date - (26403 28038 501928 0) + (26408 25616 233262 0) :recipe (:package "helpful" :repo "Wilfred/helpful" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "4ba24cac9fb14d5fdc32582cd947572040e82b2c")) (avy :source "lockfile" :date - (26403 28038 492733 0) + (26408 25616 224682 0) :recipe (:package "avy" :repo "abo-abo/avy" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "be612110cb116a38b8603df367942e2bb3d9bdbe")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "933d1f36cca0f71e4acb5fac707e9ae26c536264")) (rainbow-delimiters :source "lockfile" :date - (26403 28038 483619 0) + (26408 25616 215869 0) :recipe (:package "rainbow-delimiters" :fetcher github :repo "Fanael/rainbow-delimiters" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f40ece58df8b2f0fb6c8576b527755a552a5e763")) (rainbow-mode :source "lockfile" :date - (26403 28038 474590 0) + (26408 25616 207060 0) :recipe (:package "rainbow-mode" :repo ("git://git.sv.gnu.org/emacs/elpa" . "rainbow-mode") @@ -226,117 +226,117 @@ (:exclude ".git")) :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "f7db3b5919f70420a91eb199f8663468de3033f3")) (dash-at-point :source "lockfile" :date - (26403 28038 465590 0) + (26408 25616 198677 0) :recipe (:package "dash-at-point" :fetcher github :repo "stanaka/dash-at-point" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "fba1a6f42ea51d05110e12c62bdced664059eb55")) (column-enforce-mode :source "lockfile" :date - (26403 28038 456427 0) + (26408 25616 189865 0) :recipe (:package "column-enforce-mode" :fetcher github :repo "jordonbiondo/column-enforce-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "14a7622f2268890e33536ccd29510024d51ee96f")) (pcre2el :source "lockfile" :date - (26403 28038 447456 0) + (26408 25616 180710 0) :recipe (:package "pcre2el" :fetcher github :repo "joddie/pcre2el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "b4d846d80dddb313042131cf2b8fbf647567e000")) (visual-regexp-steroids :source "lockfile" :date - (26403 28038 438121 0) + (26408 25616 171033 0) :recipe (:package "visual-regexp-steroids" :repo "benma/visual-regexp-steroids.el" :fetcher github :files ("visual-regexp-steroids.el" "regexp.py") :source "MELPA" :protocol https :inherit t :depth treeless :ref "a6420b25ec0fbba43bf57875827092e1196d8a9e")) (yasnippet :source "lockfile" :date - (26403 28038 429267 0) + (26408 25616 161453 0) :recipe (:package "yasnippet" :repo "joaotavora/yasnippet" :fetcher github :files ("yasnippet.el" "snippets") :source "MELPA" :protocol https :inherit t :depth treeless :ref "fe1f4e0e96ce42d8668920335eb22c3c009dab3e")) (yasnippet-snippets :source "lockfile" :date - (26403 28038 420018 0) + (26408 25616 151706 0) :recipe (:package "yasnippet-snippets" :repo "AndreaCrotti/yasnippet-snippets" :fetcher github :files ("*.el" "snippets" ".nosearch") :source "MELPA" :protocol https :inherit t :depth treeless :ref "23bcbcd11f567a2659ae413c62c82892eb50a3f1")) (company-box :source "lockfile" :date - (26403 28038 410704 0) + (26408 25616 143116 0) :recipe (:package "company-box" :fetcher github :repo "sebastiencs/company-box" :files (:defaults "images") :source "MELPA" :protocol https :inherit t :depth treeless :ref "c4f2e243fba03c11e46b1600b124e036f2be7691")) (copilot :source "lockfile" :date - (26403 28038 401721 0) + (26408 25616 134458 0) :recipe (:source nil :protocol https :inherit t :depth treeless :host github :repo "copilot-emacs/copilot.el" :files ("*.el") :package "copilot" :ref "b5878d6a8c741138b5efbf4fe1c594f3fd69dbdd")) (gptel :source "lockfile" :date - (26403 28038 392531 0) + (26408 25616 125993 0) :recipe (:package "gptel" :repo "karthink/gptel" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "3cb6d5a193a78820a1dd1377a82f364ae066b959")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "b7ce74bcb777243bf21d20158e83efc889de7c8c")) (elysium :source "lockfile" :date - (26403 28038 383231 0) + (26408 25616 117530 0) :recipe (:package "elysium" :fetcher github :repo "lanceberge/elysium" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "622fe74aaa70a7e4e42bd74a3cfd78e242360bbf")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "dcb194e0e49e2c1864e0fa2ccec3d7e37b0a44b6")) (flymake-flycheck :source "lockfile" :date - (26403 28038 374112 0) + (26408 25616 109168 0) :recipe (:package "flymake-flycheck" :fetcher github :repo "purcell/flymake-flycheck" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "6c13e1c6ff6790222facf37439cafcacba513322")) (flyspell-correct :source "lockfile" :date - (26403 28038 365250 0) + (26408 25616 100700 0) :recipe (:package "flyspell-correct" :repo "d12frosted/flyspell-correct" :fetcher github :files ("flyspell-correct.el" "flyspell-correct-ido.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "1e7a5a56362dd875dddf848b9a9e25d1395b9d37")) (deft :source "lockfile" :date - (26403 28038 355667 0) + (26408 25616 91993 0) :recipe (:package "deft" :repo "jrblevin/deft" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "b369d7225d86551882568788a23c5497b232509c")) (lsp-ui :source "lockfile" :date - (26403 28038 346551 0) + (26408 25616 83710 0) :recipe (:package "lsp-ui" :repo "emacs-lsp/lsp-ui" :fetcher github :files (:defaults "lsp-ui-doc.html" "resources") :source "MELPA" :protocol https :inherit t :depth treeless :ref "072bb29152038518c2478813b82c8d04d07df84c")) (dap-mode :source "lockfile" :date - (26403 28038 337189 0) + (26408 25616 74221 0) :recipe (:package "dap-mode" :repo "emacs-lsp/dap-mode" :fetcher github :files (:defaults "icons") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "496dd3a60f71a396df7e9a5ff6c500127d00ec03")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "605448b4fd90ca25924bf029acf2bdd047045133")) (dashboard :source "lockfile" :date - (26403 28038 327930 0) + (26408 25616 65976 0) :recipe (:package "dashboard" :fetcher github :repo "emacs-dashboard/emacs-dashboard" :files (:defaults "banners") :source "MELPA" :protocol https :inherit t :depth treeless :ref "946b9957470a3cac6b089bdf2d9edd07a29fcc9c")) (magit :source "lockfile" :date - (26403 28038 318535 0) + (26408 25616 57499 0) :recipe (:package "magit" :fetcher github :repo "magit/magit" :files ("lisp/magit*.el" "lisp/git-*.el" "docs/magit.texi" "docs/AUTHORS.md" "LICENSE" "magit-pkg.el" (:exclude "lisp/magit-section.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "f2a61334430291d2162a68138c95ab310a8557f1")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "b2b07b993ec2d80f6f7b8b34df0cc77565d9fb18")) (vundo :source "lockfile" :date - (26403 28038 310455 0) + (26408 25616 49286 0) :recipe (:package "vundo" :repo ("https://github.com/casouri/vundo" . "vundo") @@ -345,258 +345,265 @@ (:exclude ".git" "test")) :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "ca590c571546eb1d38c855216db11d28135892f2")) (speed-type :source "lockfile" :date - (26403 28038 301482 0) + (26408 25616 40916 0) :recipe (:package "speed-type" :fetcher github :repo "dakra/speed-type" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "b982ee6081a11837760eeaed73c4f413eefb07b1")) (spaceline :source "lockfile" :date - (26403 28038 292611 0) + (26408 25616 32622 0) :recipe (:package "spaceline" :fetcher github :repo "TheBB/spaceline" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "086420d16e526c79b67fc1edec4c2ae1e699f372")) (base16-theme :source "lockfile" :date - (26403 28038 283642 0) + (26408 25616 24133 0) :recipe (:package "base16-theme" :repo "tinted-theming/base16-emacs" :fetcher github :files (:defaults "build/*.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "077726249216bef6d98d0542eb6289641a58e8d0")) (clojure-mode :source "lockfile" :date - (26403 28038 274378 0) + (26408 25616 15966 0) :recipe (:package "clojure-mode" :repo "clojure-emacs/clojure-mode" :fetcher github :files ("clojure-mode.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "59888c84b61081e9b0085e388f55132925a66e7a")) (cider :source "lockfile" :date - (26403 28038 264768 0) + (26408 25616 7563 0) :recipe (:package "cider" :fetcher github :repo "clojure-emacs/cider" :files ("lisp/*.el" "bin/*.sh" "*.el" "clojure.sh" "lein.sh" (:exclude ".dir-locals.el")) :old-names (nrepl) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "7b051c4298816fdb70f3d301f0840379e28eca63")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "c7bed56c3dac124c232956c96957e21bbaf3749f")) (clj-refactor :source "lockfile" :date - (26403 28038 255874 0) + (26408 25615 999321 0) :recipe (:package "clj-refactor" :fetcher github :repo "clojure-emacs/clj-refactor.el" :files (:defaults "CHANGELOG.md") :source "MELPA" :protocol https :inherit t :depth treeless :ref "dc1bbc8cdaa723bdbb6669ea7d280625c370755d")) (dart-mode :source "lockfile" :date - (26403 28038 246836 0) + (26408 25615 990937 0) :recipe (:package "dart-mode" :fetcher github :repo "emacsorphanage/dart-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "02e919c1cf200b4938139c18068577faff1fb364")) (lsp-dart :source "lockfile" :date - (26403 28038 237525 0) + (26408 25615 982786 0) :recipe (:package "lsp-dart" :repo "emacs-lsp/lsp-dart" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "9ffbafb7dcea3ef3d9e29bafb51d5167f0585d2c")) (dhall-mode :source "lockfile" :date - (26403 28038 228372 0) + (26408 25615 974353 0) :recipe (:package "dhall-mode" :repo "psibi/dhall-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "87ab69fe765d87b3bb1604a306a8c44d6887681d")) (lispy :source "lockfile" :date - (26403 28038 219338 0) + (26408 25615 966227 0) :recipe (:package "lispy" :repo "abo-abo/lispy" :fetcher github :files (:defaults "lispy-clojure.clj" "lispy-clojure.cljs" "lispy-python.py") :source "MELPA" :protocol https :inherit t :depth treeless :ref "fe44efd21573868638ca86fc8313241148fabbe3")) + (aggressive-indent :source "lockfile" :date + (26408 25615 957804 0) + :recipe + (:package "aggressive-indent" :repo "Malabarba/aggressive-indent-mode" :fetcher github :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "a437a45868f94b77362c6b913c5ee8e67b273c42")) (elixir-mode :source "lockfile" :date - (26403 28038 210113 0) + (26408 25615 949272 0) :recipe (:package "elixir-mode" :fetcher github :repo "elixir-editors/emacs-elixir" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "00d6580a040a750e019218f9392cf9a4c2dac23a")) (elixir-ts-mode :source "lockfile" :date - (26403 28038 200981 0) + (26408 25615 939845 0) :recipe (:package "elixir-ts-mode" :repo "wkirschbaum/elixir-ts-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "b35c983f551ccf821ebebad50747b5b417133e52")) (erlang :source "lockfile" :date - (26403 28038 191817 0) + (26408 25615 931547 0) :recipe (:package "erlang" :fetcher github :repo "erlang/otp" :version-regexp "OTP-%v" :files ("lib/tools/emacs/*.el" (:exclude "lib/tools/emacs/erlang_appwiz.el")) - :source "MELPA" :protocol https :inherit t :depth 1 :ref "604801e7890a2a82bd9d33bcb078699aa64d1a71")) + :source "MELPA" :protocol https :inherit t :depth 1 :ref "1cfa3cd2745d1177102937fca42952cc86b0c792")) (fsharp-mode :source "lockfile" :date - (26403 28038 182775 0) + (26408 25615 923142 0) :recipe (:package "fsharp-mode" :fetcher github :repo "fsharp/emacs-fsharp-mode" :files (:defaults (:exclude "eglot-fsharp.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "677d78c4d6cb574086408082dedbcaef04a85359")) (gleam-ts-mode :source "lockfile" :date - (26403 28038 173439 0) + (26408 25615 914810 0) :recipe (:package "gleam-ts-mode" :fetcher github :repo "gleam-lang/gleam-mode" :files ("gleam-ts-mode.el") :source "MELPA" :protocol https :inherit t :depth treeless :type git :host github :ref "d00f37d0b47f5d6810aa295af98c40a7708b4305")) (go-mode :source "lockfile" :date - (26403 28038 164226 0) + (26408 25615 906458 0) :recipe (:package "go-mode" :repo "dominikh/go-mode.el" :fetcher github :files ("go-mode.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "602d73e22646b1b98b2eb97927fd426c0d1d2f92")) (haskell-mode :source "lockfile" :date - (26403 28038 154957 0) + (26408 25615 898189 0) :recipe (:package "haskell-mode" :repo "haskell/haskell-mode" :fetcher github :files (:defaults "NEWS" "logo.svg") :source "MELPA" :protocol https :inherit t :depth treeless :ref "7d4529ac4443d70719638806cb80325a418110b9")) (lsp-haskell :source "lockfile" :date - (26403 28038 145797 0) + (26408 25615 889748 0) :recipe (:package "lsp-haskell" :repo "emacs-lsp/lsp-haskell" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "6981f8d1225c038c1a130e8cf70530cfe15f976e")) (js2-mode :source "lockfile" :date - (26403 28038 136528 0) + (26408 25615 881345 0) :recipe (:package "js2-mode" :repo "mooz/js2-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "62d6cb169ed4cb6d7ae3ddbd8da9c995fed0ab32")) (typescript-mode :source "lockfile" :date - (26403 28038 126964 0) + (26408 25615 872935 0) :recipe (:package "typescript-mode" :fetcher github :repo "emacs-typescript/typescript.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "fc3a4f3b275e8cf6cf41aa0c9ef42e25ef908feb")) (kotlin-mode :source "lockfile" :date - (26403 28038 117885 0) + (26408 25615 864740 0) :recipe (:package "kotlin-mode" :repo "Emacs-Kotlin-Mode-Maintainers/kotlin-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "fddd747e5b4736e8b27a147960f369b86179ddff")) (gradle-mode :source "lockfile" :date - (26403 28038 108523 0) + (26408 25615 856428 0) :recipe (:package "gradle-mode" :fetcher github :repo "scubacabra/emacs-gradle-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "e4d665d5784ecda7ddfba015f07c69be3cfc45f2")) (lean4-mode :source "lockfile" :date - (26403 28038 98915 0) + (26408 25615 848046 0) :recipe (:source nil :protocol https :inherit t :depth treeless :type git :host github :repo "leanprover/lean4-mode" :files ("*.el" "data") :package "lean4-mode" :ref "004ad0e60b85fb4eac74a5523ee3e648fd5cfce5")) (merlin :source "lockfile" :date - (26403 28038 89944 0) + (26408 25615 839679 0) :recipe (:package "merlin" :fetcher github :repo "ocaml/merlin" :files ("emacs/*.el" (:exclude "emacs/merlin-ac.el" "emacs/merlin-company.el" "emacs/merlin-iedit.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "a36f42a5b181d0c9cc84174e8eb241b11eeabc0f")) (opam-switch-mode :source "lockfile" :date - (26403 28038 80638 0) + (26408 25615 831390 0) :recipe (:package "opam-switch-mode" :fetcher github :repo "ProofGeneral/opam-switch-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "1069e56a662f23ea09d4e05611bdedeb99257012")) (dune :source "lockfile" :date - (26403 28038 71004 0) + (26408 25615 822928 0) :recipe (:package "dune" :fetcher github :repo "ocaml/dune" :files ("editor-integration/emacs/*.el") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "05124de3f77a0f12cea54a226e68cc8422fd77e5")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "b4099636c73c28ad002559efab1d7c84285acb2d")) (tuareg :source "lockfile" :date - (26403 28038 61339 0) + (26408 25615 814697 0) :recipe (:package "tuareg" :fetcher github :repo "ocaml/tuareg" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "1d53723e39f22ab4ab76d31f2b188a2879305092")) (dockerfile-mode :source "lockfile" :date - (26403 28038 52183 0) + (26408 25615 806342 0) :recipe (:package "dockerfile-mode" :fetcher github :repo "spotify/dockerfile-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "4d893bd2da15833ce056332e6c972d5d93e78f04")) (docker :source "lockfile" :date - (26403 28038 43151 0) + (26408 25615 798167 0) :recipe (:package "docker" :fetcher github :repo "Silex/docker.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "6f8bba0d11a5143872dfc25afdabe16cae410d11")) (terraform-mode :source "lockfile" :date - (26403 28038 34335 0) + (26408 25615 789879 0) :recipe (:package "terraform-mode" :repo "hcl-emacs/terraform-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "abfc10f5e313c4bb99de136a14636e9bc6df74f6")) (ansible :source "lockfile" :date - (26403 28038 25238 0) + (26408 25615 781602 0) :recipe (:package "ansible" :fetcher gitlab :repo "emacs-ansible/emacs-ansible" :files (:defaults "snippets" "dict") :source "MELPA" :protocol https :inherit t :depth treeless :ref "e171dacc12eeaba5dbd7fd887f94d11b357fe958")) (nginx-mode :source "lockfile" :date - (26403 28038 15656 0) + (26408 25615 773211 0) :recipe (:package "nginx-mode" :fetcher github :repo "ajc/nginx-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c4ac5de975d65c84893a130a470af32a48b0b66c")) (jenkinsfile-mode :source "lockfile" :date - (26403 28038 5358 0) + (26408 25615 764946 0) :recipe (:package "jenkinsfile-mode" :repo "https://github.com/john2x/jenkinsfile-mode.git" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :branch "master" :ref "568865ee419e0592de0dd0717d6769a66d9df111")) (lua-mode :source "lockfile" :date - (26403 28037 996058 0) + (26408 25615 756564 0) :recipe (:package "lua-mode" :repo "immerrr/lua-mode" :fetcher github :files (:defaults (:exclude "init-tryout.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "d074e4134b1beae9ed4c9b512af741ca0d852ba3")) (graphql-mode :source "lockfile" :date - (26403 28037 987284 0) + (26408 25615 748178 0) :recipe (:package "graphql-mode" :repo "davazp/graphql-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c3baca92809e6f6c8dd2596a413b277f3b0160ea")) (yaml-mode :source "lockfile" :date - (26403 28037 978365 0) + (26408 25615 739833 0) :recipe (:package "yaml-mode" :repo "yoshiki/yaml-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "d91f878729312a6beed77e6637c60497c5786efa")) (json-mode :source "lockfile" :date - (26403 28037 969054 0) + (26408 25615 731630 0) :recipe (:package "json-mode" :fetcher github :repo "json-emacs/json-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "77125b01c0ddce537085201098bea9b4b8ba6be3")) (git-modes :source "lockfile" :date - (26403 28037 960041 0) + (26408 25615 723288 0) :recipe (:package "git-modes" :fetcher github :repo "magit/git-modes" :old-names (gitattributes-mode gitconfig-mode gitignore-mode) @@ -605,150 +612,150 @@ (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f99010bbeb8b6d8a0819fac0195a2ef0159d08f0")) (php-mode :source "lockfile" :date - (26403 28037 950762 0) + (26408 25615 715004 0) :recipe (:package "php-mode" :repo "emacs-php/php-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "31f702ee2de35d514fb633c0c37531cb648bff70")) (purescript-mode :source "lockfile" :date - (26403 28037 941537 0) + (26408 25615 706698 0) :recipe (:package "purescript-mode" :repo "purescript-emacs/purescript-mode" :fetcher github :files (:defaults "NEWS" "snippets") :source "MELPA" :protocol https :inherit t :depth treeless :ref "d187b3d4bbb4d9cb36a4c6c55f35d63d159a26e8")) (rspec-mode :source "lockfile" :date - (26403 28037 932246 0) + (26408 25615 698334 0) :recipe (:package "rspec-mode" :repo "pezra/rspec-mode" :fetcher github :files ("rspec-mode.el" "snippets") :source "MELPA" :protocol https :inherit t :depth treeless :ref "29df3d081c6a1cbdf840cd13d45ea1c100c5bbaa")) (ruby-end :source "lockfile" :date - (26403 28037 923158 0) + (26408 25615 689924 0) :recipe (:package "ruby-end" :repo "rejeep/ruby-end.el" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "ba7d7230f9e3ed75c9982d32bb9fdff1dc10935d")) (rbs-mode :source "lockfile" :date - (26403 28037 913693 0) + (26408 25615 681737 0) :recipe (:package "rbs-mode" :fetcher github :repo "ybiquitous/rbs-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "21ec7718a2b3149c13464e182fd4e1cf64bff277")) (rust-mode :source "lockfile" :date - (26403 28037 904372 0) + (26408 25615 673438 0) :recipe (:package "rust-mode" :repo "rust-lang/rust-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "3bd0863f28414e629ca15ad2852a429a126226c5")) (flycheck-rust :source "lockfile" :date - (26403 28037 895081 0) + (26408 25615 665263 0) :recipe (:package "flycheck-rust" :repo "flycheck/flycheck-rust" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "e7692cded99999d2dc3d3df5d977dcdeb1c179fb")) (fish-mode :source "lockfile" :date - (26403 28037 886192 0) + (26408 25615 656891 0) :recipe (:package "fish-mode" :fetcher github :repo "wwwjfy/emacs-fish" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "2526b1803b58cf145bc70ff6ce2adb3f6c246f89")) (web-mode :source "lockfile" :date - (26403 28037 876823 0) + (26408 25615 648718 0) :recipe (:package "web-mode" :repo "fxbois/web-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "0c83581d1e93d1d802c730a1d5e90cd1c740e1b2")) (zig-mode :source "lockfile" :date - (26403 28037 863733 0) + (26408 25615 640277 0) :recipe (:package "zig-mode" :repo "ziglang/zig-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "f55e42536a3f34b81198b856595dc3a61867aa3e")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "42aa16cac26cb62768d3cba9854af904c35dbbf9")) (ace-window :source "lockfile" :date - (26403 28037 853540 0) + (26408 25615 631962 0) :recipe (:package "ace-window" :repo "abo-abo/ace-window" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "77115afc1b0b9f633084cf7479c767988106c196")) (pfuture :source "lockfile" :date - (26403 28037 843972 0) + (26408 25615 623554 0) :recipe (:package "pfuture" :repo "Alexander-Miller/pfuture" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "19b53aebbc0f2da31de6326c495038901bffb73c")) (hydra :source "lockfile" :date - (26403 28037 835276 0) + (26408 25615 615197 0) :recipe (:package "hydra" :repo "abo-abo/hydra" :fetcher github :files (:defaults (:exclude "lv.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "317e1de33086637579a7aeb60f77ed0405bf359b")) (cfrs :source "lockfile" :date - (26403 28037 826152 0) + (26408 25615 606794 0) :recipe (:package "cfrs" :repo "Alexander-Miller/cfrs" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f3a21f237b2a54e6b9f8a420a9da42b4f0a63121")) (posframe :source "lockfile" :date - (26403 28037 817348 0) + (26408 25615 598480 0) :recipe (:package "posframe" :fetcher github :repo "tumashu/posframe" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "ac9f954ac4c546e68daf403f2ab2b5ad4397f26e")) (all-the-icons :source "lockfile" :date - (26403 28037 807621 0) + (26408 25615 590103 0) :recipe (:package "all-the-icons" :repo "domtronn/all-the-icons.el" :fetcher github :files (:defaults "data") :source "MELPA" :protocol https :inherit t :depth treeless :ref "39ef44f810c34e8900978788467cc675870bcd19")) (tree-sitter :source "lockfile" :date - (26403 28037 798145 0) + (26408 25615 581744 0) :recipe (:package "tree-sitter" :repo "emacs-tree-sitter/elisp-tree-sitter" :fetcher github :branch "release" :files (:defaults (:exclude "lisp/tree-sitter-tests.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "3cfab8a0e945db9b3df84437f27945746a43cc71")) (tsc :source "lockfile" :date - (26403 28037 789864 0) + (26408 25615 573349 0) :recipe (:package "tsc" :fetcher github :repo "emacs-tree-sitter/elisp-tree-sitter" :branch "release" :files ("core/*.el" "core/Cargo.toml" "core/Cargo.lock" "core/src") :source "MELPA" :protocol https :inherit t :depth treeless :ref "3cfab8a0e945db9b3df84437f27945746a43cc71")) (elisp-refs :source "lockfile" :date - (26403 28037 780545 0) + (26408 25615 565173 0) :recipe (:package "elisp-refs" :repo "Wilfred/elisp-refs" :fetcher github :files (:defaults (:exclude "elisp-refs-bench.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "541a064c3ce27867872cf708354a65d83baf2a6d")) (visual-regexp :source "lockfile" :date - (26403 28037 771258 0) + (26408 25615 556818 0) :recipe (:package "visual-regexp" :repo "benma/visual-regexp.el" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "48457d42a5e0fe10fa3a9c15854f1f127ade09b5")) (frame-local :source "lockfile" :date - (26403 28037 761809 0) + (26408 25615 548519 0) :recipe (:package "frame-local" :fetcher github :repo "sebastiencs/frame-local" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "7ee1106c3bcd4022f48421f8cb1ef4f995da816e")) (editorconfig :source "lockfile" :date - (26403 28037 752629 0) + (26408 25615 540150 0) :recipe (:package "editorconfig" :fetcher github :repo "editorconfig/editorconfig-emacs" :old-names (editorconfig-core editorconfig-fnmatch) @@ -757,68 +764,68 @@ (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "24f5b2b1cd4e37adc245fb59f7edeb6872a707a4")) (flycheck :source "lockfile" :date - (26403 28037 743243 0) + (26408 25615 531842 0) :recipe (:package "flycheck" :repo "flycheck/flycheck" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "5217e0e02f487d70e3d418e5e6ce884fc9711511")) (bui :source "lockfile" :date - (26403 28037 734027 0) + (26408 25615 523438 0) :recipe (:package "bui" :repo "alezost/bui.el" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f3a137628e112a91910fd33c0cff0948fa58d470")) (lsp-treemacs :source "lockfile" :date - (26403 28037 724690 0) + (26408 25615 515098 0) :recipe (:package "lsp-treemacs" :repo "emacs-lsp/lsp-treemacs" :fetcher github :files (:defaults "icons") :source "MELPA" :protocol https :inherit t :depth treeless :ref "fb1a07ae0a3d781dea8ac78da2933e0173eb48a4")) (lsp-docker :source "lockfile" :date - (26403 28037 715176 0) + (26408 25615 506667 0) :recipe (:package "lsp-docker" :repo "emacs-lsp/lsp-docker" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "ce291d0f80533f8eaca120eb745d55669e062636")) (yaml :source "lockfile" :date - (26403 28037 705579 0) + (26408 25615 498362 0) :recipe (:package "yaml" :repo "zkry/yaml.el" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "70c4fcead97e9bd6594e418c922ae769818f4245")) (magit-section :source "lockfile" :date - (26403 28037 695879 0) + (26408 25615 489844 0) :recipe (:package "magit-section" :fetcher github :repo "magit/magit" :files ("lisp/magit-section.el" "docs/magit-section.texi" "magit-section-pkg.el") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "f2a61334430291d2162a68138c95ab310a8557f1")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "b2b07b993ec2d80f6f7b8b34df0cc77565d9fb18")) (with-editor :source "lockfile" :date - (26403 28037 687507 0) + (26408 25615 481418 0) :recipe (:package "with-editor" :fetcher github :repo "magit/with-editor" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "77cb2403158cfea9d8bfb8adad81b84d1d6d7c6a")) (powerline :source "lockfile" :date - (26403 28037 678443 0) + (26408 25615 472934 0) :recipe (:package "powerline" :fetcher github :repo "milkypostman/powerline" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c35c35bdf5ce2d992882c1f06f0f078058870d4a")) (parseedn :source "lockfile" :date - (26403 28037 669375 0) + (26408 25615 464586 0) :recipe (:package "parseedn" :repo "clojure-emacs/parseedn" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "3407e4530a367b6c2b857dae261cdbb67a440aaa")) (queue :source "lockfile" :date - (26403 28037 660600 0) + (26408 25615 456079 0) :recipe (:package "queue" :repo ("git://git.sv.gnu.org/emacs/elpa" . "queue") @@ -827,115 +834,115 @@ (:exclude ".git")) :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "f986fb68e75bdae951efb9e11a3012ab6bd408ee")) (sesman :source "lockfile" :date - (26403 28037 651481 0) + (26408 25615 447615 0) :recipe (:package "sesman" :repo "vspinu/sesman" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "7bca68dbbab0af26a6a23be1ff5fa97f9a18e022")) (parseclj :source "lockfile" :date - (26403 28037 642276 0) + (26408 25615 439181 0) :recipe (:package "parseclj" :repo "clojure-emacs/parseclj" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "6af22372e0fe14df882dd300b22b12ba2d7e00b0")) (paredit :source "lockfile" :date - (26403 28037 633544 0) + (26408 25615 430940 0) :recipe (:package "paredit" :fetcher git :url "https://mumble.net/~campbell/git/paredit.git" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "037b9b8acbca75151f133b6c0f7f3ff97d9042e5")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "af075775af91f2dbc63b915d762b4aec092946c4")) (multiple-cursors :source "lockfile" :date - (26403 28037 624333 0) + (26408 25615 422536 0) :recipe (:package "multiple-cursors" :fetcher github :repo "magnars/multiple-cursors.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c870c18462461df19382ecd2f9374c8b902cd804")) (inflections :source "lockfile" :date - (26403 28037 615180 0) + (26408 25615 414141 0) :recipe (:package "inflections" :repo "eschulte/jump.el" :fetcher github :files ("inflections.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "55caa66a7cc6e0b1a76143fd40eff38416928941")) (reformatter :source "lockfile" :date - (26403 28037 606174 0) + (26408 25615 405785 0) :recipe (:package "reformatter" :repo "purcell/emacs-reformatter" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f13f5b4ce51db95ea317d57a83be0358bbf3ec30")) (iedit :source "lockfile" :date - (26403 28037 596937 0) + (26408 25615 397547 0) :recipe (:package "iedit" :repo "victorhge/iedit" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "27c61866b1b9b8d77629ac702e5f48e67dfe0d3b")) (swiper :source "lockfile" :date - (26403 28037 587845 0) + (26408 25615 388994 0) :recipe (:package "swiper" :repo "abo-abo/swiper" :fetcher github :files ("swiper.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "8dc02d5b725f78d1f80904807b46f5406f129674")) (zoutline :source "lockfile" :date - (26403 28037 579631 0) + (26408 25615 380701 0) :recipe (:package "zoutline" :repo "abo-abo/zoutline" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "32857c6c4b9b0bcbed14d825a10b91a98d5fed0a")) (ivy :source "lockfile" :date - (26403 28037 569943 0) + (26408 25615 372217 0) :recipe (:package "ivy" :repo "abo-abo/swiper" :fetcher github :files (:defaults "doc/ivy-help.org" (:exclude "swiper.el" "counsel.el" "ivy-hydra.el" "ivy-avy.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "8dc02d5b725f78d1f80904807b46f5406f129674")) (heex-ts-mode :source "lockfile" :date - (26403 28037 560366 0) + (26408 25615 363848 0) :recipe (:package "heex-ts-mode" :repo "wkirschbaum/heex-ts-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "90142df2929956536dc1eaae3bb5ca04dc4232ab")) (caml :source "lockfile" :date - (26403 28037 551079 0) + (26408 25615 355181 0) :recipe (:package "caml" :repo "ocaml/caml-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "47defafa2b08fb680e89bfee9cb9ce82bd9e3bcf")) (aio :source "lockfile" :date - (26403 28037 541222 0) + (26408 25615 346273 0) :recipe (:package "aio" :fetcher github :repo "skeeto/emacs-aio" :files ("aio.el" "README.md" "UNLICENSE") :source "MELPA" :protocol https :inherit t :depth treeless :ref "da93523e235529fa97d6f251319d9e1d6fc24a41")) (tablist :source "lockfile" :date - (26403 28037 531473 0) + (26408 25615 336762 0) :recipe (:package "tablist" :fetcher github :repo "emacsorphanage/tablist" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "fcd37147121fabdf003a70279cf86fbe08cfac6f")) (hcl-mode :source "lockfile" :date - (26403 28037 520863 0) + (26408 25615 326695 0) :recipe (:package "hcl-mode" :repo "hcl-emacs/hcl-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "1da895ed75d28d9f87cbf9b74f075d90ba31c0ed")) (groovy-mode :source "lockfile" :date - (26403 28037 509105 0) + (26408 25615 314901 0) :recipe (:package "groovy-mode" :fetcher github :repo "Groovy-Emacs-Modes/groovy-emacs-modes" :files ("*groovy*.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "7b8520b2e2d3ab1d62b35c426e17ac25ed0120bb")) (json-snatcher :source "lockfile" :date - (26403 28037 492873 0) + (26408 25615 295275 0) :recipe (:package "json-snatcher" :fetcher github :repo "Sterlingg/json-snatcher" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" diff --git a/lisp/icejam-avy.el b/lisp/icejam-avy.el index 73c0616..0583883 100644 --- a/lisp/icejam-avy.el +++ b/lisp/icejam-avy.el @@ -13,7 +13,7 @@ (use-package avy :ensure t :defer t :config - (setopt avy-timeout-seconds 1) ;; Wait for 1 second for candidates + (setopt avy-timeout-seconds 1.0) ;; Wait for 1 second for candidates :bind (:map icejam-keys-mode-map ;; Jump to text in sight with CMD-j ([(hyper j)] . avy-goto-char-timer))) diff --git a/lisp/icejam-custom-init.el b/lisp/icejam-custom-init.el index b9c0682..a594969 100644 --- a/lisp/icejam-custom-init.el +++ b/lisp/icejam-custom-init.el @@ -60,9 +60,10 @@ ;; Use package settings (setopt use-package-verbose t) (setopt use-package-compute-statistics t) -(elpaca elpaca-use-package - ;; Enable use-package :ensure support for Elpaca. - (elpaca-use-package-mode)) + +;; Enable use-package :ensure support for Elpaca. +(defvar elpaca-use-package) +(elpaca elpaca-use-package (elpaca-use-package-mode)) (elpaca-load-lockfile (concat user-emacs-directory "elpaca.lock")) @@ -135,7 +136,7 @@ (require 'icejam-diminish) ;; Restore GC to normal, but still high -(setopt gc-cons-threshold 200000000) +(setopt gc-cons-threshold 204800000) (setopt gc-cons-percentage 0.2) (provide 'icejam-custom-init) diff --git a/lisp/icejam-dashboard.el b/lisp/icejam-dashboard.el index 86bc88c..c69602c 100644 --- a/lisp/icejam-dashboard.el +++ b/lisp/icejam-dashboard.el @@ -15,13 +15,15 @@ :hook ((elpaca-after-init . dashboard-open)) :config - (setopt dashboard-footer-messages '("Happy coding!" "I showed you my source code, pls respond")) + ;; setopt gives a warning here, so let's use setq + (setq dashboard-footer-messages '("Happy coding!" + "I showed you my source code, pls respond")) (setopt dashboard-startup-banner 'logo) (setopt dashboard-items '((recents . 5) - ;; (bookmarks . 5) - ;; (agenda . 5) - ;; (registers . 5) - (projects . 5))) + ;; (bookmarks . 5) + ;; (agenda . 5) + ;; (registers . 5) + (projects . 5))) (dashboard-setup-startup-hook)) (provide 'icejam-dashboard) diff --git a/lisp/langs/icejam-lang-elisp.el b/lisp/langs/icejam-lang-elisp.el index 547705f..44484bd 100644 --- a/lisp/langs/icejam-lang-elisp.el +++ b/lisp/langs/icejam-lang-elisp.el @@ -6,7 +6,9 @@ (require 'icejam-transient) (use-package lispy :ensure t :defer t) +(use-package aggressive-indent :ensure t :defer t) +(declare-function aggressive-indent-mode "aggressive-indent") (declare-function column-enforce-n "column-enforce-mode" (number)) (add-to-list 'auto-mode-alist '("/Eask\\'" . emacs-lisp-mode)) @@ -30,7 +32,8 @@ (icejam-set-indent 2) ;; Default indentation of 2 characters (column-enforce-n 80) - (lispy-mode t) + (lispy-mode t) ;; Pseudomodal editing for lisp code + (aggressive-indent-mode) ;; Indent lisp automatically ;; Company list override (add-to-list (make-local-variable 'company-backends) diff --git a/lisp/langs/icejam-lang-markdown.el b/lisp/langs/icejam-lang-markdown.el index c170cd2..6e3ab50 100644 --- a/lisp/langs/icejam-lang-markdown.el +++ b/lisp/langs/icejam-lang-markdown.el @@ -3,13 +3,18 @@ ;;; Code: (require 'icejam-prog-mode) -(declare-function elpaca-installed-p "elpacs") + +;; Markdown is a dependency of LSP mode. By wrapping it in unless we silence +;; a warning from the byte compiler. +(declare-function elpaca-installed-p "elpaca") (unless (elpaca-installed-p 'markdown-mode) (use-package markdown-mode :ensure t)) (with-eval-after-load 'markdown-mode (setq-default markdown-command "pandoc")) +(declare-function rxt--re-builder-switch-pcre-mode "pcre2el") + (defun icejam-lang-activate-markdown-mode () "Reconfigure markdown mode for your own purposes." (icejam-set-indent 2) From d15b0776b043fe18940bb76df0b17c3ce9744173 Mon Sep 17 00:00:00 2001 From: Maciej Szlosarczyk Date: Thu, 7 Nov 2024 17:07:28 +0200 Subject: [PATCH 04/34] Update elpaca --- elpaca.lock | 318 ++++++++++++++++++------------------- lisp/icejam-base.el | 9 +- lisp/icejam-custom-init.el | 2 +- lisp/icejam-lsp.el | 16 +- lisp/icejam-transient.el | 3 +- 5 files changed, 176 insertions(+), 172 deletions(-) diff --git a/elpaca.lock b/elpaca.lock index 4a49166..47f4a39 100644 --- a/elpaca.lock +++ b/elpaca.lock @@ -1,29 +1,29 @@ ((elpaca :source "lockfile" :date - (26408 25616 484690 0) + (26412 55194 865477 0) :recipe - (:source nil :protocol https :inherit t :depth 1 :repo "https://github.com/progfolio/elpaca.git" :ref "5b5b319734fd3923c2203a24da325493733b0172" :files + (:source nil :protocol https :inherit t :depth 1 :repo "https://github.com/progfolio/elpaca.git" :ref "d74d27f025e8129d47d42d5fdcad4416bf03b07a" :files (:defaults "elpaca-test.el" (:exclude "extensions")) :build (:not elpaca--activate-package) :package "elpaca")) (elpaca-use-package :source "lockfile" :date - (26408 25616 476093 0) + (26412 55194 857311 0) :recipe (:package "elpaca-use-package" :wait t :repo "https://github.com/progfolio/elpaca.git" :files ("extensions/elpaca-use-package.el") :main "extensions/elpaca-use-package.el" :build (:not elpaca--compile-info) - :source "Elpaca extensions" :protocol https :inherit t :depth treeless :ref "5b5b319734fd3923c2203a24da325493733b0172")) + :source "Elpaca extensions" :protocol https :inherit t :depth treeless :ref "d74d27f025e8129d47d42d5fdcad4416bf03b07a")) (transient :source "lockfile" :date - (26408 25616 467613 0) + (26412 55194 848998 0) :recipe (:package "transient" :fetcher github :repo "magit/transient" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :wait t :ref "d6b52b6eb7655d538b410ae60f85fbaa4d58a608")) + :source "MELPA" :protocol https :inherit t :depth treeless :wait t :ref "a541b996bd03a21a81edc02f333016fd906b91b6")) (compat :source "lockfile" :date - (26408 25616 459133 0) + (26412 55194 840085 0) :recipe (:package "compat" :repo ("https://github.com/emacs-compat/compat" . "compat") @@ -32,47 +32,47 @@ (:exclude ".git")) :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "a4c0408eafc3958af869727874b715ab6ca23b68")) (diminish :source "lockfile" :date - (26408 25616 450761 0) + (26412 55194 831043 0) :recipe (:package "diminish" :fetcher github :repo "myrjola/diminish.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :wait t :ref "fbd5d846611bad828e336b25d2e131d1bc06b83d")) (company :source "lockfile" :date - (26408 25616 442199 0) + (26412 55194 822024 0) :recipe (:package "company" :fetcher github :repo "company-mode/company-mode" :files (:defaults "icons" ("images/small" "doc/images/small/*.png")) - :source "MELPA" :protocol https :inherit t :depth treeless :wait t :ref "9c273fc7c1a9dd69ccf508589211c4f8bd0e0765")) + :source "MELPA" :protocol https :inherit t :depth treeless :wait t :ref "0ae7c293112248a0c36377d6859a95d216ae5e96")) (lsp-mode :source "lockfile" :date - (26408 25616 433747 0) + (26412 55194 812949 0) :recipe (:package "lsp-mode" :repo "emacs-lsp/lsp-mode" :fetcher github :files (:defaults "clients/*.el") :source "MELPA" :protocol https :inherit t :depth treeless :wait t :ref "9b104105adecf637188f4e3bf5cc228bda12374a")) (dash :source "lockfile" :date - (26408 25616 424240 0) + (26412 55194 803946 0) :recipe (:package "dash" :fetcher github :repo "magnars/dash.el" :files ("dash.el" "dash.texi") :source "MELPA" :protocol https :inherit t :depth treeless :ref "1de9dcb83eacfb162b6d9a118a4770b1281bcd84")) (f :source "lockfile" :date - (26408 25616 415741 0) + (26412 55194 795478 0) :recipe (:package "f" :fetcher github :repo "rejeep/f.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "931b6d0667fe03e7bf1c6c282d6d8d7006143c52")) (ht :source "lockfile" :date - (26408 25616 406987 0) + (26412 55194 787015 0) :recipe (:package "ht" :fetcher github :repo "Wilfred/ht.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "1c49aad1c820c86f7ee35bf9fff8429502f60fef")) (spinner :source "lockfile" :date - (26408 25616 397894 0) + (26412 55194 778370 0) :recipe (:package "spinner" :repo ("https://github.com/Malabarba/spinner.el" . "spinner") @@ -81,143 +81,143 @@ (:exclude ".git")) :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "d4647ae87fb0cd24bc9081a3d287c860ff061c21")) (markdown-mode :source "lockfile" :date - (26408 25616 388896 0) + (26412 55194 769265 0) :recipe (:package "markdown-mode" :fetcher github :repo "jrblevin/markdown-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "6102ac5b7301b4c4fc0262d9c6516693d5a33f2b")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "6f59f72ca040f0199aa72f1ae4f6c364de61cac0")) (lv :source "lockfile" :date - (26408 25616 380097 0) + (26412 55194 760117 0) :recipe (:package "lv" :repo "abo-abo/hydra" :fetcher github :files ("lv.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "317e1de33086637579a7aeb60f77ed0405bf359b")) (s :source "lockfile" :date - (26408 25616 371242 0) + (26412 55194 751831 0) :recipe (:package "s" :fetcher github :repo "magnars/s.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "dda84d38fffdaf0c9b12837b504b402af910d01d")) (easy-kill :source "lockfile" :date - (26408 25616 362424 0) + (26412 55194 742642 0) :recipe (:package "easy-kill" :fetcher github :repo "leoliu/easy-kill" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "de7d66c3c864a4722a973ee9bc228a14be49ba0c")) (buffer-move :source "lockfile" :date - (26408 25616 352476 0) + (26412 55194 733769 0) :recipe (:package "buffer-move" :fetcher github :repo "lukhas/buffer-move" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "e7800b3ab1bd76ee475ef35507ec51ecd5a3f065")) (gcmh :source "lockfile" :date - (26408 25616 343583 0) + (26412 55194 725070 0) :recipe (:package "gcmh" :repo "koral/gcmh" :fetcher gitlab :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "0089f9c3a6d4e9a310d0791cf6fa8f35642ecfd9")) (exec-path-from-shell :source "lockfile" :date - (26408 25616 334372 0) + (26412 55194 716451 0) :recipe (:package "exec-path-from-shell" :fetcher github :repo "purcell/exec-path-from-shell" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "72ede29a0e0467b3b433e8edbee3c79bab005884")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "4896a797252fbfdac32fb77508500ac7d220f717")) (direnv :source "lockfile" :date - (26408 25616 324209 0) + (26412 55194 707586 0) :recipe (:package "direnv" :fetcher github :repo "wbolster/emacs-direnv" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c0bf3b81c7a97e2a0d06d05495e86848254fcc1f")) (treemacs :source "lockfile" :date - (26408 25616 314374 0) + (26412 55194 698902 0) :recipe (:package "treemacs" :fetcher github :repo "Alexander-Miller/treemacs" :files (:defaults "Changelog.org" "icons" "src/elisp/treemacs*.el" "src/scripts/treemacs*.py" (:exclude "src/extra/*")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "2f0668439dfa246b2807497f2824ec7c7fbbeb49")) (treemacs-all-the-icons :source "lockfile" :date - (26408 25616 304131 0) + (26412 55194 690534 0) :recipe (:package "treemacs-all-the-icons" :fetcher github :repo "Alexander-Miller/treemacs" :files ("src/extra/treemacs-all-the-icons.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "2f0668439dfa246b2807497f2824ec7c7fbbeb49")) (keyfreq :source "lockfile" :date - (26408 25616 292976 0) + (26412 55194 681903 0) :recipe (:package "keyfreq" :fetcher github :repo "dacap/keyfreq" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c6955162307f37c2ac631d9daf118781009f8dda")) (which-key :source "lockfile" :date - (26408 25616 284710 0) + (26412 55194 673247 0) :recipe (:package "which-key" :repo "justbur/emacs-which-key" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "38d4308d1143b61e4004b6e7a940686784e51500")) (tree-sitter-langs :source "lockfile" :date - (26408 25616 275653 0) + (26412 55194 664562 0) :recipe (:package "tree-sitter-langs" :repo "emacs-tree-sitter/tree-sitter-langs" :fetcher github :branch "release" :files (:defaults "queries") :source "MELPA" :protocol https :inherit t :depth treeless :ref "6ff631d4e90005d5ba16aa21df6aecc26d0bc906")) (vertico :source "lockfile" :date - (26408 25616 266752 0) + (26412 55194 655507 0) :recipe (:package "vertico" :repo "minad/vertico" :files (:defaults "extensions/vertico-*.el") - :fetcher github :source "MELPA" :protocol https :inherit t :depth treeless :ref "e826dfcb14af5e2cfd88ed110d0208ddc2d37788")) + :fetcher github :source "MELPA" :protocol https :inherit t :depth treeless :ref "b0f9e7679be590b976576e4056b6af4b31212ab0")) (orderless :source "lockfile" :date - (26408 25616 258413 0) + (26412 55194 646679 0) :recipe (:package "orderless" :repo "oantolin/orderless" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "96b74d2450ab4ab1a175d0e86c62f6695c4709b5")) (marginalia :source "lockfile" :date - (26408 25616 250087 0) + (26412 55194 638174 0) :recipe (:package "marginalia" :repo "minad/marginalia" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "be2e57efff640880251c082ac93bd365b7202e6a")) (consult :source "lockfile" :date - (26408 25616 241595 0) + (26412 55194 629093 0) :recipe (:package "consult" :repo "minad/consult" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "afda4c68a4ebcc9104bf2a645848d7e92269f054")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "7a7af8dcdda02b9aa4a680a228b3f3a5cfa95334")) (helpful :source "lockfile" :date - (26408 25616 233262 0) + (26412 55194 619877 0) :recipe (:package "helpful" :repo "Wilfred/helpful" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "4ba24cac9fb14d5fdc32582cd947572040e82b2c")) (avy :source "lockfile" :date - (26408 25616 224682 0) + (26412 55194 610290 0) :recipe (:package "avy" :repo "abo-abo/avy" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "933d1f36cca0f71e4acb5fac707e9ae26c536264")) (rainbow-delimiters :source "lockfile" :date - (26408 25616 215869 0) + (26412 55194 600452 0) :recipe (:package "rainbow-delimiters" :fetcher github :repo "Fanael/rainbow-delimiters" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f40ece58df8b2f0fb6c8576b527755a552a5e763")) (rainbow-mode :source "lockfile" :date - (26408 25616 207060 0) + (26412 55194 591002 0) :recipe (:package "rainbow-mode" :repo ("git://git.sv.gnu.org/emacs/elpa" . "rainbow-mode") @@ -226,117 +226,117 @@ (:exclude ".git")) :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "f7db3b5919f70420a91eb199f8663468de3033f3")) (dash-at-point :source "lockfile" :date - (26408 25616 198677 0) + (26412 55194 581669 0) :recipe (:package "dash-at-point" :fetcher github :repo "stanaka/dash-at-point" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "fba1a6f42ea51d05110e12c62bdced664059eb55")) (column-enforce-mode :source "lockfile" :date - (26408 25616 189865 0) + (26412 55194 573068 0) :recipe (:package "column-enforce-mode" :fetcher github :repo "jordonbiondo/column-enforce-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "14a7622f2268890e33536ccd29510024d51ee96f")) (pcre2el :source "lockfile" :date - (26408 25616 180710 0) + (26412 55194 564318 0) :recipe (:package "pcre2el" :fetcher github :repo "joddie/pcre2el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "b4d846d80dddb313042131cf2b8fbf647567e000")) (visual-regexp-steroids :source "lockfile" :date - (26408 25616 171033 0) + (26412 55194 555560 0) :recipe (:package "visual-regexp-steroids" :repo "benma/visual-regexp-steroids.el" :fetcher github :files ("visual-regexp-steroids.el" "regexp.py") :source "MELPA" :protocol https :inherit t :depth treeless :ref "a6420b25ec0fbba43bf57875827092e1196d8a9e")) (yasnippet :source "lockfile" :date - (26408 25616 161453 0) + (26412 55194 546688 0) :recipe (:package "yasnippet" :repo "joaotavora/yasnippet" :fetcher github :files ("yasnippet.el" "snippets") :source "MELPA" :protocol https :inherit t :depth treeless :ref "fe1f4e0e96ce42d8668920335eb22c3c009dab3e")) (yasnippet-snippets :source "lockfile" :date - (26408 25616 151706 0) + (26412 55194 537816 0) :recipe (:package "yasnippet-snippets" :repo "AndreaCrotti/yasnippet-snippets" :fetcher github :files ("*.el" "snippets" ".nosearch") :source "MELPA" :protocol https :inherit t :depth treeless :ref "23bcbcd11f567a2659ae413c62c82892eb50a3f1")) (company-box :source "lockfile" :date - (26408 25616 143116 0) + (26412 55194 529179 0) :recipe (:package "company-box" :fetcher github :repo "sebastiencs/company-box" :files (:defaults "images") :source "MELPA" :protocol https :inherit t :depth treeless :ref "c4f2e243fba03c11e46b1600b124e036f2be7691")) (copilot :source "lockfile" :date - (26408 25616 134458 0) + (26412 55194 520381 0) :recipe (:source nil :protocol https :inherit t :depth treeless :host github :repo "copilot-emacs/copilot.el" :files ("*.el") :package "copilot" :ref "b5878d6a8c741138b5efbf4fe1c594f3fd69dbdd")) (gptel :source "lockfile" :date - (26408 25616 125993 0) + (26412 55194 511529 0) :recipe (:package "gptel" :repo "karthink/gptel" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "b7ce74bcb777243bf21d20158e83efc889de7c8c")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "3aa67a7201129f5cfaf35c69780d4efcff9c0358")) (elysium :source "lockfile" :date - (26408 25616 117530 0) + (26412 55194 502567 0) :recipe (:package "elysium" :fetcher github :repo "lanceberge/elysium" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "dcb194e0e49e2c1864e0fa2ccec3d7e37b0a44b6")) (flymake-flycheck :source "lockfile" :date - (26408 25616 109168 0) + (26412 55194 493649 0) :recipe (:package "flymake-flycheck" :fetcher github :repo "purcell/flymake-flycheck" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "6c13e1c6ff6790222facf37439cafcacba513322")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "88455c5e6d8ebf650fb51a45c7511a1c18097344")) (flyspell-correct :source "lockfile" :date - (26408 25616 100700 0) + (26412 55194 484561 0) :recipe (:package "flyspell-correct" :repo "d12frosted/flyspell-correct" :fetcher github :files ("flyspell-correct.el" "flyspell-correct-ido.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "1e7a5a56362dd875dddf848b9a9e25d1395b9d37")) (deft :source "lockfile" :date - (26408 25616 91993 0) + (26412 55194 475616 0) :recipe (:package "deft" :repo "jrblevin/deft" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "b369d7225d86551882568788a23c5497b232509c")) (lsp-ui :source "lockfile" :date - (26408 25616 83710 0) + (26412 55194 466068 0) :recipe (:package "lsp-ui" :repo "emacs-lsp/lsp-ui" :fetcher github :files (:defaults "lsp-ui-doc.html" "resources") :source "MELPA" :protocol https :inherit t :depth treeless :ref "072bb29152038518c2478813b82c8d04d07df84c")) (dap-mode :source "lockfile" :date - (26408 25616 74221 0) + (26412 55194 457009 0) :recipe (:package "dap-mode" :repo "emacs-lsp/dap-mode" :fetcher github :files (:defaults "icons") :source "MELPA" :protocol https :inherit t :depth treeless :ref "605448b4fd90ca25924bf029acf2bdd047045133")) (dashboard :source "lockfile" :date - (26408 25616 65976 0) + (26412 55194 447839 0) :recipe (:package "dashboard" :fetcher github :repo "emacs-dashboard/emacs-dashboard" :files (:defaults "banners") :source "MELPA" :protocol https :inherit t :depth treeless :ref "946b9957470a3cac6b089bdf2d9edd07a29fcc9c")) (magit :source "lockfile" :date - (26408 25616 57499 0) + (26412 55194 438742 0) :recipe (:package "magit" :fetcher github :repo "magit/magit" :files ("lisp/magit*.el" "lisp/git-*.el" "docs/magit.texi" "docs/AUTHORS.md" "LICENSE" "magit-pkg.el" (:exclude "lisp/magit-section.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "b2b07b993ec2d80f6f7b8b34df0cc77565d9fb18")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "1c30bb1f9fb0668ec385fc3fb899b30d5507fad8")) (vundo :source "lockfile" :date - (26408 25616 49286 0) + (26412 55194 430281 0) :recipe (:package "vundo" :repo ("https://github.com/casouri/vundo" . "vundo") @@ -345,33 +345,33 @@ (:exclude ".git" "test")) :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "ca590c571546eb1d38c855216db11d28135892f2")) (speed-type :source "lockfile" :date - (26408 25616 40916 0) + (26412 55194 421150 0) :recipe (:package "speed-type" :fetcher github :repo "dakra/speed-type" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "b982ee6081a11837760eeaed73c4f413eefb07b1")) (spaceline :source "lockfile" :date - (26408 25616 32622 0) + (26412 55194 412222 0) :recipe (:package "spaceline" :fetcher github :repo "TheBB/spaceline" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "086420d16e526c79b67fc1edec4c2ae1e699f372")) (base16-theme :source "lockfile" :date - (26408 25616 24133 0) + (26412 55194 403403 0) :recipe (:package "base16-theme" :repo "tinted-theming/base16-emacs" :fetcher github :files (:defaults "build/*.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "077726249216bef6d98d0542eb6289641a58e8d0")) (clojure-mode :source "lockfile" :date - (26408 25616 15966 0) + (26412 55194 394454 0) :recipe (:package "clojure-mode" :repo "clojure-emacs/clojure-mode" :fetcher github :files ("clojure-mode.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "59888c84b61081e9b0085e388f55132925a66e7a")) (cider :source "lockfile" :date - (26408 25616 7563 0) + (26412 55194 385486 0) :recipe (:package "cider" :fetcher github :repo "clojure-emacs/cider" :files ("lisp/*.el" "bin/*.sh" "*.el" "clojure.sh" "lein.sh" @@ -380,230 +380,230 @@ (nrepl) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c7bed56c3dac124c232956c96957e21bbaf3749f")) (clj-refactor :source "lockfile" :date - (26408 25615 999321 0) + (26412 55194 376481 0) :recipe (:package "clj-refactor" :fetcher github :repo "clojure-emacs/clj-refactor.el" :files (:defaults "CHANGELOG.md") :source "MELPA" :protocol https :inherit t :depth treeless :ref "dc1bbc8cdaa723bdbb6669ea7d280625c370755d")) (dart-mode :source "lockfile" :date - (26408 25615 990937 0) + (26412 55194 367627 0) :recipe (:package "dart-mode" :fetcher github :repo "emacsorphanage/dart-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "02e919c1cf200b4938139c18068577faff1fb364")) (lsp-dart :source "lockfile" :date - (26408 25615 982786 0) + (26412 55194 358501 0) :recipe (:package "lsp-dart" :repo "emacs-lsp/lsp-dart" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "9ffbafb7dcea3ef3d9e29bafb51d5167f0585d2c")) (dhall-mode :source "lockfile" :date - (26408 25615 974353 0) + (26412 55194 349482 0) :recipe (:package "dhall-mode" :repo "psibi/dhall-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "87ab69fe765d87b3bb1604a306a8c44d6887681d")) (lispy :source "lockfile" :date - (26408 25615 966227 0) + (26412 55194 340720 0) :recipe (:package "lispy" :repo "abo-abo/lispy" :fetcher github :files (:defaults "lispy-clojure.clj" "lispy-clojure.cljs" "lispy-python.py") :source "MELPA" :protocol https :inherit t :depth treeless :ref "fe44efd21573868638ca86fc8313241148fabbe3")) (aggressive-indent :source "lockfile" :date - (26408 25615 957804 0) + (26412 55194 331573 0) :recipe (:package "aggressive-indent" :repo "Malabarba/aggressive-indent-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "a437a45868f94b77362c6b913c5ee8e67b273c42")) (elixir-mode :source "lockfile" :date - (26408 25615 949272 0) + (26412 55194 322782 0) :recipe (:package "elixir-mode" :fetcher github :repo "elixir-editors/emacs-elixir" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "00d6580a040a750e019218f9392cf9a4c2dac23a")) (elixir-ts-mode :source "lockfile" :date - (26408 25615 939845 0) + (26412 55194 313989 0) :recipe (:package "elixir-ts-mode" :repo "wkirschbaum/elixir-ts-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "b35c983f551ccf821ebebad50747b5b417133e52")) (erlang :source "lockfile" :date - (26408 25615 931547 0) + (26412 55194 304825 0) :recipe (:package "erlang" :fetcher github :repo "erlang/otp" :version-regexp "OTP-%v" :files ("lib/tools/emacs/*.el" (:exclude "lib/tools/emacs/erlang_appwiz.el")) - :source "MELPA" :protocol https :inherit t :depth 1 :ref "1cfa3cd2745d1177102937fca42952cc86b0c792")) + :source "MELPA" :protocol https :inherit t :depth 1 :ref "e57deca097ffc6578772d2a61da7d941327e5c2c")) (fsharp-mode :source "lockfile" :date - (26408 25615 923142 0) + (26412 55194 295623 0) :recipe (:package "fsharp-mode" :fetcher github :repo "fsharp/emacs-fsharp-mode" :files (:defaults (:exclude "eglot-fsharp.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "677d78c4d6cb574086408082dedbcaef04a85359")) (gleam-ts-mode :source "lockfile" :date - (26408 25615 914810 0) + (26412 55194 286798 0) :recipe (:package "gleam-ts-mode" :fetcher github :repo "gleam-lang/gleam-mode" :files ("gleam-ts-mode.el") :source "MELPA" :protocol https :inherit t :depth treeless :type git :host github :ref "d00f37d0b47f5d6810aa295af98c40a7708b4305")) (go-mode :source "lockfile" :date - (26408 25615 906458 0) + (26412 55194 277924 0) :recipe (:package "go-mode" :repo "dominikh/go-mode.el" :fetcher github :files ("go-mode.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "602d73e22646b1b98b2eb97927fd426c0d1d2f92")) (haskell-mode :source "lockfile" :date - (26408 25615 898189 0) + (26412 55194 269012 0) :recipe (:package "haskell-mode" :repo "haskell/haskell-mode" :fetcher github :files (:defaults "NEWS" "logo.svg") :source "MELPA" :protocol https :inherit t :depth treeless :ref "7d4529ac4443d70719638806cb80325a418110b9")) (lsp-haskell :source "lockfile" :date - (26408 25615 889748 0) + (26412 55194 260272 0) :recipe (:package "lsp-haskell" :repo "emacs-lsp/lsp-haskell" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "6981f8d1225c038c1a130e8cf70530cfe15f976e")) (js2-mode :source "lockfile" :date - (26408 25615 881345 0) + (26412 55194 251552 0) :recipe (:package "js2-mode" :repo "mooz/js2-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "62d6cb169ed4cb6d7ae3ddbd8da9c995fed0ab32")) (typescript-mode :source "lockfile" :date - (26408 25615 872935 0) + (26412 55194 242660 0) :recipe (:package "typescript-mode" :fetcher github :repo "emacs-typescript/typescript.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "fc3a4f3b275e8cf6cf41aa0c9ef42e25ef908feb")) (kotlin-mode :source "lockfile" :date - (26408 25615 864740 0) + (26412 55194 233607 0) :recipe (:package "kotlin-mode" :repo "Emacs-Kotlin-Mode-Maintainers/kotlin-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "fddd747e5b4736e8b27a147960f369b86179ddff")) (gradle-mode :source "lockfile" :date - (26408 25615 856428 0) + (26412 55194 224592 0) :recipe (:package "gradle-mode" :fetcher github :repo "scubacabra/emacs-gradle-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "e4d665d5784ecda7ddfba015f07c69be3cfc45f2")) (lean4-mode :source "lockfile" :date - (26408 25615 848046 0) + (26412 55194 215689 0) :recipe (:source nil :protocol https :inherit t :depth treeless :type git :host github :repo "leanprover/lean4-mode" :files ("*.el" "data") :package "lean4-mode" :ref "004ad0e60b85fb4eac74a5523ee3e648fd5cfce5")) (merlin :source "lockfile" :date - (26408 25615 839679 0) + (26412 55194 206754 0) :recipe (:package "merlin" :fetcher github :repo "ocaml/merlin" :files ("emacs/*.el" (:exclude "emacs/merlin-ac.el" "emacs/merlin-company.el" "emacs/merlin-iedit.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "a36f42a5b181d0c9cc84174e8eb241b11eeabc0f")) (opam-switch-mode :source "lockfile" :date - (26408 25615 831390 0) + (26412 55194 197685 0) :recipe (:package "opam-switch-mode" :fetcher github :repo "ProofGeneral/opam-switch-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "1069e56a662f23ea09d4e05611bdedeb99257012")) (dune :source "lockfile" :date - (26408 25615 822928 0) + (26412 55194 188777 0) :recipe (:package "dune" :fetcher github :repo "ocaml/dune" :files ("editor-integration/emacs/*.el") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "b4099636c73c28ad002559efab1d7c84285acb2d")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "619c098b162818c2b8a7b3bed711271bf2f61d3a")) (tuareg :source "lockfile" :date - (26408 25615 814697 0) + (26412 55194 179274 0) :recipe (:package "tuareg" :fetcher github :repo "ocaml/tuareg" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "1d53723e39f22ab4ab76d31f2b188a2879305092")) (dockerfile-mode :source "lockfile" :date - (26408 25615 806342 0) + (26412 55194 170596 0) :recipe (:package "dockerfile-mode" :fetcher github :repo "spotify/dockerfile-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "4d893bd2da15833ce056332e6c972d5d93e78f04")) (docker :source "lockfile" :date - (26408 25615 798167 0) + (26412 55194 161631 0) :recipe (:package "docker" :fetcher github :repo "Silex/docker.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "6f8bba0d11a5143872dfc25afdabe16cae410d11")) (terraform-mode :source "lockfile" :date - (26408 25615 789879 0) + (26412 55194 152959 0) :recipe (:package "terraform-mode" :repo "hcl-emacs/terraform-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "abfc10f5e313c4bb99de136a14636e9bc6df74f6")) (ansible :source "lockfile" :date - (26408 25615 781602 0) + (26412 55194 143903 0) :recipe (:package "ansible" :fetcher gitlab :repo "emacs-ansible/emacs-ansible" :files (:defaults "snippets" "dict") :source "MELPA" :protocol https :inherit t :depth treeless :ref "e171dacc12eeaba5dbd7fd887f94d11b357fe958")) (nginx-mode :source "lockfile" :date - (26408 25615 773211 0) + (26412 55194 135034 0) :recipe (:package "nginx-mode" :fetcher github :repo "ajc/nginx-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c4ac5de975d65c84893a130a470af32a48b0b66c")) (jenkinsfile-mode :source "lockfile" :date - (26408 25615 764946 0) + (26412 55194 126035 0) :recipe (:package "jenkinsfile-mode" :repo "https://github.com/john2x/jenkinsfile-mode.git" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :branch "master" :ref "568865ee419e0592de0dd0717d6769a66d9df111")) (lua-mode :source "lockfile" :date - (26408 25615 756564 0) + (26412 55194 116785 0) :recipe (:package "lua-mode" :repo "immerrr/lua-mode" :fetcher github :files (:defaults (:exclude "init-tryout.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "d074e4134b1beae9ed4c9b512af741ca0d852ba3")) (graphql-mode :source "lockfile" :date - (26408 25615 748178 0) + (26412 55194 107987 0) :recipe (:package "graphql-mode" :repo "davazp/graphql-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c3baca92809e6f6c8dd2596a413b277f3b0160ea")) (yaml-mode :source "lockfile" :date - (26408 25615 739833 0) + (26412 55194 99418 0) :recipe (:package "yaml-mode" :repo "yoshiki/yaml-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "d91f878729312a6beed77e6637c60497c5786efa")) (json-mode :source "lockfile" :date - (26408 25615 731630 0) + (26412 55194 91007 0) :recipe (:package "json-mode" :fetcher github :repo "json-emacs/json-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "77125b01c0ddce537085201098bea9b4b8ba6be3")) (git-modes :source "lockfile" :date - (26408 25615 723288 0) + (26412 55194 82016 0) :recipe (:package "git-modes" :fetcher github :repo "magit/git-modes" :old-names (gitattributes-mode gitconfig-mode gitignore-mode) @@ -612,150 +612,150 @@ (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f99010bbeb8b6d8a0819fac0195a2ef0159d08f0")) (php-mode :source "lockfile" :date - (26408 25615 715004 0) + (26412 55194 73131 0) :recipe (:package "php-mode" :repo "emacs-php/php-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "31f702ee2de35d514fb633c0c37531cb648bff70")) (purescript-mode :source "lockfile" :date - (26408 25615 706698 0) + (26412 55194 63838 0) :recipe (:package "purescript-mode" :repo "purescript-emacs/purescript-mode" :fetcher github :files (:defaults "NEWS" "snippets") :source "MELPA" :protocol https :inherit t :depth treeless :ref "d187b3d4bbb4d9cb36a4c6c55f35d63d159a26e8")) (rspec-mode :source "lockfile" :date - (26408 25615 698334 0) + (26412 55194 54880 0) :recipe (:package "rspec-mode" :repo "pezra/rspec-mode" :fetcher github :files ("rspec-mode.el" "snippets") :source "MELPA" :protocol https :inherit t :depth treeless :ref "29df3d081c6a1cbdf840cd13d45ea1c100c5bbaa")) (ruby-end :source "lockfile" :date - (26408 25615 689924 0) + (26412 55194 46237 0) :recipe (:package "ruby-end" :repo "rejeep/ruby-end.el" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "ba7d7230f9e3ed75c9982d32bb9fdff1dc10935d")) (rbs-mode :source "lockfile" :date - (26408 25615 681737 0) + (26412 55194 37395 0) :recipe (:package "rbs-mode" :fetcher github :repo "ybiquitous/rbs-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "21ec7718a2b3149c13464e182fd4e1cf64bff277")) (rust-mode :source "lockfile" :date - (26408 25615 673438 0) + (26412 55194 28519 0) :recipe (:package "rust-mode" :repo "rust-lang/rust-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "3bd0863f28414e629ca15ad2852a429a126226c5")) (flycheck-rust :source "lockfile" :date - (26408 25615 665263 0) + (26412 55194 19820 0) :recipe (:package "flycheck-rust" :repo "flycheck/flycheck-rust" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "e7692cded99999d2dc3d3df5d977dcdeb1c179fb")) (fish-mode :source "lockfile" :date - (26408 25615 656891 0) + (26412 55194 10869 0) :recipe (:package "fish-mode" :fetcher github :repo "wwwjfy/emacs-fish" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "2526b1803b58cf145bc70ff6ce2adb3f6c246f89")) (web-mode :source "lockfile" :date - (26408 25615 648718 0) + (26412 55194 1870 0) :recipe (:package "web-mode" :repo "fxbois/web-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "0c83581d1e93d1d802c730a1d5e90cd1c740e1b2")) (zig-mode :source "lockfile" :date - (26408 25615 640277 0) + (26412 55193 993072 0) :recipe (:package "zig-mode" :repo "ziglang/zig-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "42aa16cac26cb62768d3cba9854af904c35dbbf9")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "f0b4a487530146f99230f4a5ff67e8d56c8f3f80")) (ace-window :source "lockfile" :date - (26408 25615 631962 0) + (26412 55193 983637 0) :recipe (:package "ace-window" :repo "abo-abo/ace-window" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "77115afc1b0b9f633084cf7479c767988106c196")) (pfuture :source "lockfile" :date - (26408 25615 623554 0) + (26412 55193 974176 0) :recipe (:package "pfuture" :repo "Alexander-Miller/pfuture" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "19b53aebbc0f2da31de6326c495038901bffb73c")) (hydra :source "lockfile" :date - (26408 25615 615197 0) + (26412 55193 965804 0) :recipe (:package "hydra" :repo "abo-abo/hydra" :fetcher github :files (:defaults (:exclude "lv.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "317e1de33086637579a7aeb60f77ed0405bf359b")) (cfrs :source "lockfile" :date - (26408 25615 606794 0) + (26412 55193 956643 0) :recipe (:package "cfrs" :repo "Alexander-Miller/cfrs" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f3a21f237b2a54e6b9f8a420a9da42b4f0a63121")) (posframe :source "lockfile" :date - (26408 25615 598480 0) + (26412 55193 947497 0) :recipe (:package "posframe" :fetcher github :repo "tumashu/posframe" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "ac9f954ac4c546e68daf403f2ab2b5ad4397f26e")) (all-the-icons :source "lockfile" :date - (26408 25615 590103 0) + (26412 55193 937917 0) :recipe (:package "all-the-icons" :repo "domtronn/all-the-icons.el" :fetcher github :files (:defaults "data") :source "MELPA" :protocol https :inherit t :depth treeless :ref "39ef44f810c34e8900978788467cc675870bcd19")) (tree-sitter :source "lockfile" :date - (26408 25615 581744 0) + (26412 55193 928735 0) :recipe (:package "tree-sitter" :repo "emacs-tree-sitter/elisp-tree-sitter" :fetcher github :branch "release" :files (:defaults (:exclude "lisp/tree-sitter-tests.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "3cfab8a0e945db9b3df84437f27945746a43cc71")) (tsc :source "lockfile" :date - (26408 25615 573349 0) + (26412 55193 920419 0) :recipe (:package "tsc" :fetcher github :repo "emacs-tree-sitter/elisp-tree-sitter" :branch "release" :files ("core/*.el" "core/Cargo.toml" "core/Cargo.lock" "core/src") :source "MELPA" :protocol https :inherit t :depth treeless :ref "3cfab8a0e945db9b3df84437f27945746a43cc71")) (elisp-refs :source "lockfile" :date - (26408 25615 565173 0) + (26412 55193 911214 0) :recipe (:package "elisp-refs" :repo "Wilfred/elisp-refs" :fetcher github :files (:defaults (:exclude "elisp-refs-bench.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "541a064c3ce27867872cf708354a65d83baf2a6d")) (visual-regexp :source "lockfile" :date - (26408 25615 556818 0) + (26412 55193 902577 0) :recipe (:package "visual-regexp" :repo "benma/visual-regexp.el" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "48457d42a5e0fe10fa3a9c15854f1f127ade09b5")) (frame-local :source "lockfile" :date - (26408 25615 548519 0) + (26412 55193 893271 0) :recipe (:package "frame-local" :fetcher github :repo "sebastiencs/frame-local" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "7ee1106c3bcd4022f48421f8cb1ef4f995da816e")) (editorconfig :source "lockfile" :date - (26408 25615 540150 0) + (26412 55193 884175 0) :recipe (:package "editorconfig" :fetcher github :repo "editorconfig/editorconfig-emacs" :old-names (editorconfig-core editorconfig-fnmatch) @@ -764,68 +764,68 @@ (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "24f5b2b1cd4e37adc245fb59f7edeb6872a707a4")) (flycheck :source "lockfile" :date - (26408 25615 531842 0) + (26412 55193 874986 0) :recipe (:package "flycheck" :repo "flycheck/flycheck" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "5217e0e02f487d70e3d418e5e6ce884fc9711511")) (bui :source "lockfile" :date - (26408 25615 523438 0) + (26412 55193 865879 0) :recipe (:package "bui" :repo "alezost/bui.el" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f3a137628e112a91910fd33c0cff0948fa58d470")) (lsp-treemacs :source "lockfile" :date - (26408 25615 515098 0) + (26412 55193 856876 0) :recipe (:package "lsp-treemacs" :repo "emacs-lsp/lsp-treemacs" :fetcher github :files (:defaults "icons") :source "MELPA" :protocol https :inherit t :depth treeless :ref "fb1a07ae0a3d781dea8ac78da2933e0173eb48a4")) (lsp-docker :source "lockfile" :date - (26408 25615 506667 0) + (26412 55193 847889 0) :recipe (:package "lsp-docker" :repo "emacs-lsp/lsp-docker" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "ce291d0f80533f8eaca120eb745d55669e062636")) (yaml :source "lockfile" :date - (26408 25615 498362 0) + (26412 55193 838754 0) :recipe (:package "yaml" :repo "zkry/yaml.el" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "70c4fcead97e9bd6594e418c922ae769818f4245")) (magit-section :source "lockfile" :date - (26408 25615 489844 0) + (26412 55193 829576 0) :recipe (:package "magit-section" :fetcher github :repo "magit/magit" :files ("lisp/magit-section.el" "docs/magit-section.texi" "magit-section-pkg.el") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "b2b07b993ec2d80f6f7b8b34df0cc77565d9fb18")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "1c30bb1f9fb0668ec385fc3fb899b30d5507fad8")) (with-editor :source "lockfile" :date - (26408 25615 481418 0) - :recipe - (:package "with-editor" :fetcher github :repo "magit/with-editor" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "77cb2403158cfea9d8bfb8adad81b84d1d6d7c6a")) + (26412 55193 821130 0) + :recipe + (:package "with-editor" :fetcher github :repo "magit/with-editor" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "77cb2403158cfea9d8bfb8adad81b84d1d6d7c6a")) (powerline :source "lockfile" :date - (26408 25615 472934 0) + (26412 55193 812214 0) :recipe (:package "powerline" :fetcher github :repo "milkypostman/powerline" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c35c35bdf5ce2d992882c1f06f0f078058870d4a")) (parseedn :source "lockfile" :date - (26408 25615 464586 0) + (26412 55193 803343 0) :recipe (:package "parseedn" :repo "clojure-emacs/parseedn" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "3407e4530a367b6c2b857dae261cdbb67a440aaa")) (queue :source "lockfile" :date - (26408 25615 456079 0) + (26412 55193 794773 0) :recipe (:package "queue" :repo ("git://git.sv.gnu.org/emacs/elpa" . "queue") @@ -834,115 +834,115 @@ (:exclude ".git")) :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "f986fb68e75bdae951efb9e11a3012ab6bd408ee")) (sesman :source "lockfile" :date - (26408 25615 447615 0) + (26412 55193 785986 0) :recipe (:package "sesman" :repo "vspinu/sesman" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "7bca68dbbab0af26a6a23be1ff5fa97f9a18e022")) (parseclj :source "lockfile" :date - (26408 25615 439181 0) + (26412 55193 777173 0) :recipe (:package "parseclj" :repo "clojure-emacs/parseclj" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "6af22372e0fe14df882dd300b22b12ba2d7e00b0")) (paredit :source "lockfile" :date - (26408 25615 430940 0) + (26412 55193 768585 0) :recipe (:package "paredit" :fetcher git :url "https://mumble.net/~campbell/git/paredit.git" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "af075775af91f2dbc63b915d762b4aec092946c4")) (multiple-cursors :source "lockfile" :date - (26408 25615 422536 0) + (26412 55193 759573 0) :recipe (:package "multiple-cursors" :fetcher github :repo "magnars/multiple-cursors.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c870c18462461df19382ecd2f9374c8b902cd804")) (inflections :source "lockfile" :date - (26408 25615 414141 0) + (26412 55193 750639 0) :recipe (:package "inflections" :repo "eschulte/jump.el" :fetcher github :files ("inflections.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "55caa66a7cc6e0b1a76143fd40eff38416928941")) (reformatter :source "lockfile" :date - (26408 25615 405785 0) + (26412 55193 741821 0) :recipe (:package "reformatter" :repo "purcell/emacs-reformatter" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "f13f5b4ce51db95ea317d57a83be0358bbf3ec30")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "8962e1dd0c949997413380ea1f8d8a25ada5f624")) (iedit :source "lockfile" :date - (26408 25615 397547 0) + (26412 55193 732899 0) :recipe (:package "iedit" :repo "victorhge/iedit" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "27c61866b1b9b8d77629ac702e5f48e67dfe0d3b")) (swiper :source "lockfile" :date - (26408 25615 388994 0) + (26412 55193 724112 0) :recipe (:package "swiper" :repo "abo-abo/swiper" :fetcher github :files ("swiper.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "8dc02d5b725f78d1f80904807b46f5406f129674")) (zoutline :source "lockfile" :date - (26408 25615 380701 0) + (26412 55193 715827 0) :recipe (:package "zoutline" :repo "abo-abo/zoutline" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "32857c6c4b9b0bcbed14d825a10b91a98d5fed0a")) (ivy :source "lockfile" :date - (26408 25615 372217 0) + (26412 55193 706804 0) :recipe (:package "ivy" :repo "abo-abo/swiper" :fetcher github :files (:defaults "doc/ivy-help.org" (:exclude "swiper.el" "counsel.el" "ivy-hydra.el" "ivy-avy.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "8dc02d5b725f78d1f80904807b46f5406f129674")) (heex-ts-mode :source "lockfile" :date - (26408 25615 363848 0) + (26412 55193 697682 0) :recipe (:package "heex-ts-mode" :repo "wkirschbaum/heex-ts-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "90142df2929956536dc1eaae3bb5ca04dc4232ab")) (caml :source "lockfile" :date - (26408 25615 355181 0) + (26412 55193 688533 0) :recipe (:package "caml" :repo "ocaml/caml-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "47defafa2b08fb680e89bfee9cb9ce82bd9e3bcf")) (aio :source "lockfile" :date - (26408 25615 346273 0) + (26412 55193 679057 0) :recipe (:package "aio" :fetcher github :repo "skeeto/emacs-aio" :files ("aio.el" "README.md" "UNLICENSE") :source "MELPA" :protocol https :inherit t :depth treeless :ref "da93523e235529fa97d6f251319d9e1d6fc24a41")) (tablist :source "lockfile" :date - (26408 25615 336762 0) + (26412 55193 669184 0) :recipe (:package "tablist" :fetcher github :repo "emacsorphanage/tablist" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "fcd37147121fabdf003a70279cf86fbe08cfac6f")) (hcl-mode :source "lockfile" :date - (26408 25615 326695 0) + (26412 55193 658501 0) :recipe (:package "hcl-mode" :repo "hcl-emacs/hcl-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "1da895ed75d28d9f87cbf9b74f075d90ba31c0ed")) (groovy-mode :source "lockfile" :date - (26408 25615 314901 0) + (26412 55193 646902 0) :recipe (:package "groovy-mode" :fetcher github :repo "Groovy-Emacs-Modes/groovy-emacs-modes" :files ("*groovy*.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "7b8520b2e2d3ab1d62b35c426e17ac25ed0120bb")) (json-snatcher :source "lockfile" :date - (26408 25615 295275 0) + (26412 55193 631375 0) :recipe (:package "json-snatcher" :fetcher github :repo "Sterlingg/json-snatcher" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" diff --git a/lisp/icejam-base.el b/lisp/icejam-base.el index 6583b5e..a61c70d 100644 --- a/lisp/icejam-base.el +++ b/lisp/icejam-base.el @@ -97,7 +97,7 @@ ;; Allow to execute path from shell (use-package exec-path-from-shell - :if (memq window-system '(x mac ns)) + ;; :if (memq window-system '(x mac ns)) :ensure t :config (declare-function exec-path-from-shell-initialize "exec-path-from-shell") @@ -106,10 +106,9 @@ (add-to-list 'exec-path-from-shell-variables var)) (exec-path-from-shell-initialize)) -(use-package direnv :ensure t - :config - (declare-function direnv-mode "direnv") - (direnv-mode t)) +;; (use-package envrc :ensure t :hook (elpaca-after-init . envrc-global-mode)) + +(use-package direnv :ensure t :config (direnv-mode t)) ;; Draw underline lower (setopt x-underline-at-descent-line t) diff --git a/lisp/icejam-custom-init.el b/lisp/icejam-custom-init.el index a594969..40edf49 100644 --- a/lisp/icejam-custom-init.el +++ b/lisp/icejam-custom-init.el @@ -18,7 +18,7 @@ ;; (setopt max-lisp-eval-depth 10000) ;;; Use elpaca for package management. -(defvar elpaca-installer-version 0.7) +(defvar elpaca-installer-version 0.8) (defvar elpaca-directory (expand-file-name "elpaca/" user-emacs-directory)) (defvar elpaca-builds-directory (expand-file-name "builds/" elpaca-directory)) (defvar elpaca-repos-directory (expand-file-name "repos/" elpaca-directory)) diff --git a/lisp/icejam-lsp.el b/lisp/icejam-lsp.el index 87a24c3..1192b90 100644 --- a/lisp/icejam-lsp.el +++ b/lisp/icejam-lsp.el @@ -2,6 +2,7 @@ ;;; Commentary: ;;; Global Language Server Protocol Config ;;; Code: +(require 'icejam-blocking) ;; (use-package lsp-mode :ensure (:depth 5) :requires (company)) (with-eval-after-load 'lsp-mode @@ -21,8 +22,11 @@ ;; When needed, enable this hot garbage in dir-locals.el lsp-disabled-clients '(vue-semantic-server + vls ;; Ruby LSP servers, none of which actually work. - ruby-ls rubocop-ls typeprof-ls) + ruby-ls + rubocop-ls + typeprof-ls) lsp-log-io nil lsp-enable-file-watchers nil) (unbind-key "s-l =" lsp-mode-map) @@ -64,11 +68,11 @@ (use-package lsp-ui :ensure t :after (lsp-mode)) (with-eval-after-load 'lsp-ui - (setq lsp-ui-doc-enable t - lsp-ui-header t - lsp-ui-delay 0.5 ;; Wait half a second to display documentation - lsp-ui-doc-position 'at-point - lsp-ui-doc-include-signature t)) + (setopt lsp-ui-doc-enable t + lsp-ui-header t + lsp-ui-delay 0.5 ;; Wait half a second to display documentation + lsp-ui-doc-position 'at-point + lsp-ui-doc-include-signature t)) ;; Lsp debugger mode (use-package dap-mode :ensure t :after (lsp-mode lsp-ui)) diff --git a/lisp/icejam-transient.el b/lisp/icejam-transient.el index 3d68f9d..24d3cdf 100644 --- a/lisp/icejam-transient.el +++ b/lisp/icejam-transient.el @@ -22,7 +22,7 @@ ("g" "Grep in project" consult-ripgrep)] ["Completions" ("a" "Grep in buffer" consult-line) - ("b" "Buffer list" consult-buffer) + ("b" "Find Buffer" consult-buffer) ("t" "Find file" find-file)] ["Magit" ("m" "Git status" magit-status) @@ -31,6 +31,7 @@ ["" ["LISP" ("i" "IELM" ielm) + ("B" "iBuffer" ibuffer) ("e" "eval-region" eval-region)] ["Other" ("d" "deft" deft) From 34a27418864ff5d5ff8a5ce2fbc4a604312eb20c Mon Sep 17 00:00:00 2001 From: Maciej Szlosarczyk Date: Mon, 11 Nov 2024 07:58:11 +0200 Subject: [PATCH 05/34] Update packages --- elpaca.lock | 333 ++++++++++++++++--------------- lisp/icejam-blocking.el | 10 +- lisp/icejam-custom-init.el | 4 + lisp/langs/icejam-lang-erlang.el | 86 ++++---- 4 files changed, 223 insertions(+), 210 deletions(-) diff --git a/elpaca.lock b/elpaca.lock index 47f4a39..040ed2d 100644 --- a/elpaca.lock +++ b/elpaca.lock @@ -1,78 +1,85 @@ ((elpaca :source "lockfile" :date - (26412 55194 865477 0) + (26417 40078 799644 0) :recipe - (:source nil :protocol https :inherit t :depth 1 :repo "https://github.com/progfolio/elpaca.git" :ref "d74d27f025e8129d47d42d5fdcad4416bf03b07a" :files + (:source nil :protocol https :inherit t :depth 1 :repo "https://github.com/progfolio/elpaca.git" :ref "4ad20d9a079ba32b6786b30c8b666aab4642f88c" :files (:defaults "elpaca-test.el" (:exclude "extensions")) :build (:not elpaca--activate-package) :package "elpaca")) (elpaca-use-package :source "lockfile" :date - (26412 55194 857311 0) + (26417 40078 790073 0) :recipe (:package "elpaca-use-package" :wait t :repo "https://github.com/progfolio/elpaca.git" :files ("extensions/elpaca-use-package.el") :main "extensions/elpaca-use-package.el" :build (:not elpaca--compile-info) - :source "Elpaca extensions" :protocol https :inherit t :depth treeless :ref "d74d27f025e8129d47d42d5fdcad4416bf03b07a")) + :source "Elpaca extensions" :protocol https :inherit t :depth treeless :ref "4ad20d9a079ba32b6786b30c8b666aab4642f88c")) + (benchmark-init :source "lockfile" :date + (26417 40078 780435 0) + :recipe + (:package "benchmark-init" :fetcher github :repo "dholm/benchmark-init-el" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :wait t :ref "2b34432d79fa0aae8abc3db72db1cb79a28c00b2")) (transient :source "lockfile" :date - (26412 55194 848998 0) + (26417 40078 771028 0) :recipe (:package "transient" :fetcher github :repo "magit/transient" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :wait t :ref "a541b996bd03a21a81edc02f333016fd906b91b6")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "a541b996bd03a21a81edc02f333016fd906b91b6")) + (diminish :source "lockfile" :date + (26417 40078 761543 0) + :recipe + (:package "diminish" :fetcher github :repo "myrjola/diminish.el" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "fbd5d846611bad828e336b25d2e131d1bc06b83d")) + (company :source "lockfile" :date + (26417 40078 751990 0) + :recipe + (:package "company" :fetcher github :repo "company-mode/company-mode" :files + (:defaults "icons" + ("images/small" "doc/images/small/*.png")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "0ae7c293112248a0c36377d6859a95d216ae5e96")) + (lsp-mode :source "lockfile" :date + (26417 40078 742348 0) + :recipe + (:package "lsp-mode" :repo "emacs-lsp/lsp-mode" :fetcher github :files + (:defaults "clients/*.el") + :source "MELPA" :protocol https :inherit t :depth treeless :ref "a49b38678cafe6c06859d5c56b6f1666a9d9fba9")) (compat :source "lockfile" :date - (26412 55194 840085 0) + (26417 40078 732174 0) :recipe (:package "compat" :repo ("https://github.com/emacs-compat/compat" . "compat") :files ("*" (:exclude ".git")) - :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "a4c0408eafc3958af869727874b715ab6ca23b68")) - (diminish :source "lockfile" :date - (26412 55194 831043 0) - :recipe - (:package "diminish" :fetcher github :repo "myrjola/diminish.el" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :wait t :ref "fbd5d846611bad828e336b25d2e131d1bc06b83d")) - (company :source "lockfile" :date - (26412 55194 822024 0) - :recipe - (:package "company" :fetcher github :repo "company-mode/company-mode" :files - (:defaults "icons" - ("images/small" "doc/images/small/*.png")) - :source "MELPA" :protocol https :inherit t :depth treeless :wait t :ref "0ae7c293112248a0c36377d6859a95d216ae5e96")) - (lsp-mode :source "lockfile" :date - (26412 55194 812949 0) - :recipe - (:package "lsp-mode" :repo "emacs-lsp/lsp-mode" :fetcher github :files - (:defaults "clients/*.el") - :source "MELPA" :protocol https :inherit t :depth treeless :wait t :ref "9b104105adecf637188f4e3bf5cc228bda12374a")) + :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "666205866c8e4cd63c6478683feea8b2fa756444")) (dash :source "lockfile" :date - (26412 55194 803946 0) + (26417 40078 722355 0) :recipe (:package "dash" :fetcher github :repo "magnars/dash.el" :files ("dash.el" "dash.texi") :source "MELPA" :protocol https :inherit t :depth treeless :ref "1de9dcb83eacfb162b6d9a118a4770b1281bcd84")) (f :source "lockfile" :date - (26412 55194 795478 0) + (26417 40078 713012 0) :recipe (:package "f" :fetcher github :repo "rejeep/f.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "931b6d0667fe03e7bf1c6c282d6d8d7006143c52")) (ht :source "lockfile" :date - (26412 55194 787015 0) + (26417 40078 703649 0) :recipe (:package "ht" :fetcher github :repo "Wilfred/ht.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "1c49aad1c820c86f7ee35bf9fff8429502f60fef")) (spinner :source "lockfile" :date - (26412 55194 778370 0) + (26417 40078 694177 0) :recipe (:package "spinner" :repo ("https://github.com/Malabarba/spinner.el" . "spinner") @@ -81,143 +88,143 @@ (:exclude ".git")) :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "d4647ae87fb0cd24bc9081a3d287c860ff061c21")) (markdown-mode :source "lockfile" :date - (26412 55194 769265 0) + (26417 40078 684444 0) :recipe (:package "markdown-mode" :fetcher github :repo "jrblevin/markdown-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "6f59f72ca040f0199aa72f1ae4f6c364de61cac0")) (lv :source "lockfile" :date - (26412 55194 760117 0) + (26417 40078 674977 0) :recipe (:package "lv" :repo "abo-abo/hydra" :fetcher github :files ("lv.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "317e1de33086637579a7aeb60f77ed0405bf359b")) (s :source "lockfile" :date - (26412 55194 751831 0) + (26417 40078 665472 0) :recipe (:package "s" :fetcher github :repo "magnars/s.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "dda84d38fffdaf0c9b12837b504b402af910d01d")) (easy-kill :source "lockfile" :date - (26412 55194 742642 0) + (26417 40078 655953 0) :recipe (:package "easy-kill" :fetcher github :repo "leoliu/easy-kill" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "de7d66c3c864a4722a973ee9bc228a14be49ba0c")) (buffer-move :source "lockfile" :date - (26412 55194 733769 0) + (26417 40078 646382 0) :recipe (:package "buffer-move" :fetcher github :repo "lukhas/buffer-move" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "e7800b3ab1bd76ee475ef35507ec51ecd5a3f065")) (gcmh :source "lockfile" :date - (26412 55194 725070 0) + (26417 40078 636816 0) :recipe (:package "gcmh" :repo "koral/gcmh" :fetcher gitlab :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "0089f9c3a6d4e9a310d0791cf6fa8f35642ecfd9")) (exec-path-from-shell :source "lockfile" :date - (26412 55194 716451 0) + (26417 40078 627220 0) :recipe (:package "exec-path-from-shell" :fetcher github :repo "purcell/exec-path-from-shell" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "4896a797252fbfdac32fb77508500ac7d220f717")) (direnv :source "lockfile" :date - (26412 55194 707586 0) + (26417 40078 617711 0) :recipe (:package "direnv" :fetcher github :repo "wbolster/emacs-direnv" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c0bf3b81c7a97e2a0d06d05495e86848254fcc1f")) (treemacs :source "lockfile" :date - (26412 55194 698902 0) + (26417 40078 608190 0) :recipe (:package "treemacs" :fetcher github :repo "Alexander-Miller/treemacs" :files (:defaults "Changelog.org" "icons" "src/elisp/treemacs*.el" "src/scripts/treemacs*.py" (:exclude "src/extra/*")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "2f0668439dfa246b2807497f2824ec7c7fbbeb49")) (treemacs-all-the-icons :source "lockfile" :date - (26412 55194 690534 0) + (26417 40078 597362 0) :recipe (:package "treemacs-all-the-icons" :fetcher github :repo "Alexander-Miller/treemacs" :files ("src/extra/treemacs-all-the-icons.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "2f0668439dfa246b2807497f2824ec7c7fbbeb49")) (keyfreq :source "lockfile" :date - (26412 55194 681903 0) + (26417 40078 587997 0) :recipe (:package "keyfreq" :fetcher github :repo "dacap/keyfreq" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c6955162307f37c2ac631d9daf118781009f8dda")) (which-key :source "lockfile" :date - (26412 55194 673247 0) + (26417 40078 578432 0) :recipe (:package "which-key" :repo "justbur/emacs-which-key" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "38d4308d1143b61e4004b6e7a940686784e51500")) (tree-sitter-langs :source "lockfile" :date - (26412 55194 664562 0) + (26417 40078 568756 0) :recipe (:package "tree-sitter-langs" :repo "emacs-tree-sitter/tree-sitter-langs" :fetcher github :branch "release" :files (:defaults "queries") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "6ff631d4e90005d5ba16aa21df6aecc26d0bc906")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "213b1c4db852a97480e029453af869ff1a0764e0")) (vertico :source "lockfile" :date - (26412 55194 655507 0) + (26417 40078 559363 0) :recipe (:package "vertico" :repo "minad/vertico" :files (:defaults "extensions/vertico-*.el") :fetcher github :source "MELPA" :protocol https :inherit t :depth treeless :ref "b0f9e7679be590b976576e4056b6af4b31212ab0")) (orderless :source "lockfile" :date - (26412 55194 646679 0) + (26417 40078 549606 0) :recipe (:package "orderless" :repo "oantolin/orderless" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "96b74d2450ab4ab1a175d0e86c62f6695c4709b5")) (marginalia :source "lockfile" :date - (26412 55194 638174 0) + (26417 40078 540054 0) :recipe (:package "marginalia" :repo "minad/marginalia" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "be2e57efff640880251c082ac93bd365b7202e6a")) (consult :source "lockfile" :date - (26412 55194 629093 0) + (26417 40078 530418 0) :recipe (:package "consult" :repo "minad/consult" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "7a7af8dcdda02b9aa4a680a228b3f3a5cfa95334")) (helpful :source "lockfile" :date - (26412 55194 619877 0) + (26417 40078 520781 0) :recipe (:package "helpful" :repo "Wilfred/helpful" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "4ba24cac9fb14d5fdc32582cd947572040e82b2c")) (avy :source "lockfile" :date - (26412 55194 610290 0) + (26417 40078 511370 0) :recipe (:package "avy" :repo "abo-abo/avy" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "933d1f36cca0f71e4acb5fac707e9ae26c536264")) (rainbow-delimiters :source "lockfile" :date - (26412 55194 600452 0) + (26417 40078 501878 0) :recipe (:package "rainbow-delimiters" :fetcher github :repo "Fanael/rainbow-delimiters" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f40ece58df8b2f0fb6c8576b527755a552a5e763")) (rainbow-mode :source "lockfile" :date - (26412 55194 591002 0) + (26417 40078 492491 0) :recipe (:package "rainbow-mode" :repo ("git://git.sv.gnu.org/emacs/elpa" . "rainbow-mode") @@ -226,117 +233,117 @@ (:exclude ".git")) :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "f7db3b5919f70420a91eb199f8663468de3033f3")) (dash-at-point :source "lockfile" :date - (26412 55194 581669 0) + (26417 40078 481101 0) :recipe (:package "dash-at-point" :fetcher github :repo "stanaka/dash-at-point" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "fba1a6f42ea51d05110e12c62bdced664059eb55")) (column-enforce-mode :source "lockfile" :date - (26412 55194 573068 0) + (26417 40078 471348 0) :recipe (:package "column-enforce-mode" :fetcher github :repo "jordonbiondo/column-enforce-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "14a7622f2268890e33536ccd29510024d51ee96f")) (pcre2el :source "lockfile" :date - (26412 55194 564318 0) + (26417 40078 461725 0) :recipe (:package "pcre2el" :fetcher github :repo "joddie/pcre2el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "b4d846d80dddb313042131cf2b8fbf647567e000")) (visual-regexp-steroids :source "lockfile" :date - (26412 55194 555560 0) + (26417 40078 451896 0) :recipe (:package "visual-regexp-steroids" :repo "benma/visual-regexp-steroids.el" :fetcher github :files ("visual-regexp-steroids.el" "regexp.py") :source "MELPA" :protocol https :inherit t :depth treeless :ref "a6420b25ec0fbba43bf57875827092e1196d8a9e")) (yasnippet :source "lockfile" :date - (26412 55194 546688 0) + (26417 40078 441480 0) :recipe (:package "yasnippet" :repo "joaotavora/yasnippet" :fetcher github :files ("yasnippet.el" "snippets") :source "MELPA" :protocol https :inherit t :depth treeless :ref "fe1f4e0e96ce42d8668920335eb22c3c009dab3e")) (yasnippet-snippets :source "lockfile" :date - (26412 55194 537816 0) + (26417 40078 431148 0) :recipe (:package "yasnippet-snippets" :repo "AndreaCrotti/yasnippet-snippets" :fetcher github :files ("*.el" "snippets" ".nosearch") :source "MELPA" :protocol https :inherit t :depth treeless :ref "23bcbcd11f567a2659ae413c62c82892eb50a3f1")) (company-box :source "lockfile" :date - (26412 55194 529179 0) + (26417 40078 421767 0) :recipe (:package "company-box" :fetcher github :repo "sebastiencs/company-box" :files (:defaults "images") :source "MELPA" :protocol https :inherit t :depth treeless :ref "c4f2e243fba03c11e46b1600b124e036f2be7691")) (copilot :source "lockfile" :date - (26412 55194 520381 0) + (26417 40078 412426 0) :recipe (:source nil :protocol https :inherit t :depth treeless :host github :repo "copilot-emacs/copilot.el" :files ("*.el") :package "copilot" :ref "b5878d6a8c741138b5efbf4fe1c594f3fd69dbdd")) (gptel :source "lockfile" :date - (26412 55194 511529 0) + (26417 40078 402899 0) :recipe (:package "gptel" :repo "karthink/gptel" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "3aa67a7201129f5cfaf35c69780d4efcff9c0358")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "db46b1364e205202bcc11cee0b42ef6bfc529bdb")) (elysium :source "lockfile" :date - (26412 55194 502567 0) + (26417 40078 393529 0) :recipe (:package "elysium" :fetcher github :repo "lanceberge/elysium" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "dcb194e0e49e2c1864e0fa2ccec3d7e37b0a44b6")) (flymake-flycheck :source "lockfile" :date - (26412 55194 493649 0) + (26417 40078 383740 0) :recipe (:package "flymake-flycheck" :fetcher github :repo "purcell/flymake-flycheck" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "88455c5e6d8ebf650fb51a45c7511a1c18097344")) (flyspell-correct :source "lockfile" :date - (26412 55194 484561 0) + (26417 40078 374165 0) :recipe (:package "flyspell-correct" :repo "d12frosted/flyspell-correct" :fetcher github :files ("flyspell-correct.el" "flyspell-correct-ido.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "1e7a5a56362dd875dddf848b9a9e25d1395b9d37")) (deft :source "lockfile" :date - (26412 55194 475616 0) + (26417 40078 364482 0) :recipe (:package "deft" :repo "jrblevin/deft" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "b369d7225d86551882568788a23c5497b232509c")) (lsp-ui :source "lockfile" :date - (26412 55194 466068 0) + (26417 40078 354979 0) :recipe (:package "lsp-ui" :repo "emacs-lsp/lsp-ui" :fetcher github :files (:defaults "lsp-ui-doc.html" "resources") :source "MELPA" :protocol https :inherit t :depth treeless :ref "072bb29152038518c2478813b82c8d04d07df84c")) (dap-mode :source "lockfile" :date - (26412 55194 457009 0) + (26417 40078 345636 0) :recipe (:package "dap-mode" :repo "emacs-lsp/dap-mode" :fetcher github :files (:defaults "icons") :source "MELPA" :protocol https :inherit t :depth treeless :ref "605448b4fd90ca25924bf029acf2bdd047045133")) (dashboard :source "lockfile" :date - (26412 55194 447839 0) + (26417 40078 335963 0) :recipe (:package "dashboard" :fetcher github :repo "emacs-dashboard/emacs-dashboard" :files (:defaults "banners") :source "MELPA" :protocol https :inherit t :depth treeless :ref "946b9957470a3cac6b089bdf2d9edd07a29fcc9c")) (magit :source "lockfile" :date - (26412 55194 438742 0) + (26417 40078 326552 0) :recipe (:package "magit" :fetcher github :repo "magit/magit" :files ("lisp/magit*.el" "lisp/git-*.el" "docs/magit.texi" "docs/AUTHORS.md" "LICENSE" "magit-pkg.el" (:exclude "lisp/magit-section.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "1c30bb1f9fb0668ec385fc3fb899b30d5507fad8")) (vundo :source "lockfile" :date - (26412 55194 430281 0) + (26417 40078 317226 0) :recipe (:package "vundo" :repo ("https://github.com/casouri/vundo" . "vundo") @@ -345,33 +352,33 @@ (:exclude ".git" "test")) :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "ca590c571546eb1d38c855216db11d28135892f2")) (speed-type :source "lockfile" :date - (26412 55194 421150 0) + (26417 40078 307669 0) :recipe (:package "speed-type" :fetcher github :repo "dakra/speed-type" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "b982ee6081a11837760eeaed73c4f413eefb07b1")) (spaceline :source "lockfile" :date - (26412 55194 412222 0) + (26417 40078 298001 0) :recipe (:package "spaceline" :fetcher github :repo "TheBB/spaceline" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "086420d16e526c79b67fc1edec4c2ae1e699f372")) (base16-theme :source "lockfile" :date - (26412 55194 403403 0) + (26417 40078 288532 0) :recipe (:package "base16-theme" :repo "tinted-theming/base16-emacs" :fetcher github :files (:defaults "build/*.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "077726249216bef6d98d0542eb6289641a58e8d0")) (clojure-mode :source "lockfile" :date - (26412 55194 394454 0) + (26417 40078 279027 0) :recipe (:package "clojure-mode" :repo "clojure-emacs/clojure-mode" :fetcher github :files ("clojure-mode.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "59888c84b61081e9b0085e388f55132925a66e7a")) (cider :source "lockfile" :date - (26412 55194 385486 0) + (26417 40078 269232 0) :recipe (:package "cider" :fetcher github :repo "clojure-emacs/cider" :files ("lisp/*.el" "bin/*.sh" "*.el" "clojure.sh" "lein.sh" @@ -380,230 +387,230 @@ (nrepl) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c7bed56c3dac124c232956c96957e21bbaf3749f")) (clj-refactor :source "lockfile" :date - (26412 55194 376481 0) + (26417 40078 259621 0) :recipe (:package "clj-refactor" :fetcher github :repo "clojure-emacs/clj-refactor.el" :files (:defaults "CHANGELOG.md") :source "MELPA" :protocol https :inherit t :depth treeless :ref "dc1bbc8cdaa723bdbb6669ea7d280625c370755d")) (dart-mode :source "lockfile" :date - (26412 55194 367627 0) + (26417 40078 249717 0) :recipe (:package "dart-mode" :fetcher github :repo "emacsorphanage/dart-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "02e919c1cf200b4938139c18068577faff1fb364")) (lsp-dart :source "lockfile" :date - (26412 55194 358501 0) + (26417 40078 239349 0) :recipe (:package "lsp-dart" :repo "emacs-lsp/lsp-dart" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "9ffbafb7dcea3ef3d9e29bafb51d5167f0585d2c")) (dhall-mode :source "lockfile" :date - (26412 55194 349482 0) + (26417 40078 228974 0) :recipe (:package "dhall-mode" :repo "psibi/dhall-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "87ab69fe765d87b3bb1604a306a8c44d6887681d")) (lispy :source "lockfile" :date - (26412 55194 340720 0) + (26417 40078 218365 0) :recipe (:package "lispy" :repo "abo-abo/lispy" :fetcher github :files (:defaults "lispy-clojure.clj" "lispy-clojure.cljs" "lispy-python.py") :source "MELPA" :protocol https :inherit t :depth treeless :ref "fe44efd21573868638ca86fc8313241148fabbe3")) (aggressive-indent :source "lockfile" :date - (26412 55194 331573 0) + (26417 40078 207864 0) :recipe (:package "aggressive-indent" :repo "Malabarba/aggressive-indent-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "a437a45868f94b77362c6b913c5ee8e67b273c42")) (elixir-mode :source "lockfile" :date - (26412 55194 322782 0) + (26417 40078 197441 0) :recipe (:package "elixir-mode" :fetcher github :repo "elixir-editors/emacs-elixir" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "00d6580a040a750e019218f9392cf9a4c2dac23a")) (elixir-ts-mode :source "lockfile" :date - (26412 55194 313989 0) + (26417 40078 186493 0) :recipe (:package "elixir-ts-mode" :repo "wkirschbaum/elixir-ts-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "b35c983f551ccf821ebebad50747b5b417133e52")) (erlang :source "lockfile" :date - (26412 55194 304825 0) + (26417 40078 176546 0) :recipe (:package "erlang" :fetcher github :repo "erlang/otp" :version-regexp "OTP-%v" :files ("lib/tools/emacs/*.el" (:exclude "lib/tools/emacs/erlang_appwiz.el")) - :source "MELPA" :protocol https :inherit t :depth 1 :ref "e57deca097ffc6578772d2a61da7d941327e5c2c")) + :source "MELPA" :protocol https :inherit t :depth 1 :ref "c24e439f7113fd702b918ca7f38b189264e9c9b3")) (fsharp-mode :source "lockfile" :date - (26412 55194 295623 0) + (26417 40078 165980 0) :recipe (:package "fsharp-mode" :fetcher github :repo "fsharp/emacs-fsharp-mode" :files (:defaults (:exclude "eglot-fsharp.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "677d78c4d6cb574086408082dedbcaef04a85359")) (gleam-ts-mode :source "lockfile" :date - (26412 55194 286798 0) + (26417 40078 155677 0) :recipe (:package "gleam-ts-mode" :fetcher github :repo "gleam-lang/gleam-mode" :files ("gleam-ts-mode.el") :source "MELPA" :protocol https :inherit t :depth treeless :type git :host github :ref "d00f37d0b47f5d6810aa295af98c40a7708b4305")) (go-mode :source "lockfile" :date - (26412 55194 277924 0) + (26417 40078 145369 0) :recipe (:package "go-mode" :repo "dominikh/go-mode.el" :fetcher github :files ("go-mode.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "602d73e22646b1b98b2eb97927fd426c0d1d2f92")) (haskell-mode :source "lockfile" :date - (26412 55194 269012 0) + (26417 40078 134462 0) :recipe (:package "haskell-mode" :repo "haskell/haskell-mode" :fetcher github :files (:defaults "NEWS" "logo.svg") :source "MELPA" :protocol https :inherit t :depth treeless :ref "7d4529ac4443d70719638806cb80325a418110b9")) (lsp-haskell :source "lockfile" :date - (26412 55194 260272 0) + (26417 40078 124459 0) :recipe (:package "lsp-haskell" :repo "emacs-lsp/lsp-haskell" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "6981f8d1225c038c1a130e8cf70530cfe15f976e")) (js2-mode :source "lockfile" :date - (26412 55194 251552 0) + (26417 40078 114282 0) :recipe (:package "js2-mode" :repo "mooz/js2-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "62d6cb169ed4cb6d7ae3ddbd8da9c995fed0ab32")) (typescript-mode :source "lockfile" :date - (26412 55194 242660 0) + (26417 40078 104089 0) :recipe (:package "typescript-mode" :fetcher github :repo "emacs-typescript/typescript.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "fc3a4f3b275e8cf6cf41aa0c9ef42e25ef908feb")) (kotlin-mode :source "lockfile" :date - (26412 55194 233607 0) + (26417 40078 93996 0) :recipe (:package "kotlin-mode" :repo "Emacs-Kotlin-Mode-Maintainers/kotlin-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "fddd747e5b4736e8b27a147960f369b86179ddff")) (gradle-mode :source "lockfile" :date - (26412 55194 224592 0) + (26417 40078 83975 0) :recipe (:package "gradle-mode" :fetcher github :repo "scubacabra/emacs-gradle-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "e4d665d5784ecda7ddfba015f07c69be3cfc45f2")) (lean4-mode :source "lockfile" :date - (26412 55194 215689 0) + (26417 40078 73881 0) :recipe (:source nil :protocol https :inherit t :depth treeless :type git :host github :repo "leanprover/lean4-mode" :files ("*.el" "data") :package "lean4-mode" :ref "004ad0e60b85fb4eac74a5523ee3e648fd5cfce5")) (merlin :source "lockfile" :date - (26412 55194 206754 0) + (26417 40078 63762 0) :recipe (:package "merlin" :fetcher github :repo "ocaml/merlin" :files ("emacs/*.el" (:exclude "emacs/merlin-ac.el" "emacs/merlin-company.el" "emacs/merlin-iedit.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "a36f42a5b181d0c9cc84174e8eb241b11eeabc0f")) (opam-switch-mode :source "lockfile" :date - (26412 55194 197685 0) + (26417 40078 53616 0) :recipe (:package "opam-switch-mode" :fetcher github :repo "ProofGeneral/opam-switch-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "1069e56a662f23ea09d4e05611bdedeb99257012")) (dune :source "lockfile" :date - (26412 55194 188777 0) + (26417 40078 43649 0) :recipe (:package "dune" :fetcher github :repo "ocaml/dune" :files ("editor-integration/emacs/*.el") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "619c098b162818c2b8a7b3bed711271bf2f61d3a")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "f7af2d0078f25a54db19709e25ac73ca80c48183")) (tuareg :source "lockfile" :date - (26412 55194 179274 0) + (26417 40078 33476 0) :recipe (:package "tuareg" :fetcher github :repo "ocaml/tuareg" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "1d53723e39f22ab4ab76d31f2b188a2879305092")) (dockerfile-mode :source "lockfile" :date - (26412 55194 170596 0) + (26417 40078 23207 0) :recipe (:package "dockerfile-mode" :fetcher github :repo "spotify/dockerfile-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "4d893bd2da15833ce056332e6c972d5d93e78f04")) (docker :source "lockfile" :date - (26412 55194 161631 0) + (26417 40078 12878 0) :recipe (:package "docker" :fetcher github :repo "Silex/docker.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "6f8bba0d11a5143872dfc25afdabe16cae410d11")) (terraform-mode :source "lockfile" :date - (26412 55194 152959 0) + (26417 40078 2400 0) :recipe (:package "terraform-mode" :repo "hcl-emacs/terraform-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "abfc10f5e313c4bb99de136a14636e9bc6df74f6")) (ansible :source "lockfile" :date - (26412 55194 143903 0) + (26417 40077 992156 0) :recipe (:package "ansible" :fetcher gitlab :repo "emacs-ansible/emacs-ansible" :files (:defaults "snippets" "dict") :source "MELPA" :protocol https :inherit t :depth treeless :ref "e171dacc12eeaba5dbd7fd887f94d11b357fe958")) (nginx-mode :source "lockfile" :date - (26412 55194 135034 0) + (26417 40077 982053 0) :recipe (:package "nginx-mode" :fetcher github :repo "ajc/nginx-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c4ac5de975d65c84893a130a470af32a48b0b66c")) (jenkinsfile-mode :source "lockfile" :date - (26412 55194 126035 0) + (26417 40077 971901 0) :recipe (:package "jenkinsfile-mode" :repo "https://github.com/john2x/jenkinsfile-mode.git" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :branch "master" :ref "568865ee419e0592de0dd0717d6769a66d9df111")) (lua-mode :source "lockfile" :date - (26412 55194 116785 0) + (26417 40077 961635 0) :recipe (:package "lua-mode" :repo "immerrr/lua-mode" :fetcher github :files (:defaults (:exclude "init-tryout.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "d074e4134b1beae9ed4c9b512af741ca0d852ba3")) (graphql-mode :source "lockfile" :date - (26412 55194 107987 0) + (26417 40077 951315 0) :recipe (:package "graphql-mode" :repo "davazp/graphql-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c3baca92809e6f6c8dd2596a413b277f3b0160ea")) (yaml-mode :source "lockfile" :date - (26412 55194 99418 0) + (26417 40077 941077 0) :recipe (:package "yaml-mode" :repo "yoshiki/yaml-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "d91f878729312a6beed77e6637c60497c5786efa")) (json-mode :source "lockfile" :date - (26412 55194 91007 0) + (26417 40077 930874 0) :recipe (:package "json-mode" :fetcher github :repo "json-emacs/json-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "77125b01c0ddce537085201098bea9b4b8ba6be3")) (git-modes :source "lockfile" :date - (26412 55194 82016 0) + (26417 40077 920767 0) :recipe (:package "git-modes" :fetcher github :repo "magit/git-modes" :old-names (gitattributes-mode gitconfig-mode gitignore-mode) @@ -612,150 +619,150 @@ (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f99010bbeb8b6d8a0819fac0195a2ef0159d08f0")) (php-mode :source "lockfile" :date - (26412 55194 73131 0) + (26417 40077 910841 0) :recipe (:package "php-mode" :repo "emacs-php/php-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "31f702ee2de35d514fb633c0c37531cb648bff70")) (purescript-mode :source "lockfile" :date - (26412 55194 63838 0) + (26417 40077 900798 0) :recipe (:package "purescript-mode" :repo "purescript-emacs/purescript-mode" :fetcher github :files (:defaults "NEWS" "snippets") :source "MELPA" :protocol https :inherit t :depth treeless :ref "d187b3d4bbb4d9cb36a4c6c55f35d63d159a26e8")) (rspec-mode :source "lockfile" :date - (26412 55194 54880 0) + (26417 40077 890782 0) :recipe (:package "rspec-mode" :repo "pezra/rspec-mode" :fetcher github :files ("rspec-mode.el" "snippets") :source "MELPA" :protocol https :inherit t :depth treeless :ref "29df3d081c6a1cbdf840cd13d45ea1c100c5bbaa")) (ruby-end :source "lockfile" :date - (26412 55194 46237 0) + (26417 40077 880811 0) :recipe (:package "ruby-end" :repo "rejeep/ruby-end.el" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "ba7d7230f9e3ed75c9982d32bb9fdff1dc10935d")) (rbs-mode :source "lockfile" :date - (26412 55194 37395 0) + (26417 40077 871447 0) :recipe (:package "rbs-mode" :fetcher github :repo "ybiquitous/rbs-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "21ec7718a2b3149c13464e182fd4e1cf64bff277")) (rust-mode :source "lockfile" :date - (26412 55194 28519 0) + (26417 40077 862069 0) :recipe (:package "rust-mode" :repo "rust-lang/rust-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "3bd0863f28414e629ca15ad2852a429a126226c5")) (flycheck-rust :source "lockfile" :date - (26412 55194 19820 0) + (26417 40077 852444 0) :recipe (:package "flycheck-rust" :repo "flycheck/flycheck-rust" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "e7692cded99999d2dc3d3df5d977dcdeb1c179fb")) (fish-mode :source "lockfile" :date - (26412 55194 10869 0) + (26417 40077 842864 0) :recipe (:package "fish-mode" :fetcher github :repo "wwwjfy/emacs-fish" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "2526b1803b58cf145bc70ff6ce2adb3f6c246f89")) (web-mode :source "lockfile" :date - (26412 55194 1870 0) + (26417 40077 833389 0) :recipe (:package "web-mode" :repo "fxbois/web-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "0c83581d1e93d1d802c730a1d5e90cd1c740e1b2")) (zig-mode :source "lockfile" :date - (26412 55193 993072 0) + (26417 40077 823936 0) :recipe (:package "zig-mode" :repo "ziglang/zig-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f0b4a487530146f99230f4a5ff67e8d56c8f3f80")) (ace-window :source "lockfile" :date - (26412 55193 983637 0) + (26417 40077 814290 0) :recipe (:package "ace-window" :repo "abo-abo/ace-window" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "77115afc1b0b9f633084cf7479c767988106c196")) (pfuture :source "lockfile" :date - (26412 55193 974176 0) + (26417 40077 804631 0) :recipe (:package "pfuture" :repo "Alexander-Miller/pfuture" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "19b53aebbc0f2da31de6326c495038901bffb73c")) (hydra :source "lockfile" :date - (26412 55193 965804 0) + (26417 40077 795287 0) :recipe (:package "hydra" :repo "abo-abo/hydra" :fetcher github :files (:defaults (:exclude "lv.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "317e1de33086637579a7aeb60f77ed0405bf359b")) (cfrs :source "lockfile" :date - (26412 55193 956643 0) + (26417 40077 785595 0) :recipe (:package "cfrs" :repo "Alexander-Miller/cfrs" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f3a21f237b2a54e6b9f8a420a9da42b4f0a63121")) (posframe :source "lockfile" :date - (26412 55193 947497 0) + (26417 40077 776147 0) :recipe (:package "posframe" :fetcher github :repo "tumashu/posframe" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "ac9f954ac4c546e68daf403f2ab2b5ad4397f26e")) (all-the-icons :source "lockfile" :date - (26412 55193 937917 0) + (26417 40077 766633 0) :recipe (:package "all-the-icons" :repo "domtronn/all-the-icons.el" :fetcher github :files (:defaults "data") :source "MELPA" :protocol https :inherit t :depth treeless :ref "39ef44f810c34e8900978788467cc675870bcd19")) (tree-sitter :source "lockfile" :date - (26412 55193 928735 0) + (26417 40077 757089 0) :recipe (:package "tree-sitter" :repo "emacs-tree-sitter/elisp-tree-sitter" :fetcher github :branch "release" :files (:defaults (:exclude "lisp/tree-sitter-tests.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "3cfab8a0e945db9b3df84437f27945746a43cc71")) (tsc :source "lockfile" :date - (26412 55193 920419 0) + (26417 40077 747666 0) :recipe (:package "tsc" :fetcher github :repo "emacs-tree-sitter/elisp-tree-sitter" :branch "release" :files ("core/*.el" "core/Cargo.toml" "core/Cargo.lock" "core/src") :source "MELPA" :protocol https :inherit t :depth treeless :ref "3cfab8a0e945db9b3df84437f27945746a43cc71")) (elisp-refs :source "lockfile" :date - (26412 55193 911214 0) + (26417 40077 738247 0) :recipe (:package "elisp-refs" :repo "Wilfred/elisp-refs" :fetcher github :files (:defaults (:exclude "elisp-refs-bench.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "541a064c3ce27867872cf708354a65d83baf2a6d")) (visual-regexp :source "lockfile" :date - (26412 55193 902577 0) + (26417 40077 728917 0) :recipe (:package "visual-regexp" :repo "benma/visual-regexp.el" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "48457d42a5e0fe10fa3a9c15854f1f127ade09b5")) (frame-local :source "lockfile" :date - (26412 55193 893271 0) + (26417 40077 719445 0) :recipe (:package "frame-local" :fetcher github :repo "sebastiencs/frame-local" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "7ee1106c3bcd4022f48421f8cb1ef4f995da816e")) (editorconfig :source "lockfile" :date - (26412 55193 884175 0) + (26417 40077 710176 0) :recipe (:package "editorconfig" :fetcher github :repo "editorconfig/editorconfig-emacs" :old-names (editorconfig-core editorconfig-fnmatch) @@ -764,68 +771,68 @@ (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "24f5b2b1cd4e37adc245fb59f7edeb6872a707a4")) (flycheck :source "lockfile" :date - (26412 55193 874986 0) + (26417 40077 700826 0) :recipe (:package "flycheck" :repo "flycheck/flycheck" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "5217e0e02f487d70e3d418e5e6ce884fc9711511")) (bui :source "lockfile" :date - (26412 55193 865879 0) + (26417 40077 691200 0) :recipe (:package "bui" :repo "alezost/bui.el" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f3a137628e112a91910fd33c0cff0948fa58d470")) (lsp-treemacs :source "lockfile" :date - (26412 55193 856876 0) + (26417 40077 681292 0) :recipe (:package "lsp-treemacs" :repo "emacs-lsp/lsp-treemacs" :fetcher github :files (:defaults "icons") :source "MELPA" :protocol https :inherit t :depth treeless :ref "fb1a07ae0a3d781dea8ac78da2933e0173eb48a4")) (lsp-docker :source "lockfile" :date - (26412 55193 847889 0) + (26417 40077 671703 0) :recipe (:package "lsp-docker" :repo "emacs-lsp/lsp-docker" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "ce291d0f80533f8eaca120eb745d55669e062636")) (yaml :source "lockfile" :date - (26412 55193 838754 0) + (26417 40077 662228 0) :recipe (:package "yaml" :repo "zkry/yaml.el" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "70c4fcead97e9bd6594e418c922ae769818f4245")) (magit-section :source "lockfile" :date - (26412 55193 829576 0) + (26417 40077 652902 0) :recipe (:package "magit-section" :fetcher github :repo "magit/magit" :files ("lisp/magit-section.el" "docs/magit-section.texi" "magit-section-pkg.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "1c30bb1f9fb0668ec385fc3fb899b30d5507fad8")) (with-editor :source "lockfile" :date - (26412 55193 821130 0) + (26417 40077 643420 0) :recipe (:package "with-editor" :fetcher github :repo "magit/with-editor" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "77cb2403158cfea9d8bfb8adad81b84d1d6d7c6a")) (powerline :source "lockfile" :date - (26412 55193 812214 0) + (26417 40077 633940 0) :recipe (:package "powerline" :fetcher github :repo "milkypostman/powerline" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c35c35bdf5ce2d992882c1f06f0f078058870d4a")) (parseedn :source "lockfile" :date - (26412 55193 803343 0) + (26417 40077 624525 0) :recipe (:package "parseedn" :repo "clojure-emacs/parseedn" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "3407e4530a367b6c2b857dae261cdbb67a440aaa")) (queue :source "lockfile" :date - (26412 55193 794773 0) + (26417 40077 615084 0) :recipe (:package "queue" :repo ("git://git.sv.gnu.org/emacs/elpa" . "queue") @@ -834,115 +841,115 @@ (:exclude ".git")) :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "f986fb68e75bdae951efb9e11a3012ab6bd408ee")) (sesman :source "lockfile" :date - (26412 55193 785986 0) + (26417 40077 605505 0) :recipe (:package "sesman" :repo "vspinu/sesman" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "7bca68dbbab0af26a6a23be1ff5fa97f9a18e022")) (parseclj :source "lockfile" :date - (26412 55193 777173 0) + (26417 40077 596040 0) :recipe (:package "parseclj" :repo "clojure-emacs/parseclj" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "6af22372e0fe14df882dd300b22b12ba2d7e00b0")) (paredit :source "lockfile" :date - (26412 55193 768585 0) + (26417 40077 586519 0) :recipe (:package "paredit" :fetcher git :url "https://mumble.net/~campbell/git/paredit.git" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "af075775af91f2dbc63b915d762b4aec092946c4")) (multiple-cursors :source "lockfile" :date - (26412 55193 759573 0) + (26417 40077 576954 0) :recipe (:package "multiple-cursors" :fetcher github :repo "magnars/multiple-cursors.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c870c18462461df19382ecd2f9374c8b902cd804")) (inflections :source "lockfile" :date - (26412 55193 750639 0) + (26417 40077 567344 0) :recipe (:package "inflections" :repo "eschulte/jump.el" :fetcher github :files ("inflections.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "55caa66a7cc6e0b1a76143fd40eff38416928941")) (reformatter :source "lockfile" :date - (26412 55193 741821 0) + (26417 40077 557570 0) :recipe (:package "reformatter" :repo "purcell/emacs-reformatter" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "8962e1dd0c949997413380ea1f8d8a25ada5f624")) (iedit :source "lockfile" :date - (26412 55193 732899 0) + (26417 40077 547953 0) :recipe (:package "iedit" :repo "victorhge/iedit" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "27c61866b1b9b8d77629ac702e5f48e67dfe0d3b")) (swiper :source "lockfile" :date - (26412 55193 724112 0) + (26417 40077 538094 0) :recipe (:package "swiper" :repo "abo-abo/swiper" :fetcher github :files ("swiper.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "8dc02d5b725f78d1f80904807b46f5406f129674")) (zoutline :source "lockfile" :date - (26412 55193 715827 0) + (26417 40077 528367 0) :recipe (:package "zoutline" :repo "abo-abo/zoutline" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "32857c6c4b9b0bcbed14d825a10b91a98d5fed0a")) (ivy :source "lockfile" :date - (26412 55193 706804 0) + (26417 40077 518360 0) :recipe (:package "ivy" :repo "abo-abo/swiper" :fetcher github :files (:defaults "doc/ivy-help.org" (:exclude "swiper.el" "counsel.el" "ivy-hydra.el" "ivy-avy.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "8dc02d5b725f78d1f80904807b46f5406f129674")) (heex-ts-mode :source "lockfile" :date - (26412 55193 697682 0) + (26417 40077 508484 0) :recipe (:package "heex-ts-mode" :repo "wkirschbaum/heex-ts-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "90142df2929956536dc1eaae3bb5ca04dc4232ab")) (caml :source "lockfile" :date - (26412 55193 688533 0) + (26417 40077 498637 0) :recipe (:package "caml" :repo "ocaml/caml-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "47defafa2b08fb680e89bfee9cb9ce82bd9e3bcf")) (aio :source "lockfile" :date - (26412 55193 679057 0) + (26417 40077 488851 0) :recipe (:package "aio" :fetcher github :repo "skeeto/emacs-aio" :files ("aio.el" "README.md" "UNLICENSE") :source "MELPA" :protocol https :inherit t :depth treeless :ref "da93523e235529fa97d6f251319d9e1d6fc24a41")) (tablist :source "lockfile" :date - (26412 55193 669184 0) + (26417 40077 478961 0) :recipe (:package "tablist" :fetcher github :repo "emacsorphanage/tablist" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "fcd37147121fabdf003a70279cf86fbe08cfac6f")) (hcl-mode :source "lockfile" :date - (26412 55193 658501 0) + (26417 40077 468796 0) :recipe (:package "hcl-mode" :repo "hcl-emacs/hcl-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "1da895ed75d28d9f87cbf9b74f075d90ba31c0ed")) (groovy-mode :source "lockfile" :date - (26412 55193 646902 0) + (26417 40077 458843 0) :recipe (:package "groovy-mode" :fetcher github :repo "Groovy-Emacs-Modes/groovy-emacs-modes" :files ("*groovy*.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "7b8520b2e2d3ab1d62b35c426e17ac25ed0120bb")) (json-snatcher :source "lockfile" :date - (26412 55193 631375 0) + (26417 40077 448703 0) :recipe (:package "json-snatcher" :fetcher github :repo "Sterlingg/json-snatcher" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" diff --git a/lisp/icejam-blocking.el b/lisp/icejam-blocking.el index b229fdf..7efee8f 100644 --- a/lisp/icejam-blocking.el +++ b/lisp/icejam-blocking.el @@ -8,14 +8,16 @@ ;; These packages are foundational dependency and possibly can be blocking. ;;; Code: -(use-package transient :ensure (:wait t)) -(use-package diminish :ensure (:wait t)) -(use-package company :ensure (:wait t)) +(use-package transient :ensure t) +(use-package diminish :ensure t) +(use-package company :ensure t) ;; https://emacs-lsp.github.io/lsp-mode/page/performance/#use-plists-for-deserialization ;; This supposedly makes it faster. (setenv "LSP_USE_PLISTS" "true") -(use-package lsp-mode :ensure (:wait t)) +(use-package lsp-mode :ensure t) + +(elpaca-wait) (provide 'icejam-blocking) ;;; icejam-blocking.el ends here diff --git a/lisp/icejam-custom-init.el b/lisp/icejam-custom-init.el index 40edf49..6a76f73 100644 --- a/lisp/icejam-custom-init.el +++ b/lisp/icejam-custom-init.el @@ -67,6 +67,10 @@ (elpaca-load-lockfile (concat user-emacs-directory "elpaca.lock")) +(use-package benchmark-init :ensure (:wait t) + :config + (add-hook 'after-init-hook 'benchmark-init/deactivate)) + (defun icejam-elpaca-write-lock () "Write elpaca lock file." (interactive) diff --git a/lisp/langs/icejam-lang-erlang.el b/lisp/langs/icejam-lang-erlang.el index ea378f4..d620d8c 100644 --- a/lisp/langs/icejam-lang-erlang.el +++ b/lisp/langs/icejam-lang-erlang.el @@ -13,65 +13,65 @@ :ensure (:depth 1) :after (lsp lsp-ui)) -(cl-defun icejam-erlang-emacs-path (erlang-version) - "Find path to Emacs tooling for ERLANG-VERSION." - (car (split-string - (shell-command-to-string - (format "find $HOME/.asdf/installs/erlang/%s/ -name erlang.el" - erlang-version)) "erlang.el"))) +;; (cl-defun icejam-erlang-emacs-path (erlang-version) +;; "Find path to Emacs tooling for ERLANG-VERSION." +;; (car (split-string +;; (shell-command-to-string +;; (format "find $HOME/.asdf/installs/erlang/%s/ -name erlang.el" +;; erlang-version)) "erlang.el"))) -(cl-defun icejam-erlang-path (erlang-version) - "Find asdf path for ERLANG-VERSION." - (format "$HOME/.asdf/installs/erlang/%s/" erlang-version)) +;; (cl-defun icejam-erlang-path (erlang-version) +;; "Find asdf path for ERLANG-VERSION." +;; (format "$HOME/.asdf/installs/erlang/%s/" erlang-version)) -(defun icejam-erlang-plist (erlang-version) - "Create property list for ERLANG-VERSION." - (list :version erlang-version - :erlang-path (icejam-erlang-path erlang-version) - :emacs-path (icejam-erlang-emacs-path erlang-version))) +;; (defun icejam-erlang-plist (erlang-version) +;; "Create property list for ERLANG-VERSION." +;; (list :version erlang-version +;; :erlang-path (icejam-erlang-path erlang-version) +;; :emacs-path (icejam-erlang-emacs-path erlang-version))) -(cl-defun icejam-installed-erlangs () - "List Erlang versions installed with asdf." - (split-string - (shell-command-to-string - (format "asdf list erlang")))) +;; (cl-defun icejam-installed-erlangs () +;; "List Erlang versions installed with asdf." +;; (split-string +;; (shell-command-to-string +;; (format "asdf list erlang")))) -(cl-defun icejam-erlang-available-versions--plist () - "Create plist for all installed Erlang versions." - (mapcar 'icejam-erlang-plist (icejam-installed-erlangs))) +;; (cl-defun icejam-erlang-available-versions--plist () +;; "Create plist for all installed Erlang versions." +;; (mapcar 'icejam-erlang-plist (icejam-installed-erlangs))) -(defvar icejam-erlang-available-versions (icejam-erlang-available-versions--plist)) +;; (defvar icejam-erlang-available-versions (icejam-erlang-available-versions--plist)) -(cl-defun icejam-erlang-currently-in-use () - "Get Erlang version currently in use." - (car (split-string (shell-command-to-string "asdf current erlang")))) +;; (cl-defun icejam-erlang-currently-in-use () +;; "Get Erlang version currently in use." +;; (car (split-string (shell-command-to-string "asdf current erlang")))) -(cl-defun icejam-erlang-current-version--plistp (erlang-plist) - "Check if currently in use Erlang is the same as the one in ERLANG-PLIST." - (equal (plist-get erlang-plist :version) (icejam-erlang-currently-in-use))) +;; (cl-defun icejam-erlang-current-version--plistp (erlang-plist) +;; "Check if currently in use Erlang is the same as the one in ERLANG-PLIST." +;; (equal (plist-get erlang-plist :version) (icejam-erlang-currently-in-use))) -(cl-defun icejam-erlang-current-plist () - "Create plist from current Erlang version." - (seq-find 'icejam-erlang-current-version--plistp icejam-erlang-available-versions)) +;; (cl-defun icejam-erlang-current-plist () +;; "Create plist from current Erlang version." +;; (seq-find 'icejam-erlang-current-version--plistp icejam-erlang-available-versions)) (defun icejam-activate-erlang-mode () "All things for all Erlang, including header files." - (when (featurep 'erlang-start) (unload-feature 'erlang-start)) + ;; (when (featurep 'erlang-start) (unload-feature 'erlang-start)) - (defvar erlang/current-erlang (icejam-erlang-current-plist)) + ;; (defvar erlang/current-erlang (icejam-erlang-current-plist)) - (add-to-list (make-local-variable 'load-path) - (plist-get erlang/current-erlang :emacs-path)) + ;; (add-to-list (make-local-variable 'load-path) + ;; (plist-get erlang/current-erlang :emacs-path)) - (add-to-list (make-local-variable 'exec-path) - (format "%slib/tools-3.1/emacs" - (plist-get erlang/current-erlang :erlang-path))) + ;; (add-to-list (make-local-variable 'exec-path) + ;; (format "%slib/tools-3.1/emacs" + ;; (plist-get erlang/current-erlang :erlang-path))) - (setq-local erlang-man-root-dir - (format "%sman" - (plist-get erlang/current-erlang :erlang-path))) + ;; (setq-local erlang-man-root-dir + ;; (format "%sman" + ;; (plist-get erlang/current-erlang :erlang-path))) - (require 'erlang-start) + ;; (require 'erlang-start) (icejam-set-indent 4) (column-enforce-n 80) From d1ee6a12edf59a9220aa426b3a9cff7605e4fd16 Mon Sep 17 00:00:00 2001 From: Maciej Szlosarczyk Date: Sun, 24 Nov 2024 15:30:05 +0200 Subject: [PATCH 06/34] Use TS mode for Kotlin --- elpaca.lock | 352 +++++++++++++++---------------- lisp/icejam-base.el | 1 + lisp/icejam-blocking.el | 2 + lisp/icejam-completing-read.el | 9 +- lisp/icejam-fonts.el | 12 +- lisp/langs/icejam-lang-elixir.el | 2 +- lisp/langs/icejam-lang-kotlin.el | 20 +- 7 files changed, 203 insertions(+), 195 deletions(-) diff --git a/elpaca.lock b/elpaca.lock index 040ed2d..3eb57c5 100644 --- a/elpaca.lock +++ b/elpaca.lock @@ -1,85 +1,85 @@ ((elpaca :source "lockfile" :date - (26417 40078 799644 0) + (26435 10827 532877 0) :recipe - (:source nil :protocol https :inherit t :depth 1 :repo "https://github.com/progfolio/elpaca.git" :ref "4ad20d9a079ba32b6786b30c8b666aab4642f88c" :files + (:source nil :protocol https :inherit t :depth 1 :repo "https://github.com/progfolio/elpaca.git" :ref "34b1d1b19d24470758b62ab1d10ed70068186c12" :files (:defaults "elpaca-test.el" (:exclude "extensions")) :build (:not elpaca--activate-package) :package "elpaca")) (elpaca-use-package :source "lockfile" :date - (26417 40078 790073 0) + (26435 10827 524074 0) :recipe (:package "elpaca-use-package" :wait t :repo "https://github.com/progfolio/elpaca.git" :files ("extensions/elpaca-use-package.el") :main "extensions/elpaca-use-package.el" :build (:not elpaca--compile-info) - :source "Elpaca extensions" :protocol https :inherit t :depth treeless :ref "4ad20d9a079ba32b6786b30c8b666aab4642f88c")) + :source "Elpaca extensions" :protocol https :inherit t :depth treeless :ref "34b1d1b19d24470758b62ab1d10ed70068186c12")) (benchmark-init :source "lockfile" :date - (26417 40078 780435 0) + (26435 10827 515106 0) :recipe (:package "benchmark-init" :fetcher github :repo "dholm/benchmark-init-el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :wait t :ref "2b34432d79fa0aae8abc3db72db1cb79a28c00b2")) (transient :source "lockfile" :date - (26417 40078 771028 0) + (26435 10827 505662 0) :recipe (:package "transient" :fetcher github :repo "magit/transient" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "a541b996bd03a21a81edc02f333016fd906b91b6")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "7e50a8fa8ee71f9ada1e9065ba7b1a079c9f3ba8")) (diminish :source "lockfile" :date - (26417 40078 761543 0) + (26435 10827 496699 0) :recipe (:package "diminish" :fetcher github :repo "myrjola/diminish.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "fbd5d846611bad828e336b25d2e131d1bc06b83d")) (company :source "lockfile" :date - (26417 40078 751990 0) + (26435 10827 487329 0) :recipe (:package "company" :fetcher github :repo "company-mode/company-mode" :files (:defaults "icons" ("images/small" "doc/images/small/*.png")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "0ae7c293112248a0c36377d6859a95d216ae5e96")) (lsp-mode :source "lockfile" :date - (26417 40078 742348 0) + (26435 10827 477806 0) :recipe (:package "lsp-mode" :repo "emacs-lsp/lsp-mode" :fetcher github :files (:defaults "clients/*.el") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "a49b38678cafe6c06859d5c56b6f1666a9d9fba9")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "0f156f262c2ec92de0ca751d9911b7b7d3a8bda0")) (compat :source "lockfile" :date - (26417 40078 732174 0) + (26435 10827 468790 0) :recipe (:package "compat" :repo ("https://github.com/emacs-compat/compat" . "compat") :files ("*" (:exclude ".git")) - :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "666205866c8e4cd63c6478683feea8b2fa756444")) + :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "f06c24c2498a8b9642fdef3bd8336ac75da4ad07")) (dash :source "lockfile" :date - (26417 40078 722355 0) + (26435 10827 459895 0) :recipe (:package "dash" :fetcher github :repo "magnars/dash.el" :files ("dash.el" "dash.texi") :source "MELPA" :protocol https :inherit t :depth treeless :ref "1de9dcb83eacfb162b6d9a118a4770b1281bcd84")) (f :source "lockfile" :date - (26417 40078 713012 0) + (26435 10827 450784 0) :recipe (:package "f" :fetcher github :repo "rejeep/f.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "931b6d0667fe03e7bf1c6c282d6d8d7006143c52")) (ht :source "lockfile" :date - (26417 40078 703649 0) + (26435 10827 441767 0) :recipe (:package "ht" :fetcher github :repo "Wilfred/ht.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "1c49aad1c820c86f7ee35bf9fff8429502f60fef")) (spinner :source "lockfile" :date - (26417 40078 694177 0) + (26435 10827 432697 0) :recipe (:package "spinner" :repo ("https://github.com/Malabarba/spinner.el" . "spinner") @@ -88,143 +88,143 @@ (:exclude ".git")) :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "d4647ae87fb0cd24bc9081a3d287c860ff061c21")) (markdown-mode :source "lockfile" :date - (26417 40078 684444 0) + (26435 10827 423233 0) :recipe (:package "markdown-mode" :fetcher github :repo "jrblevin/markdown-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "6f59f72ca040f0199aa72f1ae4f6c364de61cac0")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "b8637bae075231d70fe7f845305eaba2c0240d89")) (lv :source "lockfile" :date - (26417 40078 674977 0) + (26435 10827 414211 0) :recipe (:package "lv" :repo "abo-abo/hydra" :fetcher github :files ("lv.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "317e1de33086637579a7aeb60f77ed0405bf359b")) (s :source "lockfile" :date - (26417 40078 665472 0) + (26435 10827 405230 0) :recipe (:package "s" :fetcher github :repo "magnars/s.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "dda84d38fffdaf0c9b12837b504b402af910d01d")) (easy-kill :source "lockfile" :date - (26417 40078 655953 0) + (26435 10827 395824 0) :recipe (:package "easy-kill" :fetcher github :repo "leoliu/easy-kill" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "de7d66c3c864a4722a973ee9bc228a14be49ba0c")) (buffer-move :source "lockfile" :date - (26417 40078 646382 0) + (26435 10827 386792 0) :recipe (:package "buffer-move" :fetcher github :repo "lukhas/buffer-move" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "e7800b3ab1bd76ee475ef35507ec51ecd5a3f065")) (gcmh :source "lockfile" :date - (26417 40078 636816 0) + (26435 10827 377741 0) :recipe (:package "gcmh" :repo "koral/gcmh" :fetcher gitlab :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "0089f9c3a6d4e9a310d0791cf6fa8f35642ecfd9")) (exec-path-from-shell :source "lockfile" :date - (26417 40078 627220 0) + (26435 10827 368517 0) :recipe (:package "exec-path-from-shell" :fetcher github :repo "purcell/exec-path-from-shell" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "4896a797252fbfdac32fb77508500ac7d220f717")) (direnv :source "lockfile" :date - (26417 40078 617711 0) + (26435 10827 359165 0) :recipe (:package "direnv" :fetcher github :repo "wbolster/emacs-direnv" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c0bf3b81c7a97e2a0d06d05495e86848254fcc1f")) (treemacs :source "lockfile" :date - (26417 40078 608190 0) + (26435 10827 350010 0) :recipe (:package "treemacs" :fetcher github :repo "Alexander-Miller/treemacs" :files (:defaults "Changelog.org" "icons" "src/elisp/treemacs*.el" "src/scripts/treemacs*.py" (:exclude "src/extra/*")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "2f0668439dfa246b2807497f2824ec7c7fbbeb49")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "2fd7745f1bc446fc590dc7ba2eb4e062a51fbb3e")) (treemacs-all-the-icons :source "lockfile" :date - (26417 40078 597362 0) + (26435 10827 341148 0) :recipe (:package "treemacs-all-the-icons" :fetcher github :repo "Alexander-Miller/treemacs" :files ("src/extra/treemacs-all-the-icons.el") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "2f0668439dfa246b2807497f2824ec7c7fbbeb49")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "2fd7745f1bc446fc590dc7ba2eb4e062a51fbb3e")) (keyfreq :source "lockfile" :date - (26417 40078 587997 0) + (26435 10827 331808 0) :recipe (:package "keyfreq" :fetcher github :repo "dacap/keyfreq" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c6955162307f37c2ac631d9daf118781009f8dda")) (which-key :source "lockfile" :date - (26417 40078 578432 0) + (26435 10827 322396 0) :recipe (:package "which-key" :repo "justbur/emacs-which-key" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "38d4308d1143b61e4004b6e7a940686784e51500")) (tree-sitter-langs :source "lockfile" :date - (26417 40078 568756 0) + (26435 10827 313202 0) :recipe (:package "tree-sitter-langs" :repo "emacs-tree-sitter/tree-sitter-langs" :fetcher github :branch "release" :files (:defaults "queries") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "213b1c4db852a97480e029453af869ff1a0764e0")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "2e9f14626bbbcf7b37487d9b2b2969dea9284c6a")) (vertico :source "lockfile" :date - (26417 40078 559363 0) + (26435 10827 304296 0) :recipe (:package "vertico" :repo "minad/vertico" :files (:defaults "extensions/vertico-*.el") :fetcher github :source "MELPA" :protocol https :inherit t :depth treeless :ref "b0f9e7679be590b976576e4056b6af4b31212ab0")) (orderless :source "lockfile" :date - (26417 40078 549606 0) + (26435 10827 294736 0) :recipe (:package "orderless" :repo "oantolin/orderless" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "96b74d2450ab4ab1a175d0e86c62f6695c4709b5")) (marginalia :source "lockfile" :date - (26417 40078 540054 0) + (26435 10827 285333 0) :recipe (:package "marginalia" :repo "minad/marginalia" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "be2e57efff640880251c082ac93bd365b7202e6a")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "643a5f50c9f9d0698c8b1d72678886aefcf69052")) (consult :source "lockfile" :date - (26417 40078 530418 0) + (26435 10827 276401 0) :recipe (:package "consult" :repo "minad/consult" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "7a7af8dcdda02b9aa4a680a228b3f3a5cfa95334")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "917cdd86cce06d74235ba0084422341b860e1569")) (helpful :source "lockfile" :date - (26417 40078 520781 0) + (26435 10827 267457 0) :recipe (:package "helpful" :repo "Wilfred/helpful" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "4ba24cac9fb14d5fdc32582cd947572040e82b2c")) (avy :source "lockfile" :date - (26417 40078 511370 0) + (26435 10827 258211 0) :recipe (:package "avy" :repo "abo-abo/avy" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "933d1f36cca0f71e4acb5fac707e9ae26c536264")) (rainbow-delimiters :source "lockfile" :date - (26417 40078 501878 0) + (26435 10827 248978 0) :recipe (:package "rainbow-delimiters" :fetcher github :repo "Fanael/rainbow-delimiters" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f40ece58df8b2f0fb6c8576b527755a552a5e763")) (rainbow-mode :source "lockfile" :date - (26417 40078 492491 0) + (26435 10827 239472 0) :recipe (:package "rainbow-mode" :repo ("git://git.sv.gnu.org/emacs/elpa" . "rainbow-mode") @@ -233,117 +233,117 @@ (:exclude ".git")) :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "f7db3b5919f70420a91eb199f8663468de3033f3")) (dash-at-point :source "lockfile" :date - (26417 40078 481101 0) + (26435 10827 230045 0) :recipe (:package "dash-at-point" :fetcher github :repo "stanaka/dash-at-point" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "fba1a6f42ea51d05110e12c62bdced664059eb55")) (column-enforce-mode :source "lockfile" :date - (26417 40078 471348 0) + (26435 10827 220907 0) :recipe (:package "column-enforce-mode" :fetcher github :repo "jordonbiondo/column-enforce-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "14a7622f2268890e33536ccd29510024d51ee96f")) (pcre2el :source "lockfile" :date - (26417 40078 461725 0) + (26435 10827 211868 0) :recipe (:package "pcre2el" :fetcher github :repo "joddie/pcre2el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "b4d846d80dddb313042131cf2b8fbf647567e000")) (visual-regexp-steroids :source "lockfile" :date - (26417 40078 451896 0) + (26435 10827 202578 0) :recipe (:package "visual-regexp-steroids" :repo "benma/visual-regexp-steroids.el" :fetcher github :files ("visual-regexp-steroids.el" "regexp.py") :source "MELPA" :protocol https :inherit t :depth treeless :ref "a6420b25ec0fbba43bf57875827092e1196d8a9e")) (yasnippet :source "lockfile" :date - (26417 40078 441480 0) + (26435 10827 193088 0) :recipe (:package "yasnippet" :repo "joaotavora/yasnippet" :fetcher github :files ("yasnippet.el" "snippets") :source "MELPA" :protocol https :inherit t :depth treeless :ref "fe1f4e0e96ce42d8668920335eb22c3c009dab3e")) (yasnippet-snippets :source "lockfile" :date - (26417 40078 431148 0) + (26435 10827 183672 0) :recipe (:package "yasnippet-snippets" :repo "AndreaCrotti/yasnippet-snippets" :fetcher github :files ("*.el" "snippets" ".nosearch") :source "MELPA" :protocol https :inherit t :depth treeless :ref "23bcbcd11f567a2659ae413c62c82892eb50a3f1")) (company-box :source "lockfile" :date - (26417 40078 421767 0) + (26435 10827 174405 0) :recipe (:package "company-box" :fetcher github :repo "sebastiencs/company-box" :files (:defaults "images") :source "MELPA" :protocol https :inherit t :depth treeless :ref "c4f2e243fba03c11e46b1600b124e036f2be7691")) (copilot :source "lockfile" :date - (26417 40078 412426 0) + (26435 10827 164885 0) :recipe (:source nil :protocol https :inherit t :depth treeless :host github :repo "copilot-emacs/copilot.el" :files ("*.el") - :package "copilot" :ref "b5878d6a8c741138b5efbf4fe1c594f3fd69dbdd")) + :package "copilot" :ref "88b10203705a9cdcbc232e7d2914f6b12217a885")) (gptel :source "lockfile" :date - (26417 40078 402899 0) + (26435 10827 155199 0) :recipe (:package "gptel" :repo "karthink/gptel" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "db46b1364e205202bcc11cee0b42ef6bfc529bdb")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "20e07943d792133ba57a325e123436de471e1429")) (elysium :source "lockfile" :date - (26417 40078 393529 0) + (26435 10827 146272 0) :recipe (:package "elysium" :fetcher github :repo "lanceberge/elysium" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "dcb194e0e49e2c1864e0fa2ccec3d7e37b0a44b6")) (flymake-flycheck :source "lockfile" :date - (26417 40078 383740 0) + (26435 10827 136887 0) :recipe (:package "flymake-flycheck" :fetcher github :repo "purcell/flymake-flycheck" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "88455c5e6d8ebf650fb51a45c7511a1c18097344")) (flyspell-correct :source "lockfile" :date - (26417 40078 374165 0) + (26435 10827 127405 0) :recipe (:package "flyspell-correct" :repo "d12frosted/flyspell-correct" :fetcher github :files ("flyspell-correct.el" "flyspell-correct-ido.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "1e7a5a56362dd875dddf848b9a9e25d1395b9d37")) (deft :source "lockfile" :date - (26417 40078 364482 0) + (26435 10827 118052 0) :recipe (:package "deft" :repo "jrblevin/deft" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "b369d7225d86551882568788a23c5497b232509c")) (lsp-ui :source "lockfile" :date - (26417 40078 354979 0) + (26435 10827 108751 0) :recipe (:package "lsp-ui" :repo "emacs-lsp/lsp-ui" :fetcher github :files (:defaults "lsp-ui-doc.html" "resources") :source "MELPA" :protocol https :inherit t :depth treeless :ref "072bb29152038518c2478813b82c8d04d07df84c")) (dap-mode :source "lockfile" :date - (26417 40078 345636 0) + (26435 10827 99392 0) :recipe (:package "dap-mode" :repo "emacs-lsp/dap-mode" :fetcher github :files (:defaults "icons") :source "MELPA" :protocol https :inherit t :depth treeless :ref "605448b4fd90ca25924bf029acf2bdd047045133")) (dashboard :source "lockfile" :date - (26417 40078 335963 0) + (26435 10827 89947 0) :recipe (:package "dashboard" :fetcher github :repo "emacs-dashboard/emacs-dashboard" :files (:defaults "banners") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "946b9957470a3cac6b089bdf2d9edd07a29fcc9c")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "9479466d39652a8e32b74ee83822421fa08024d9")) (magit :source "lockfile" :date - (26417 40078 326552 0) + (26435 10827 81100 0) :recipe (:package "magit" :fetcher github :repo "magit/magit" :files ("lisp/magit*.el" "lisp/git-*.el" "docs/magit.texi" "docs/AUTHORS.md" "LICENSE" "magit-pkg.el" (:exclude "lisp/magit-section.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "1c30bb1f9fb0668ec385fc3fb899b30d5507fad8")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "93a7752842b2d4feff6b5deba44411e9c4249dfe")) (vundo :source "lockfile" :date - (26417 40078 317226 0) + (26435 10827 72236 0) :recipe (:package "vundo" :repo ("https://github.com/casouri/vundo" . "vundo") @@ -352,265 +352,265 @@ (:exclude ".git" "test")) :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "ca590c571546eb1d38c855216db11d28135892f2")) (speed-type :source "lockfile" :date - (26417 40078 307669 0) + (26435 10827 62704 0) :recipe (:package "speed-type" :fetcher github :repo "dakra/speed-type" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "b982ee6081a11837760eeaed73c4f413eefb07b1")) (spaceline :source "lockfile" :date - (26417 40078 298001 0) + (26435 10827 53395 0) :recipe (:package "spaceline" :fetcher github :repo "TheBB/spaceline" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "086420d16e526c79b67fc1edec4c2ae1e699f372")) (base16-theme :source "lockfile" :date - (26417 40078 288532 0) + (26435 10827 44076 0) :recipe (:package "base16-theme" :repo "tinted-theming/base16-emacs" :fetcher github :files (:defaults "build/*.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "077726249216bef6d98d0542eb6289641a58e8d0")) (clojure-mode :source "lockfile" :date - (26417 40078 279027 0) + (26435 10827 34841 0) :recipe (:package "clojure-mode" :repo "clojure-emacs/clojure-mode" :fetcher github :files ("clojure-mode.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "59888c84b61081e9b0085e388f55132925a66e7a")) (cider :source "lockfile" :date - (26417 40078 269232 0) + (26435 10827 25630 0) :recipe (:package "cider" :fetcher github :repo "clojure-emacs/cider" :files ("lisp/*.el" "bin/*.sh" "*.el" "clojure.sh" "lein.sh" (:exclude ".dir-locals.el")) :old-names (nrepl) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "c7bed56c3dac124c232956c96957e21bbaf3749f")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "c228dec27df6b2c68262f17158208fe699e1ce02")) (clj-refactor :source "lockfile" :date - (26417 40078 259621 0) + (26435 10827 16148 0) :recipe (:package "clj-refactor" :fetcher github :repo "clojure-emacs/clj-refactor.el" :files (:defaults "CHANGELOG.md") :source "MELPA" :protocol https :inherit t :depth treeless :ref "dc1bbc8cdaa723bdbb6669ea7d280625c370755d")) (dart-mode :source "lockfile" :date - (26417 40078 249717 0) + (26435 10827 6748 0) :recipe (:package "dart-mode" :fetcher github :repo "emacsorphanage/dart-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "02e919c1cf200b4938139c18068577faff1fb364")) (lsp-dart :source "lockfile" :date - (26417 40078 239349 0) + (26435 10826 997431 0) :recipe (:package "lsp-dart" :repo "emacs-lsp/lsp-dart" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "9ffbafb7dcea3ef3d9e29bafb51d5167f0585d2c")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "7e3d3429418bc42cda7fa7b58e6644a705cf2f89")) (dhall-mode :source "lockfile" :date - (26417 40078 228974 0) + (26435 10826 987953 0) :recipe (:package "dhall-mode" :repo "psibi/dhall-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "87ab69fe765d87b3bb1604a306a8c44d6887681d")) (lispy :source "lockfile" :date - (26417 40078 218365 0) + (26435 10826 978626 0) :recipe (:package "lispy" :repo "abo-abo/lispy" :fetcher github :files (:defaults "lispy-clojure.clj" "lispy-clojure.cljs" "lispy-python.py") :source "MELPA" :protocol https :inherit t :depth treeless :ref "fe44efd21573868638ca86fc8313241148fabbe3")) (aggressive-indent :source "lockfile" :date - (26417 40078 207864 0) + (26435 10826 969279 0) :recipe (:package "aggressive-indent" :repo "Malabarba/aggressive-indent-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "a437a45868f94b77362c6b913c5ee8e67b273c42")) (elixir-mode :source "lockfile" :date - (26417 40078 197441 0) + (26435 10826 959996 0) :recipe (:package "elixir-mode" :fetcher github :repo "elixir-editors/emacs-elixir" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "00d6580a040a750e019218f9392cf9a4c2dac23a")) (elixir-ts-mode :source "lockfile" :date - (26417 40078 186493 0) + (26435 10826 950631 0) :recipe (:package "elixir-ts-mode" :repo "wkirschbaum/elixir-ts-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "b35c983f551ccf821ebebad50747b5b417133e52")) (erlang :source "lockfile" :date - (26417 40078 176546 0) + (26435 10826 941154 0) :recipe (:package "erlang" :fetcher github :repo "erlang/otp" :version-regexp "OTP-%v" :files ("lib/tools/emacs/*.el" (:exclude "lib/tools/emacs/erlang_appwiz.el")) - :source "MELPA" :protocol https :inherit t :depth 1 :ref "c24e439f7113fd702b918ca7f38b189264e9c9b3")) + :source "MELPA" :protocol https :inherit t :depth 1 :ref "270cec62461470d40ea4b7605d31c045d7342ba8")) (fsharp-mode :source "lockfile" :date - (26417 40078 165980 0) + (26435 10826 932250 0) :recipe (:package "fsharp-mode" :fetcher github :repo "fsharp/emacs-fsharp-mode" :files (:defaults (:exclude "eglot-fsharp.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "677d78c4d6cb574086408082dedbcaef04a85359")) (gleam-ts-mode :source "lockfile" :date - (26417 40078 155677 0) + (26435 10826 922772 0) :recipe (:package "gleam-ts-mode" :fetcher github :repo "gleam-lang/gleam-mode" :files ("gleam-ts-mode.el") :source "MELPA" :protocol https :inherit t :depth treeless :type git :host github :ref "d00f37d0b47f5d6810aa295af98c40a7708b4305")) (go-mode :source "lockfile" :date - (26417 40078 145369 0) + (26435 10826 913506 0) :recipe (:package "go-mode" :repo "dominikh/go-mode.el" :fetcher github :files ("go-mode.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "602d73e22646b1b98b2eb97927fd426c0d1d2f92")) (haskell-mode :source "lockfile" :date - (26417 40078 134462 0) + (26435 10826 904149 0) :recipe (:package "haskell-mode" :repo "haskell/haskell-mode" :fetcher github :files (:defaults "NEWS" "logo.svg") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "7d4529ac4443d70719638806cb80325a418110b9")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "1a285fc4c50ca74bb5cd9b2a8c1a46a64a77384a")) (lsp-haskell :source "lockfile" :date - (26417 40078 124459 0) + (26435 10826 894756 0) :recipe (:package "lsp-haskell" :repo "emacs-lsp/lsp-haskell" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "6981f8d1225c038c1a130e8cf70530cfe15f976e")) (js2-mode :source "lockfile" :date - (26417 40078 114282 0) + (26435 10826 885450 0) :recipe (:package "js2-mode" :repo "mooz/js2-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "62d6cb169ed4cb6d7ae3ddbd8da9c995fed0ab32")) (typescript-mode :source "lockfile" :date - (26417 40078 104089 0) + (26435 10826 876175 0) :recipe (:package "typescript-mode" :fetcher github :repo "emacs-typescript/typescript.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "fc3a4f3b275e8cf6cf41aa0c9ef42e25ef908feb")) - (kotlin-mode :source "lockfile" :date - (26417 40078 93996 0) - :recipe - (:package "kotlin-mode" :repo "Emacs-Kotlin-Mode-Maintainers/kotlin-mode" :fetcher github :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "fddd747e5b4736e8b27a147960f369b86179ddff")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "dd10f702d4946ddb2e1c2863bf02bf241bce5fc8")) + (kotlin-ts-mode :source "lockfile" :date + (26435 10826 867260 0) + :recipe + (:package "kotlin-ts-mode" :fetcher gitlab :repo "bricka/emacs-kotlin-ts-mode" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "bf1646a386408103e6267599a26e5f5479fa4635")) (gradle-mode :source "lockfile" :date - (26417 40078 83975 0) + (26435 10826 857624 0) :recipe (:package "gradle-mode" :fetcher github :repo "scubacabra/emacs-gradle-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "e4d665d5784ecda7ddfba015f07c69be3cfc45f2")) (lean4-mode :source "lockfile" :date - (26417 40078 73881 0) + (26435 10826 848279 0) :recipe (:source nil :protocol https :inherit t :depth treeless :type git :host github :repo "leanprover/lean4-mode" :files ("*.el" "data") - :package "lean4-mode" :ref "004ad0e60b85fb4eac74a5523ee3e648fd5cfce5")) + :package "lean4-mode" :ref "fba3d5fc3edf3adfc792371b8027441fdab80cad")) (merlin :source "lockfile" :date - (26417 40078 63762 0) + (26435 10826 839150 0) :recipe (:package "merlin" :fetcher github :repo "ocaml/merlin" :files ("emacs/*.el" (:exclude "emacs/merlin-ac.el" "emacs/merlin-company.el" "emacs/merlin-iedit.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "a36f42a5b181d0c9cc84174e8eb241b11eeabc0f")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "300686ca90f8754e58b46d7b097260ba11fe7c3a")) (opam-switch-mode :source "lockfile" :date - (26417 40078 53616 0) + (26435 10826 830221 0) :recipe (:package "opam-switch-mode" :fetcher github :repo "ProofGeneral/opam-switch-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "1069e56a662f23ea09d4e05611bdedeb99257012")) (dune :source "lockfile" :date - (26417 40078 43649 0) + (26435 10826 820838 0) :recipe (:package "dune" :fetcher github :repo "ocaml/dune" :files ("editor-integration/emacs/*.el") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "f7af2d0078f25a54db19709e25ac73ca80c48183")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "d2ddc436b78f4da6e245593f0da2349ef0245d5a")) (tuareg :source "lockfile" :date - (26417 40078 33476 0) + (26435 10826 811865 0) :recipe (:package "tuareg" :fetcher github :repo "ocaml/tuareg" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "1d53723e39f22ab4ab76d31f2b188a2879305092")) (dockerfile-mode :source "lockfile" :date - (26417 40078 23207 0) + (26435 10826 802472 0) :recipe (:package "dockerfile-mode" :fetcher github :repo "spotify/dockerfile-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "4d893bd2da15833ce056332e6c972d5d93e78f04")) (docker :source "lockfile" :date - (26417 40078 12878 0) + (26435 10826 793109 0) :recipe (:package "docker" :fetcher github :repo "Silex/docker.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "6f8bba0d11a5143872dfc25afdabe16cae410d11")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "ec2391a8e3404958cefee3dda23b2c89dcf807a2")) (terraform-mode :source "lockfile" :date - (26417 40078 2400 0) + (26435 10826 783668 0) :recipe (:package "terraform-mode" :repo "hcl-emacs/terraform-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "abfc10f5e313c4bb99de136a14636e9bc6df74f6")) (ansible :source "lockfile" :date - (26417 40077 992156 0) + (26435 10826 774297 0) :recipe (:package "ansible" :fetcher gitlab :repo "emacs-ansible/emacs-ansible" :files (:defaults "snippets" "dict") :source "MELPA" :protocol https :inherit t :depth treeless :ref "e171dacc12eeaba5dbd7fd887f94d11b357fe958")) (nginx-mode :source "lockfile" :date - (26417 40077 982053 0) + (26435 10826 764967 0) :recipe (:package "nginx-mode" :fetcher github :repo "ajc/nginx-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c4ac5de975d65c84893a130a470af32a48b0b66c")) (jenkinsfile-mode :source "lockfile" :date - (26417 40077 971901 0) + (26435 10826 755750 0) :recipe (:package "jenkinsfile-mode" :repo "https://github.com/john2x/jenkinsfile-mode.git" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :branch "master" :ref "568865ee419e0592de0dd0717d6769a66d9df111")) (lua-mode :source "lockfile" :date - (26417 40077 961635 0) + (26435 10826 746110 0) :recipe (:package "lua-mode" :repo "immerrr/lua-mode" :fetcher github :files (:defaults (:exclude "init-tryout.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "d074e4134b1beae9ed4c9b512af741ca0d852ba3")) (graphql-mode :source "lockfile" :date - (26417 40077 951315 0) + (26435 10826 736661 0) :recipe (:package "graphql-mode" :repo "davazp/graphql-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c3baca92809e6f6c8dd2596a413b277f3b0160ea")) (yaml-mode :source "lockfile" :date - (26417 40077 941077 0) + (26435 10826 727327 0) :recipe (:package "yaml-mode" :repo "yoshiki/yaml-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "d91f878729312a6beed77e6637c60497c5786efa")) (json-mode :source "lockfile" :date - (26417 40077 930874 0) + (26435 10826 718041 0) :recipe (:package "json-mode" :fetcher github :repo "json-emacs/json-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "77125b01c0ddce537085201098bea9b4b8ba6be3")) (git-modes :source "lockfile" :date - (26417 40077 920767 0) + (26435 10826 708426 0) :recipe (:package "git-modes" :fetcher github :repo "magit/git-modes" :old-names (gitattributes-mode gitconfig-mode gitignore-mode) @@ -619,150 +619,150 @@ (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f99010bbeb8b6d8a0819fac0195a2ef0159d08f0")) (php-mode :source "lockfile" :date - (26417 40077 910841 0) + (26435 10826 699099 0) :recipe (:package "php-mode" :repo "emacs-php/php-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "31f702ee2de35d514fb633c0c37531cb648bff70")) (purescript-mode :source "lockfile" :date - (26417 40077 900798 0) + (26435 10826 689746 0) :recipe (:package "purescript-mode" :repo "purescript-emacs/purescript-mode" :fetcher github :files (:defaults "NEWS" "snippets") :source "MELPA" :protocol https :inherit t :depth treeless :ref "d187b3d4bbb4d9cb36a4c6c55f35d63d159a26e8")) (rspec-mode :source "lockfile" :date - (26417 40077 890782 0) + (26435 10826 680426 0) :recipe (:package "rspec-mode" :repo "pezra/rspec-mode" :fetcher github :files ("rspec-mode.el" "snippets") :source "MELPA" :protocol https :inherit t :depth treeless :ref "29df3d081c6a1cbdf840cd13d45ea1c100c5bbaa")) (ruby-end :source "lockfile" :date - (26417 40077 880811 0) + (26435 10826 671193 0) :recipe (:package "ruby-end" :repo "rejeep/ruby-end.el" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "ba7d7230f9e3ed75c9982d32bb9fdff1dc10935d")) (rbs-mode :source "lockfile" :date - (26417 40077 871447 0) + (26435 10826 661810 0) :recipe (:package "rbs-mode" :fetcher github :repo "ybiquitous/rbs-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "21ec7718a2b3149c13464e182fd4e1cf64bff277")) (rust-mode :source "lockfile" :date - (26417 40077 862069 0) + (26435 10826 652331 0) :recipe (:package "rust-mode" :repo "rust-lang/rust-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "3bd0863f28414e629ca15ad2852a429a126226c5")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "542f1755d8929ca83564322d7030d558f3392fe1")) (flycheck-rust :source "lockfile" :date - (26417 40077 852444 0) + (26435 10826 642908 0) :recipe (:package "flycheck-rust" :repo "flycheck/flycheck-rust" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "e7692cded99999d2dc3d3df5d977dcdeb1c179fb")) (fish-mode :source "lockfile" :date - (26417 40077 842864 0) + (26435 10826 633627 0) :recipe (:package "fish-mode" :fetcher github :repo "wwwjfy/emacs-fish" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "2526b1803b58cf145bc70ff6ce2adb3f6c246f89")) (web-mode :source "lockfile" :date - (26417 40077 833389 0) + (26435 10826 624304 0) :recipe (:package "web-mode" :repo "fxbois/web-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "0c83581d1e93d1d802c730a1d5e90cd1c740e1b2")) (zig-mode :source "lockfile" :date - (26417 40077 823936 0) + (26435 10826 615140 0) :recipe (:package "zig-mode" :repo "ziglang/zig-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f0b4a487530146f99230f4a5ff67e8d56c8f3f80")) (ace-window :source "lockfile" :date - (26417 40077 814290 0) + (26435 10826 605775 0) :recipe (:package "ace-window" :repo "abo-abo/ace-window" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "77115afc1b0b9f633084cf7479c767988106c196")) (pfuture :source "lockfile" :date - (26417 40077 804631 0) + (26435 10826 596250 0) :recipe (:package "pfuture" :repo "Alexander-Miller/pfuture" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "19b53aebbc0f2da31de6326c495038901bffb73c")) (hydra :source "lockfile" :date - (26417 40077 795287 0) + (26435 10826 587219 0) :recipe (:package "hydra" :repo "abo-abo/hydra" :fetcher github :files (:defaults (:exclude "lv.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "317e1de33086637579a7aeb60f77ed0405bf359b")) (cfrs :source "lockfile" :date - (26417 40077 785595 0) + (26435 10826 577958 0) :recipe (:package "cfrs" :repo "Alexander-Miller/cfrs" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f3a21f237b2a54e6b9f8a420a9da42b4f0a63121")) (posframe :source "lockfile" :date - (26417 40077 776147 0) + (26435 10826 568696 0) :recipe (:package "posframe" :fetcher github :repo "tumashu/posframe" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "ac9f954ac4c546e68daf403f2ab2b5ad4397f26e")) (all-the-icons :source "lockfile" :date - (26417 40077 766633 0) + (26435 10826 559379 0) :recipe (:package "all-the-icons" :repo "domtronn/all-the-icons.el" :fetcher github :files (:defaults "data") :source "MELPA" :protocol https :inherit t :depth treeless :ref "39ef44f810c34e8900978788467cc675870bcd19")) (tree-sitter :source "lockfile" :date - (26417 40077 757089 0) + (26435 10826 549946 0) :recipe (:package "tree-sitter" :repo "emacs-tree-sitter/elisp-tree-sitter" :fetcher github :branch "release" :files (:defaults (:exclude "lisp/tree-sitter-tests.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "3cfab8a0e945db9b3df84437f27945746a43cc71")) (tsc :source "lockfile" :date - (26417 40077 747666 0) + (26435 10826 540993 0) :recipe (:package "tsc" :fetcher github :repo "emacs-tree-sitter/elisp-tree-sitter" :branch "release" :files ("core/*.el" "core/Cargo.toml" "core/Cargo.lock" "core/src") :source "MELPA" :protocol https :inherit t :depth treeless :ref "3cfab8a0e945db9b3df84437f27945746a43cc71")) (elisp-refs :source "lockfile" :date - (26417 40077 738247 0) + (26435 10826 531652 0) :recipe (:package "elisp-refs" :repo "Wilfred/elisp-refs" :fetcher github :files (:defaults (:exclude "elisp-refs-bench.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "541a064c3ce27867872cf708354a65d83baf2a6d")) (visual-regexp :source "lockfile" :date - (26417 40077 728917 0) + (26435 10826 522536 0) :recipe (:package "visual-regexp" :repo "benma/visual-regexp.el" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "48457d42a5e0fe10fa3a9c15854f1f127ade09b5")) (frame-local :source "lockfile" :date - (26417 40077 719445 0) + (26435 10826 513036 0) :recipe (:package "frame-local" :fetcher github :repo "sebastiencs/frame-local" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "7ee1106c3bcd4022f48421f8cb1ef4f995da816e")) (editorconfig :source "lockfile" :date - (26417 40077 710176 0) + (26435 10826 503499 0) :recipe (:package "editorconfig" :fetcher github :repo "editorconfig/editorconfig-emacs" :old-names (editorconfig-core editorconfig-fnmatch) @@ -771,68 +771,68 @@ (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "24f5b2b1cd4e37adc245fb59f7edeb6872a707a4")) (flycheck :source "lockfile" :date - (26417 40077 700826 0) + (26435 10826 494119 0) :recipe (:package "flycheck" :repo "flycheck/flycheck" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "5217e0e02f487d70e3d418e5e6ce884fc9711511")) (bui :source "lockfile" :date - (26417 40077 691200 0) + (26435 10826 484750 0) :recipe (:package "bui" :repo "alezost/bui.el" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f3a137628e112a91910fd33c0cff0948fa58d470")) (lsp-treemacs :source "lockfile" :date - (26417 40077 681292 0) + (26435 10826 475251 0) :recipe (:package "lsp-treemacs" :repo "emacs-lsp/lsp-treemacs" :fetcher github :files (:defaults "icons") :source "MELPA" :protocol https :inherit t :depth treeless :ref "fb1a07ae0a3d781dea8ac78da2933e0173eb48a4")) (lsp-docker :source "lockfile" :date - (26417 40077 671703 0) + (26435 10826 466018 0) :recipe (:package "lsp-docker" :repo "emacs-lsp/lsp-docker" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "ce291d0f80533f8eaca120eb745d55669e062636")) (yaml :source "lockfile" :date - (26417 40077 662228 0) + (26435 10826 456551 0) :recipe (:package "yaml" :repo "zkry/yaml.el" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "70c4fcead97e9bd6594e418c922ae769818f4245")) (magit-section :source "lockfile" :date - (26417 40077 652902 0) + (26435 10826 447079 0) :recipe (:package "magit-section" :fetcher github :repo "magit/magit" :files ("lisp/magit-section.el" "docs/magit-section.texi" "magit-section-pkg.el") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "1c30bb1f9fb0668ec385fc3fb899b30d5507fad8")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "93a7752842b2d4feff6b5deba44411e9c4249dfe")) (with-editor :source "lockfile" :date - (26417 40077 643420 0) - :recipe - (:package "with-editor" :fetcher github :repo "magit/with-editor" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "77cb2403158cfea9d8bfb8adad81b84d1d6d7c6a")) + (26435 10826 437964 0) + :recipe + (:package "with-editor" :fetcher github :repo "magit/with-editor" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "57f20bdb0d50256acdd12019aaa42b609204699b")) (powerline :source "lockfile" :date - (26417 40077 633940 0) + (26435 10826 429040 0) :recipe (:package "powerline" :fetcher github :repo "milkypostman/powerline" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c35c35bdf5ce2d992882c1f06f0f078058870d4a")) (parseedn :source "lockfile" :date - (26417 40077 624525 0) + (26435 10826 419800 0) :recipe (:package "parseedn" :repo "clojure-emacs/parseedn" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "3407e4530a367b6c2b857dae261cdbb67a440aaa")) (queue :source "lockfile" :date - (26417 40077 615084 0) + (26435 10826 410619 0) :recipe (:package "queue" :repo ("git://git.sv.gnu.org/emacs/elpa" . "queue") @@ -841,115 +841,115 @@ (:exclude ".git")) :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "f986fb68e75bdae951efb9e11a3012ab6bd408ee")) (sesman :source "lockfile" :date - (26417 40077 605505 0) + (26435 10826 401290 0) :recipe (:package "sesman" :repo "vspinu/sesman" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "7bca68dbbab0af26a6a23be1ff5fa97f9a18e022")) (parseclj :source "lockfile" :date - (26417 40077 596040 0) + (26435 10826 391833 0) :recipe (:package "parseclj" :repo "clojure-emacs/parseclj" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "6af22372e0fe14df882dd300b22b12ba2d7e00b0")) (paredit :source "lockfile" :date - (26417 40077 586519 0) + (26435 10826 382744 0) :recipe (:package "paredit" :fetcher git :url "https://mumble.net/~campbell/git/paredit.git" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "af075775af91f2dbc63b915d762b4aec092946c4")) (multiple-cursors :source "lockfile" :date - (26417 40077 576954 0) + (26435 10826 373276 0) :recipe (:package "multiple-cursors" :fetcher github :repo "magnars/multiple-cursors.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c870c18462461df19382ecd2f9374c8b902cd804")) (inflections :source "lockfile" :date - (26417 40077 567344 0) + (26435 10826 363871 0) :recipe (:package "inflections" :repo "eschulte/jump.el" :fetcher github :files ("inflections.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "55caa66a7cc6e0b1a76143fd40eff38416928941")) (reformatter :source "lockfile" :date - (26417 40077 557570 0) + (26435 10826 354456 0) :recipe (:package "reformatter" :repo "purcell/emacs-reformatter" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "8962e1dd0c949997413380ea1f8d8a25ada5f624")) (iedit :source "lockfile" :date - (26417 40077 547953 0) + (26435 10826 345065 0) :recipe (:package "iedit" :repo "victorhge/iedit" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "27c61866b1b9b8d77629ac702e5f48e67dfe0d3b")) (swiper :source "lockfile" :date - (26417 40077 538094 0) + (26435 10826 335803 0) :recipe (:package "swiper" :repo "abo-abo/swiper" :fetcher github :files ("swiper.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "8dc02d5b725f78d1f80904807b46f5406f129674")) (zoutline :source "lockfile" :date - (26417 40077 528367 0) + (26435 10826 326680 0) :recipe (:package "zoutline" :repo "abo-abo/zoutline" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "32857c6c4b9b0bcbed14d825a10b91a98d5fed0a")) (ivy :source "lockfile" :date - (26417 40077 518360 0) + (26435 10826 317205 0) :recipe (:package "ivy" :repo "abo-abo/swiper" :fetcher github :files (:defaults "doc/ivy-help.org" (:exclude "swiper.el" "counsel.el" "ivy-hydra.el" "ivy-avy.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "8dc02d5b725f78d1f80904807b46f5406f129674")) (heex-ts-mode :source "lockfile" :date - (26417 40077 508484 0) + (26435 10826 307628 0) :recipe (:package "heex-ts-mode" :repo "wkirschbaum/heex-ts-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "90142df2929956536dc1eaae3bb5ca04dc4232ab")) (caml :source "lockfile" :date - (26417 40077 498637 0) + (26435 10826 298207 0) :recipe (:package "caml" :repo "ocaml/caml-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "47defafa2b08fb680e89bfee9cb9ce82bd9e3bcf")) (aio :source "lockfile" :date - (26417 40077 488851 0) + (26435 10826 288727 0) :recipe (:package "aio" :fetcher github :repo "skeeto/emacs-aio" :files ("aio.el" "README.md" "UNLICENSE") :source "MELPA" :protocol https :inherit t :depth treeless :ref "da93523e235529fa97d6f251319d9e1d6fc24a41")) (tablist :source "lockfile" :date - (26417 40077 478961 0) + (26435 10826 279129 0) :recipe (:package "tablist" :fetcher github :repo "emacsorphanage/tablist" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "fcd37147121fabdf003a70279cf86fbe08cfac6f")) (hcl-mode :source "lockfile" :date - (26417 40077 468796 0) + (26435 10826 269428 0) :recipe (:package "hcl-mode" :repo "hcl-emacs/hcl-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "1da895ed75d28d9f87cbf9b74f075d90ba31c0ed")) (groovy-mode :source "lockfile" :date - (26417 40077 458843 0) + (26435 10826 259442 0) :recipe (:package "groovy-mode" :fetcher github :repo "Groovy-Emacs-Modes/groovy-emacs-modes" :files ("*groovy*.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "7b8520b2e2d3ab1d62b35c426e17ac25ed0120bb")) (json-snatcher :source "lockfile" :date - (26417 40077 448703 0) + (26435 10826 246509 0) :recipe (:package "json-snatcher" :fetcher github :repo "Sterlingg/json-snatcher" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" diff --git a/lisp/icejam-base.el b/lisp/icejam-base.el index a61c70d..48ce08b 100644 --- a/lisp/icejam-base.el +++ b/lisp/icejam-base.el @@ -54,6 +54,7 @@ (setopt gcmh-verbose nil) ;; Do not log GC messages (setopt gcmh-idle-delay 'auto) ;; Compute GC delay based on gcmh-auto-idle-delay-factor (setopt gcmh-auto-idle-delay-factor 10) ;; Original value was 10 + (setopt gcmh-high-cons-threshold (* 128 1024 1024)) (gcmh-mode t)) ;; #====================== Backup config #============================== diff --git a/lisp/icejam-blocking.el b/lisp/icejam-blocking.el index 7efee8f..6757739 100644 --- a/lisp/icejam-blocking.el +++ b/lisp/icejam-blocking.el @@ -17,6 +17,8 @@ (setenv "LSP_USE_PLISTS" "true") (use-package lsp-mode :ensure t) +;; Finally, wait for installation of these four packages. +(declare-function elpaca-wait "elpaca") (elpaca-wait) (provide 'icejam-blocking) diff --git a/lisp/icejam-completing-read.el b/lisp/icejam-completing-read.el index 6707d81..e1c9e71 100644 --- a/lisp/icejam-completing-read.el +++ b/lisp/icejam-completing-read.el @@ -2,7 +2,8 @@ ;;; Commentary: ;;; ;;; completing-read is the way of completing things in minibuffer. This module -;;; provides all of that functionality, everything related to minbuffer being helpful. +;;; provides all of that functionality, everything related to minbuffer being +;;; helpful. ;;; ;;; Code: @@ -38,6 +39,10 @@ (setopt vertico-resize t) ;; Grow and shrink the vertico minibufffer (setopt vertico-cycle t) ;; Cycle completion + ;; Add working page up /down + (keymap-set vertico-map "" 'vertico-scroll-up) + (keymap-set vertico-map "" 'vertico-scroll-down) + (declare-function vertico-mode "vertico") (vertico-mode t)) @@ -62,7 +67,7 @@ --search-zip --hidden --glob \"!.git/*\"") :bind (:map icejam-keys-mode-map ("C-c t" . find-file) - ("M-g" . consult-goto-line) + ("M-g g" . consult-goto-line) ("C-c a" . consult-ripgrep))) (use-package helpful :ensure t) diff --git a/lisp/icejam-fonts.el b/lisp/icejam-fonts.el index 7b57db3..5835b6d 100644 --- a/lisp/icejam-fonts.el +++ b/lisp/icejam-fonts.el @@ -18,20 +18,20 @@ ;; (defconst icejam-font "Input Mono Condensed" ;; (defconst icejam-font "SF Mono" ;; (defconst icejam-font "Monaco" -;; (defconst icejam-font "JetBrains Mono" +;; (defconst icejam-font "JetBrains Mono" "Default font.") ;; (defconst icejam-font "JuliaMono" ;; (defconst icejam-font "Rec Mono Semicasual" -;; (defconst icejam-font "Victor Mono" ;; (defconst icejam-font "IBM Plex Mono" ;; (defconst icejam-font "Berkeley Mono Trial" ;; (defconst icejam-font "Inconsolata" +;; (defconst icejam-font "Victor Mono Medium" "Default font.") + +(defconst icejam-font "Iosevka Term" "Default font.") -(defconst icejam-font "Iosevka Term" - "Default font.") (defconst icejam-font-size 14 "Default size of then font. It is used to calculated the size in relation to the screen -in icejam-set-font-to-screen.") +in `icejam-set-font-to-screen`.") (defcustom icejam-mut-font icejam-font @@ -49,7 +49,7 @@ in icejam-set-font-to-screen.") (defvar lsp-ui-doc-frame-hook) (defun icejam-set-lsp-ui-font-hook () - "Reset LSP IO font to specified icejam-font and icejam-font-size." + "Reset LSP IO font to specified `icejam-font` and `icejam-font-size`." (setopt lsp-ui-doc-frame-hook nil) (add-hook 'lsp-ui-doc-frame-hook (lambda (frame _w) diff --git a/lisp/langs/icejam-lang-elixir.el b/lisp/langs/icejam-lang-elixir.el index b6782c2..d628079 100644 --- a/lisp/langs/icejam-lang-elixir.el +++ b/lisp/langs/icejam-lang-elixir.el @@ -39,7 +39,7 @@ (icejam-set-indent 2) (column-enforce-n 98) (lsp) - (setq-local flycheck-check-syntax-automatically '(save mode-enabled)) + ;; (setq-local flycheck-check-syntax-automatically '(save mode-enabled)) (setq-local lsp-eldoc-enable-hover nil) (setq-local lsp-completion-enable-additional-text-edit nil) (setq-local company-minimum-prefix-length 3) diff --git a/lisp/langs/icejam-lang-kotlin.el b/lisp/langs/icejam-lang-kotlin.el index 4540118..d60ae7f 100644 --- a/lisp/langs/icejam-lang-kotlin.el +++ b/lisp/langs/icejam-lang-kotlin.el @@ -9,10 +9,14 @@ ;; kotlin does a thing. ;;; Code: +(require 'icejam-prog-mode) +(require 'icejam-blocking) -(use-package kotlin-mode - :defer t - :ensure t) +(use-package kotlin-ts-mode :ensure t) + +(with-eval-after-load 'kotlin-ts-mode + (add-to-list 'auto-mode-alist '("\\.kt\\'" . kotlin-ts-mode)) + (add-to-list 'auto-mode-alist '("\\.kts\\'" . kotlin-ts-mode))) (use-package gradle-mode :defer t @@ -20,15 +24,11 @@ (defun icejam-activate-kotlin-mode () "All things Kotlin." - (icejam-set-indent 4) + (icejam-set-indent 2) (column-enforce-n 100) - (lsp) + (lsp)) - ;; Company list override - (add-to-list (make-local-variable 'company-backends) - '(company-capf company-yasnippet))) - -(add-hook 'kotlin-mode-hook 'icejam-activate-kotlin-mode) +(add-hook 'kotlin-ts-mode-hook 'icejam-activate-kotlin-mode) (provide 'icejam-lang-kotlin) ;;; icejam-lang-kotlin.el ends here From 4be55a93518e28f440d3f503485b823cf24b849f Mon Sep 17 00:00:00 2001 From: Maciej Szlosarczyk Date: Wed, 4 Dec 2024 10:13:06 +0200 Subject: [PATCH 07/34] Update packages --- elpaca.lock | 341 +++++++++++++-------------- lisp/icejam-lsp.el | 18 +- lisp/langs/icejam-lang-elixir.el | 3 +- lisp/langs/icejam-lang-javascript.el | 13 +- lisp/langs/icejam-lang-kotlin.el | 18 +- lisp/langs/icejam-lang-web.el | 8 - 6 files changed, 197 insertions(+), 204 deletions(-) diff --git a/elpaca.lock b/elpaca.lock index 3eb57c5..87d9d9d 100644 --- a/elpaca.lock +++ b/elpaca.lock @@ -1,5 +1,5 @@ ((elpaca :source "lockfile" :date - (26435 10827 532877 0) + (26448 3829 132251 0) :recipe (:source nil :protocol https :inherit t :depth 1 :repo "https://github.com/progfolio/elpaca.git" :ref "34b1d1b19d24470758b62ab1d10ed70068186c12" :files (:defaults "elpaca-test.el" @@ -8,7 +8,7 @@ (:not elpaca--activate-package) :package "elpaca")) (elpaca-use-package :source "lockfile" :date - (26435 10827 524074 0) + (26448 3829 121956 0) :recipe (:package "elpaca-use-package" :wait t :repo "https://github.com/progfolio/elpaca.git" :files ("extensions/elpaca-use-package.el") @@ -16,41 +16,41 @@ (:not elpaca--compile-info) :source "Elpaca extensions" :protocol https :inherit t :depth treeless :ref "34b1d1b19d24470758b62ab1d10ed70068186c12")) (benchmark-init :source "lockfile" :date - (26435 10827 515106 0) + (26448 3829 110492 0) :recipe (:package "benchmark-init" :fetcher github :repo "dholm/benchmark-init-el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :wait t :ref "2b34432d79fa0aae8abc3db72db1cb79a28c00b2")) (transient :source "lockfile" :date - (26435 10827 505662 0) + (26448 3829 99534 0) :recipe (:package "transient" :fetcher github :repo "magit/transient" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "7e50a8fa8ee71f9ada1e9065ba7b1a079c9f3ba8")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "314f9863d0a2c77a7141e15c193eb0c0590b32bd")) (diminish :source "lockfile" :date - (26435 10827 496699 0) + (26448 3829 86259 0) :recipe (:package "diminish" :fetcher github :repo "myrjola/diminish.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "fbd5d846611bad828e336b25d2e131d1bc06b83d")) (company :source "lockfile" :date - (26435 10827 487329 0) + (26448 3829 75717 0) :recipe (:package "company" :fetcher github :repo "company-mode/company-mode" :files (:defaults "icons" ("images/small" "doc/images/small/*.png")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "0ae7c293112248a0c36377d6859a95d216ae5e96")) (lsp-mode :source "lockfile" :date - (26435 10827 477806 0) + (26448 3829 64629 0) :recipe (:package "lsp-mode" :repo "emacs-lsp/lsp-mode" :fetcher github :files (:defaults "clients/*.el") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "0f156f262c2ec92de0ca751d9911b7b7d3a8bda0")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "c3be413f8545a26ad0334e1dd2b7e65c448d9f22")) (compat :source "lockfile" :date - (26435 10827 468790 0) + (26448 3829 53855 0) :recipe (:package "compat" :repo ("https://github.com/emacs-compat/compat" . "compat") @@ -59,27 +59,27 @@ (:exclude ".git")) :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "f06c24c2498a8b9642fdef3bd8336ac75da4ad07")) (dash :source "lockfile" :date - (26435 10827 459895 0) + (26448 3829 43358 0) :recipe (:package "dash" :fetcher github :repo "magnars/dash.el" :files ("dash.el" "dash.texi") :source "MELPA" :protocol https :inherit t :depth treeless :ref "1de9dcb83eacfb162b6d9a118a4770b1281bcd84")) (f :source "lockfile" :date - (26435 10827 450784 0) + (26448 3829 30775 0) :recipe (:package "f" :fetcher github :repo "rejeep/f.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "931b6d0667fe03e7bf1c6c282d6d8d7006143c52")) (ht :source "lockfile" :date - (26435 10827 441767 0) + (26448 3829 20464 0) :recipe (:package "ht" :fetcher github :repo "Wilfred/ht.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "1c49aad1c820c86f7ee35bf9fff8429502f60fef")) (spinner :source "lockfile" :date - (26435 10827 432697 0) + (26448 3829 10012 0) :recipe (:package "spinner" :repo ("https://github.com/Malabarba/spinner.el" . "spinner") @@ -88,143 +88,143 @@ (:exclude ".git")) :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "d4647ae87fb0cd24bc9081a3d287c860ff061c21")) (markdown-mode :source "lockfile" :date - (26435 10827 423233 0) + (26448 3828 998491 0) :recipe (:package "markdown-mode" :fetcher github :repo "jrblevin/markdown-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "b8637bae075231d70fe7f845305eaba2c0240d89")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "7ca5a25c6193acdbb43a1a44cf20daeaec47e443")) (lv :source "lockfile" :date - (26435 10827 414211 0) + (26448 3828 988001 0) :recipe (:package "lv" :repo "abo-abo/hydra" :fetcher github :files ("lv.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "317e1de33086637579a7aeb60f77ed0405bf359b")) (s :source "lockfile" :date - (26435 10827 405230 0) + (26448 3828 977114 0) :recipe (:package "s" :fetcher github :repo "magnars/s.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "dda84d38fffdaf0c9b12837b504b402af910d01d")) (easy-kill :source "lockfile" :date - (26435 10827 395824 0) + (26448 3828 966255 0) :recipe (:package "easy-kill" :fetcher github :repo "leoliu/easy-kill" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "de7d66c3c864a4722a973ee9bc228a14be49ba0c")) (buffer-move :source "lockfile" :date - (26435 10827 386792 0) + (26448 3828 957213 0) :recipe (:package "buffer-move" :fetcher github :repo "lukhas/buffer-move" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "e7800b3ab1bd76ee475ef35507ec51ecd5a3f065")) (gcmh :source "lockfile" :date - (26435 10827 377741 0) + (26448 3828 946789 0) :recipe (:package "gcmh" :repo "koral/gcmh" :fetcher gitlab :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "0089f9c3a6d4e9a310d0791cf6fa8f35642ecfd9")) (exec-path-from-shell :source "lockfile" :date - (26435 10827 368517 0) + (26448 3828 935748 0) :recipe (:package "exec-path-from-shell" :fetcher github :repo "purcell/exec-path-from-shell" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "4896a797252fbfdac32fb77508500ac7d220f717")) (direnv :source "lockfile" :date - (26435 10827 359165 0) + (26448 3828 924531 0) :recipe (:package "direnv" :fetcher github :repo "wbolster/emacs-direnv" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c0bf3b81c7a97e2a0d06d05495e86848254fcc1f")) (treemacs :source "lockfile" :date - (26435 10827 350010 0) + (26448 3828 913450 0) :recipe (:package "treemacs" :fetcher github :repo "Alexander-Miller/treemacs" :files (:defaults "Changelog.org" "icons" "src/elisp/treemacs*.el" "src/scripts/treemacs*.py" (:exclude "src/extra/*")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "2fd7745f1bc446fc590dc7ba2eb4e062a51fbb3e")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "4364a660447fa5f322c172f6b310115bbc091d12")) (treemacs-all-the-icons :source "lockfile" :date - (26435 10827 341148 0) + (26448 3828 902384 0) :recipe (:package "treemacs-all-the-icons" :fetcher github :repo "Alexander-Miller/treemacs" :files ("src/extra/treemacs-all-the-icons.el") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "2fd7745f1bc446fc590dc7ba2eb4e062a51fbb3e")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "4364a660447fa5f322c172f6b310115bbc091d12")) (keyfreq :source "lockfile" :date - (26435 10827 331808 0) + (26448 3828 892735 0) :recipe (:package "keyfreq" :fetcher github :repo "dacap/keyfreq" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c6955162307f37c2ac631d9daf118781009f8dda")) (which-key :source "lockfile" :date - (26435 10827 322396 0) + (26448 3828 881746 0) :recipe (:package "which-key" :repo "justbur/emacs-which-key" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "38d4308d1143b61e4004b6e7a940686784e51500")) (tree-sitter-langs :source "lockfile" :date - (26435 10827 313202 0) + (26448 3828 870257 0) :recipe (:package "tree-sitter-langs" :repo "emacs-tree-sitter/tree-sitter-langs" :fetcher github :branch "release" :files (:defaults "queries") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "2e9f14626bbbcf7b37487d9b2b2969dea9284c6a")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "c54f7ae75f9b1a9d69ed2bce074305537efdb1c8")) (vertico :source "lockfile" :date - (26435 10827 304296 0) + (26448 3828 858522 0) :recipe (:package "vertico" :repo "minad/vertico" :files (:defaults "extensions/vertico-*.el") - :fetcher github :source "MELPA" :protocol https :inherit t :depth treeless :ref "b0f9e7679be590b976576e4056b6af4b31212ab0")) + :fetcher github :source "MELPA" :protocol https :inherit t :depth treeless :ref "90f6832e1242446895bf7f3e4c21679928c123d1")) (orderless :source "lockfile" :date - (26435 10827 294736 0) + (26448 3828 847324 0) :recipe (:package "orderless" :repo "oantolin/orderless" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "96b74d2450ab4ab1a175d0e86c62f6695c4709b5")) (marginalia :source "lockfile" :date - (26435 10827 285333 0) + (26448 3828 829308 0) :recipe (:package "marginalia" :repo "minad/marginalia" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "643a5f50c9f9d0698c8b1d72678886aefcf69052")) (consult :source "lockfile" :date - (26435 10827 276401 0) + (26448 3828 819863 0) :recipe (:package "consult" :repo "minad/consult" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "917cdd86cce06d74235ba0084422341b860e1569")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "0e88c5423c1fda9a489d8883e41d308534bb25c1")) (helpful :source "lockfile" :date - (26435 10827 267457 0) + (26448 3828 809096 0) :recipe (:package "helpful" :repo "Wilfred/helpful" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "4ba24cac9fb14d5fdc32582cd947572040e82b2c")) (avy :source "lockfile" :date - (26435 10827 258211 0) + (26448 3828 797676 0) :recipe (:package "avy" :repo "abo-abo/avy" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "933d1f36cca0f71e4acb5fac707e9ae26c536264")) (rainbow-delimiters :source "lockfile" :date - (26435 10827 248978 0) + (26448 3828 787772 0) :recipe (:package "rainbow-delimiters" :fetcher github :repo "Fanael/rainbow-delimiters" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f40ece58df8b2f0fb6c8576b527755a552a5e763")) (rainbow-mode :source "lockfile" :date - (26435 10827 239472 0) + (26448 3828 776580 0) :recipe (:package "rainbow-mode" :repo ("git://git.sv.gnu.org/emacs/elpa" . "rainbow-mode") @@ -233,117 +233,117 @@ (:exclude ".git")) :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "f7db3b5919f70420a91eb199f8663468de3033f3")) (dash-at-point :source "lockfile" :date - (26435 10827 230045 0) + (26448 3828 764549 0) :recipe (:package "dash-at-point" :fetcher github :repo "stanaka/dash-at-point" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "fba1a6f42ea51d05110e12c62bdced664059eb55")) (column-enforce-mode :source "lockfile" :date - (26435 10827 220907 0) + (26448 3828 755384 0) :recipe (:package "column-enforce-mode" :fetcher github :repo "jordonbiondo/column-enforce-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "14a7622f2268890e33536ccd29510024d51ee96f")) (pcre2el :source "lockfile" :date - (26435 10827 211868 0) + (26448 3828 745222 0) :recipe (:package "pcre2el" :fetcher github :repo "joddie/pcre2el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "b4d846d80dddb313042131cf2b8fbf647567e000")) (visual-regexp-steroids :source "lockfile" :date - (26435 10827 202578 0) + (26448 3828 734095 0) :recipe (:package "visual-regexp-steroids" :repo "benma/visual-regexp-steroids.el" :fetcher github :files ("visual-regexp-steroids.el" "regexp.py") :source "MELPA" :protocol https :inherit t :depth treeless :ref "a6420b25ec0fbba43bf57875827092e1196d8a9e")) (yasnippet :source "lockfile" :date - (26435 10827 193088 0) + (26448 3828 724754 0) :recipe (:package "yasnippet" :repo "joaotavora/yasnippet" :fetcher github :files ("yasnippet.el" "snippets") :source "MELPA" :protocol https :inherit t :depth treeless :ref "fe1f4e0e96ce42d8668920335eb22c3c009dab3e")) (yasnippet-snippets :source "lockfile" :date - (26435 10827 183672 0) + (26448 3828 713004 0) :recipe (:package "yasnippet-snippets" :repo "AndreaCrotti/yasnippet-snippets" :fetcher github :files ("*.el" "snippets" ".nosearch") :source "MELPA" :protocol https :inherit t :depth treeless :ref "23bcbcd11f567a2659ae413c62c82892eb50a3f1")) (company-box :source "lockfile" :date - (26435 10827 174405 0) + (26448 3828 695490 0) :recipe (:package "company-box" :fetcher github :repo "sebastiencs/company-box" :files (:defaults "images") :source "MELPA" :protocol https :inherit t :depth treeless :ref "c4f2e243fba03c11e46b1600b124e036f2be7691")) (copilot :source "lockfile" :date - (26435 10827 164885 0) + (26448 3828 686050 0) :recipe (:source nil :protocol https :inherit t :depth treeless :host github :repo "copilot-emacs/copilot.el" :files ("*.el") :package "copilot" :ref "88b10203705a9cdcbc232e7d2914f6b12217a885")) (gptel :source "lockfile" :date - (26435 10827 155199 0) + (26448 3828 674915 0) :recipe (:package "gptel" :repo "karthink/gptel" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "20e07943d792133ba57a325e123436de471e1429")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "6adaa52e48c0fca7dbbbef9cc6b2096fc8075c66")) (elysium :source "lockfile" :date - (26435 10827 146272 0) + (26448 3828 664231 0) :recipe (:package "elysium" :fetcher github :repo "lanceberge/elysium" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "dcb194e0e49e2c1864e0fa2ccec3d7e37b0a44b6")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "1847dc71bef86e1828be34539a9ae60c3debedc4")) (flymake-flycheck :source "lockfile" :date - (26435 10827 136887 0) + (26448 3828 653846 0) :recipe (:package "flymake-flycheck" :fetcher github :repo "purcell/flymake-flycheck" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "88455c5e6d8ebf650fb51a45c7511a1c18097344")) (flyspell-correct :source "lockfile" :date - (26435 10827 127405 0) + (26448 3828 643141 0) :recipe (:package "flyspell-correct" :repo "d12frosted/flyspell-correct" :fetcher github :files ("flyspell-correct.el" "flyspell-correct-ido.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "1e7a5a56362dd875dddf848b9a9e25d1395b9d37")) (deft :source "lockfile" :date - (26435 10827 118052 0) + (26448 3828 627537 0) :recipe (:package "deft" :repo "jrblevin/deft" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "b369d7225d86551882568788a23c5497b232509c")) (lsp-ui :source "lockfile" :date - (26435 10827 108751 0) + (26448 3828 616849 0) :recipe (:package "lsp-ui" :repo "emacs-lsp/lsp-ui" :fetcher github :files (:defaults "lsp-ui-doc.html" "resources") :source "MELPA" :protocol https :inherit t :depth treeless :ref "072bb29152038518c2478813b82c8d04d07df84c")) (dap-mode :source "lockfile" :date - (26435 10827 99392 0) + (26448 3828 606294 0) :recipe (:package "dap-mode" :repo "emacs-lsp/dap-mode" :fetcher github :files (:defaults "icons") :source "MELPA" :protocol https :inherit t :depth treeless :ref "605448b4fd90ca25924bf029acf2bdd047045133")) (dashboard :source "lockfile" :date - (26435 10827 89947 0) + (26448 3828 594423 0) :recipe (:package "dashboard" :fetcher github :repo "emacs-dashboard/emacs-dashboard" :files (:defaults "banners") :source "MELPA" :protocol https :inherit t :depth treeless :ref "9479466d39652a8e32b74ee83822421fa08024d9")) (magit :source "lockfile" :date - (26435 10827 81100 0) + (26448 3828 579720 0) :recipe (:package "magit" :fetcher github :repo "magit/magit" :files ("lisp/magit*.el" "lisp/git-*.el" "docs/magit.texi" "docs/AUTHORS.md" "LICENSE" "magit-pkg.el" (:exclude "lisp/magit-section.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "93a7752842b2d4feff6b5deba44411e9c4249dfe")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "46824fb4c1cb81550d2ef52c4359f18819742b6d")) (vundo :source "lockfile" :date - (26435 10827 72236 0) + (26448 3828 564050 0) :recipe (:package "vundo" :repo ("https://github.com/casouri/vundo" . "vundo") @@ -352,265 +352,258 @@ (:exclude ".git" "test")) :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "ca590c571546eb1d38c855216db11d28135892f2")) (speed-type :source "lockfile" :date - (26435 10827 62704 0) + (26448 3828 554677 0) :recipe (:package "speed-type" :fetcher github :repo "dakra/speed-type" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "b982ee6081a11837760eeaed73c4f413eefb07b1")) (spaceline :source "lockfile" :date - (26435 10827 53395 0) + (26448 3828 544065 0) :recipe (:package "spaceline" :fetcher github :repo "TheBB/spaceline" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "086420d16e526c79b67fc1edec4c2ae1e699f372")) (base16-theme :source "lockfile" :date - (26435 10827 44076 0) + (26448 3828 532427 0) :recipe (:package "base16-theme" :repo "tinted-theming/base16-emacs" :fetcher github :files (:defaults "build/*.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "077726249216bef6d98d0542eb6289641a58e8d0")) (clojure-mode :source "lockfile" :date - (26435 10827 34841 0) + (26448 3828 522308 0) :recipe (:package "clojure-mode" :repo "clojure-emacs/clojure-mode" :fetcher github :files ("clojure-mode.el") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "59888c84b61081e9b0085e388f55132925a66e7a")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "63356ee3bd6903e7b17822022f5a6ded2512b979")) (cider :source "lockfile" :date - (26435 10827 25630 0) + (26448 3828 511219 0) :recipe (:package "cider" :fetcher github :repo "clojure-emacs/cider" :files ("lisp/*.el" "bin/*.sh" "*.el" "clojure.sh" "lein.sh" (:exclude ".dir-locals.el")) :old-names (nrepl) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "c228dec27df6b2c68262f17158208fe699e1ce02")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "588c5790f0c09f5c09076885e11a73eaef70c262")) (clj-refactor :source "lockfile" :date - (26435 10827 16148 0) + (26448 3828 497825 0) :recipe (:package "clj-refactor" :fetcher github :repo "clojure-emacs/clj-refactor.el" :files (:defaults "CHANGELOG.md") :source "MELPA" :protocol https :inherit t :depth treeless :ref "dc1bbc8cdaa723bdbb6669ea7d280625c370755d")) (dart-mode :source "lockfile" :date - (26435 10827 6748 0) + (26448 3828 488424 0) :recipe (:package "dart-mode" :fetcher github :repo "emacsorphanage/dart-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "02e919c1cf200b4938139c18068577faff1fb364")) (lsp-dart :source "lockfile" :date - (26435 10826 997431 0) + (26448 3828 478248 0) :recipe (:package "lsp-dart" :repo "emacs-lsp/lsp-dart" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "7e3d3429418bc42cda7fa7b58e6644a705cf2f89")) (dhall-mode :source "lockfile" :date - (26435 10826 987953 0) + (26448 3828 465350 0) :recipe (:package "dhall-mode" :repo "psibi/dhall-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "87ab69fe765d87b3bb1604a306a8c44d6887681d")) (lispy :source "lockfile" :date - (26435 10826 978626 0) + (26448 3828 455809 0) :recipe (:package "lispy" :repo "abo-abo/lispy" :fetcher github :files (:defaults "lispy-clojure.clj" "lispy-clojure.cljs" "lispy-python.py") :source "MELPA" :protocol https :inherit t :depth treeless :ref "fe44efd21573868638ca86fc8313241148fabbe3")) (aggressive-indent :source "lockfile" :date - (26435 10826 969279 0) + (26448 3828 445131 0) :recipe (:package "aggressive-indent" :repo "Malabarba/aggressive-indent-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "a437a45868f94b77362c6b913c5ee8e67b273c42")) (elixir-mode :source "lockfile" :date - (26435 10826 959996 0) + (26448 3828 433198 0) :recipe (:package "elixir-mode" :fetcher github :repo "elixir-editors/emacs-elixir" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "00d6580a040a750e019218f9392cf9a4c2dac23a")) (elixir-ts-mode :source "lockfile" :date - (26435 10826 950631 0) + (26448 3828 422531 0) :recipe (:package "elixir-ts-mode" :repo "wkirschbaum/elixir-ts-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "b35c983f551ccf821ebebad50747b5b417133e52")) (erlang :source "lockfile" :date - (26435 10826 941154 0) + (26448 3828 411809 0) :recipe (:package "erlang" :fetcher github :repo "erlang/otp" :version-regexp "OTP-%v" :files ("lib/tools/emacs/*.el" (:exclude "lib/tools/emacs/erlang_appwiz.el")) - :source "MELPA" :protocol https :inherit t :depth 1 :ref "270cec62461470d40ea4b7605d31c045d7342ba8")) + :source "MELPA" :protocol https :inherit t :depth 1 :ref "fcf7c067189fd29a1622f002ce3dde3ef2ef7f71")) (fsharp-mode :source "lockfile" :date - (26435 10826 932250 0) + (26448 3828 398913 0) :recipe (:package "fsharp-mode" :fetcher github :repo "fsharp/emacs-fsharp-mode" :files (:defaults (:exclude "eglot-fsharp.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "677d78c4d6cb574086408082dedbcaef04a85359")) (gleam-ts-mode :source "lockfile" :date - (26435 10826 922772 0) + (26448 3828 389122 0) :recipe (:package "gleam-ts-mode" :fetcher github :repo "gleam-lang/gleam-mode" :files ("gleam-ts-mode.el") :source "MELPA" :protocol https :inherit t :depth treeless :type git :host github :ref "d00f37d0b47f5d6810aa295af98c40a7708b4305")) (go-mode :source "lockfile" :date - (26435 10826 913506 0) + (26448 3828 378752 0) :recipe (:package "go-mode" :repo "dominikh/go-mode.el" :fetcher github :files ("go-mode.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "602d73e22646b1b98b2eb97927fd426c0d1d2f92")) (haskell-mode :source "lockfile" :date - (26435 10826 904149 0) + (26448 3828 364074 0) :recipe (:package "haskell-mode" :repo "haskell/haskell-mode" :fetcher github :files (:defaults "NEWS" "logo.svg") :source "MELPA" :protocol https :inherit t :depth treeless :ref "1a285fc4c50ca74bb5cd9b2a8c1a46a64a77384a")) (lsp-haskell :source "lockfile" :date - (26435 10826 894756 0) + (26448 3828 354233 0) :recipe (:package "lsp-haskell" :repo "emacs-lsp/lsp-haskell" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "6981f8d1225c038c1a130e8cf70530cfe15f976e")) (js2-mode :source "lockfile" :date - (26435 10826 885450 0) + (26448 3828 343225 0) :recipe (:package "js2-mode" :repo "mooz/js2-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "62d6cb169ed4cb6d7ae3ddbd8da9c995fed0ab32")) - (typescript-mode :source "lockfile" :date - (26435 10826 876175 0) - :recipe - (:package "typescript-mode" :fetcher github :repo "emacs-typescript/typescript.el" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "dd10f702d4946ddb2e1c2863bf02bf241bce5fc8")) (kotlin-ts-mode :source "lockfile" :date - (26435 10826 867260 0) + (26448 3828 331254 0) :recipe (:package "kotlin-ts-mode" :fetcher gitlab :repo "bricka/emacs-kotlin-ts-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "bf1646a386408103e6267599a26e5f5479fa4635")) (gradle-mode :source "lockfile" :date - (26435 10826 857624 0) + (26448 3828 321502 0) :recipe (:package "gradle-mode" :fetcher github :repo "scubacabra/emacs-gradle-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "e4d665d5784ecda7ddfba015f07c69be3cfc45f2")) (lean4-mode :source "lockfile" :date - (26435 10826 848279 0) + (26448 3828 310483 0) :recipe (:source nil :protocol https :inherit t :depth treeless :type git :host github :repo "leanprover/lean4-mode" :files ("*.el" "data") - :package "lean4-mode" :ref "fba3d5fc3edf3adfc792371b8027441fdab80cad")) + :package "lean4-mode" :ref "a9c31a2f58199c0ea45223b59d9293a7ad6ead58")) (merlin :source "lockfile" :date - (26435 10826 839150 0) + (26448 3828 297852 0) :recipe (:package "merlin" :fetcher github :repo "ocaml/merlin" :files ("emacs/*.el" (:exclude "emacs/merlin-ac.el" "emacs/merlin-company.el" "emacs/merlin-iedit.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "300686ca90f8754e58b46d7b097260ba11fe7c3a")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "be3451817c034ca24ae4d151dab05a796763c5ea")) (opam-switch-mode :source "lockfile" :date - (26435 10826 830221 0) + (26448 3828 288363 0) :recipe (:package "opam-switch-mode" :fetcher github :repo "ProofGeneral/opam-switch-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "1069e56a662f23ea09d4e05611bdedeb99257012")) (dune :source "lockfile" :date - (26435 10826 820838 0) + (26448 3828 277431 0) :recipe (:package "dune" :fetcher github :repo "ocaml/dune" :files ("editor-integration/emacs/*.el") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "d2ddc436b78f4da6e245593f0da2349ef0245d5a")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "41212a5ce955ed477690a4145c1bc43c90d29f21")) (tuareg :source "lockfile" :date - (26435 10826 811865 0) + (26448 3828 264488 0) :recipe (:package "tuareg" :fetcher github :repo "ocaml/tuareg" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "1d53723e39f22ab4ab76d31f2b188a2879305092")) (dockerfile-mode :source "lockfile" :date - (26435 10826 802472 0) + (26448 3828 254719 0) :recipe (:package "dockerfile-mode" :fetcher github :repo "spotify/dockerfile-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "4d893bd2da15833ce056332e6c972d5d93e78f04")) (docker :source "lockfile" :date - (26435 10826 793109 0) + (26448 3828 243770 0) :recipe (:package "docker" :fetcher github :repo "Silex/docker.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "ec2391a8e3404958cefee3dda23b2c89dcf807a2")) (terraform-mode :source "lockfile" :date - (26435 10826 783668 0) + (26448 3828 229832 0) :recipe (:package "terraform-mode" :repo "hcl-emacs/terraform-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "abfc10f5e313c4bb99de136a14636e9bc6df74f6")) (ansible :source "lockfile" :date - (26435 10826 774297 0) + (26448 3828 219072 0) :recipe (:package "ansible" :fetcher gitlab :repo "emacs-ansible/emacs-ansible" :files (:defaults "snippets" "dict") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "e171dacc12eeaba5dbd7fd887f94d11b357fe958")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "03e285bb54a687e3fd9e21026b088fdac46679a0")) (nginx-mode :source "lockfile" :date - (26435 10826 764967 0) + (26448 3828 208577 0) :recipe (:package "nginx-mode" :fetcher github :repo "ajc/nginx-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c4ac5de975d65c84893a130a470af32a48b0b66c")) (jenkinsfile-mode :source "lockfile" :date - (26435 10826 755750 0) + (26448 3828 196041 0) :recipe (:package "jenkinsfile-mode" :repo "https://github.com/john2x/jenkinsfile-mode.git" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :branch "master" :ref "568865ee419e0592de0dd0717d6769a66d9df111")) (lua-mode :source "lockfile" :date - (26435 10826 746110 0) + (26448 3828 185855 0) :recipe (:package "lua-mode" :repo "immerrr/lua-mode" :fetcher github :files (:defaults (:exclude "init-tryout.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "d074e4134b1beae9ed4c9b512af741ca0d852ba3")) (graphql-mode :source "lockfile" :date - (26435 10826 736661 0) + (26448 3828 175299 0) :recipe (:package "graphql-mode" :repo "davazp/graphql-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c3baca92809e6f6c8dd2596a413b277f3b0160ea")) (yaml-mode :source "lockfile" :date - (26435 10826 727327 0) + (26448 3828 163933 0) :recipe (:package "yaml-mode" :repo "yoshiki/yaml-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "d91f878729312a6beed77e6637c60497c5786efa")) (json-mode :source "lockfile" :date - (26435 10826 718041 0) + (26448 3828 154122 0) :recipe (:package "json-mode" :fetcher github :repo "json-emacs/json-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "77125b01c0ddce537085201098bea9b4b8ba6be3")) (git-modes :source "lockfile" :date - (26435 10826 708426 0) + (26448 3828 143125 0) :recipe (:package "git-modes" :fetcher github :repo "magit/git-modes" :old-names (gitattributes-mode gitconfig-mode gitignore-mode) @@ -619,150 +612,150 @@ (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f99010bbeb8b6d8a0819fac0195a2ef0159d08f0")) (php-mode :source "lockfile" :date - (26435 10826 699099 0) + (26448 3828 132252 0) :recipe (:package "php-mode" :repo "emacs-php/php-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "31f702ee2de35d514fb633c0c37531cb648bff70")) (purescript-mode :source "lockfile" :date - (26435 10826 689746 0) + (26448 3828 122615 0) :recipe (:package "purescript-mode" :repo "purescript-emacs/purescript-mode" :fetcher github :files (:defaults "NEWS" "snippets") :source "MELPA" :protocol https :inherit t :depth treeless :ref "d187b3d4bbb4d9cb36a4c6c55f35d63d159a26e8")) (rspec-mode :source "lockfile" :date - (26435 10826 680426 0) + (26448 3828 111291 0) :recipe (:package "rspec-mode" :repo "pezra/rspec-mode" :fetcher github :files ("rspec-mode.el" "snippets") :source "MELPA" :protocol https :inherit t :depth treeless :ref "29df3d081c6a1cbdf840cd13d45ea1c100c5bbaa")) (ruby-end :source "lockfile" :date - (26435 10826 671193 0) + (26448 3828 100158 0) :recipe (:package "ruby-end" :repo "rejeep/ruby-end.el" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "ba7d7230f9e3ed75c9982d32bb9fdff1dc10935d")) (rbs-mode :source "lockfile" :date - (26435 10826 661810 0) + (26448 3828 90012 0) :recipe (:package "rbs-mode" :fetcher github :repo "ybiquitous/rbs-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "21ec7718a2b3149c13464e182fd4e1cf64bff277")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "e415a6fa9e88594cb9b7f7765145f57dda0e9b56")) (rust-mode :source "lockfile" :date - (26435 10826 652331 0) + (26448 3828 78946 0) :recipe (:package "rust-mode" :repo "rust-lang/rust-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "542f1755d8929ca83564322d7030d558f3392fe1")) (flycheck-rust :source "lockfile" :date - (26435 10826 642908 0) + (26448 3828 68261 0) :recipe (:package "flycheck-rust" :repo "flycheck/flycheck-rust" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "e7692cded99999d2dc3d3df5d977dcdeb1c179fb")) (fish-mode :source "lockfile" :date - (26435 10826 633627 0) + (26448 3828 58431 0) :recipe (:package "fish-mode" :fetcher github :repo "wwwjfy/emacs-fish" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "2526b1803b58cf145bc70ff6ce2adb3f6c246f89")) (web-mode :source "lockfile" :date - (26435 10826 624304 0) + (26448 3828 47216 0) :recipe (:package "web-mode" :repo "fxbois/web-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "0c83581d1e93d1d802c730a1d5e90cd1c740e1b2")) (zig-mode :source "lockfile" :date - (26435 10826 615140 0) + (26448 3828 36603 0) :recipe (:package "zig-mode" :repo "ziglang/zig-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f0b4a487530146f99230f4a5ff67e8d56c8f3f80")) (ace-window :source "lockfile" :date - (26435 10826 605775 0) + (26448 3828 25852 0) :recipe (:package "ace-window" :repo "abo-abo/ace-window" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "77115afc1b0b9f633084cf7479c767988106c196")) (pfuture :source "lockfile" :date - (26435 10826 596250 0) + (26448 3828 14429 0) :recipe (:package "pfuture" :repo "Alexander-Miller/pfuture" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "19b53aebbc0f2da31de6326c495038901bffb73c")) (hydra :source "lockfile" :date - (26435 10826 587219 0) + (26448 3827 998985 0) :recipe (:package "hydra" :repo "abo-abo/hydra" :fetcher github :files (:defaults (:exclude "lv.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "317e1de33086637579a7aeb60f77ed0405bf359b")) (cfrs :source "lockfile" :date - (26435 10826 577958 0) + (26448 3827 988483 0) :recipe (:package "cfrs" :repo "Alexander-Miller/cfrs" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f3a21f237b2a54e6b9f8a420a9da42b4f0a63121")) (posframe :source "lockfile" :date - (26435 10826 568696 0) + (26448 3827 977287 0) :recipe (:package "posframe" :fetcher github :repo "tumashu/posframe" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "ac9f954ac4c546e68daf403f2ab2b5ad4397f26e")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "81651536827c96bf5af5265ee7918ab70e1dd5b1")) (all-the-icons :source "lockfile" :date - (26435 10826 559379 0) + (26448 3827 964519 0) :recipe (:package "all-the-icons" :repo "domtronn/all-the-icons.el" :fetcher github :files (:defaults "data") :source "MELPA" :protocol https :inherit t :depth treeless :ref "39ef44f810c34e8900978788467cc675870bcd19")) (tree-sitter :source "lockfile" :date - (26435 10826 549946 0) + (26448 3827 954855 0) :recipe (:package "tree-sitter" :repo "emacs-tree-sitter/elisp-tree-sitter" :fetcher github :branch "release" :files (:defaults (:exclude "lisp/tree-sitter-tests.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "3cfab8a0e945db9b3df84437f27945746a43cc71")) (tsc :source "lockfile" :date - (26435 10826 540993 0) + (26448 3827 944079 0) :recipe (:package "tsc" :fetcher github :repo "emacs-tree-sitter/elisp-tree-sitter" :branch "release" :files ("core/*.el" "core/Cargo.toml" "core/Cargo.lock" "core/src") :source "MELPA" :protocol https :inherit t :depth treeless :ref "3cfab8a0e945db9b3df84437f27945746a43cc71")) (elisp-refs :source "lockfile" :date - (26435 10826 531652 0) + (26448 3827 932004 0) :recipe (:package "elisp-refs" :repo "Wilfred/elisp-refs" :fetcher github :files (:defaults (:exclude "elisp-refs-bench.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "541a064c3ce27867872cf708354a65d83baf2a6d")) (visual-regexp :source "lockfile" :date - (26435 10826 522536 0) + (26448 3827 921929 0) :recipe (:package "visual-regexp" :repo "benma/visual-regexp.el" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "48457d42a5e0fe10fa3a9c15854f1f127ade09b5")) (frame-local :source "lockfile" :date - (26435 10826 513036 0) + (26448 3827 910595 0) :recipe (:package "frame-local" :fetcher github :repo "sebastiencs/frame-local" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "7ee1106c3bcd4022f48421f8cb1ef4f995da816e")) (editorconfig :source "lockfile" :date - (26435 10826 503499 0) + (26448 3827 899335 0) :recipe (:package "editorconfig" :fetcher github :repo "editorconfig/editorconfig-emacs" :old-names (editorconfig-core editorconfig-fnmatch) @@ -771,68 +764,68 @@ (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "24f5b2b1cd4e37adc245fb59f7edeb6872a707a4")) (flycheck :source "lockfile" :date - (26435 10826 494119 0) + (26448 3827 889823 0) :recipe (:package "flycheck" :repo "flycheck/flycheck" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "5217e0e02f487d70e3d418e5e6ce884fc9711511")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "ebaf48359b3e21879c8f6f3c1b5d0221b345035e")) (bui :source "lockfile" :date - (26435 10826 484750 0) + (26448 3827 878602 0) :recipe (:package "bui" :repo "alezost/bui.el" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f3a137628e112a91910fd33c0cff0948fa58d470")) (lsp-treemacs :source "lockfile" :date - (26435 10826 475251 0) + (26448 3827 865526 0) :recipe (:package "lsp-treemacs" :repo "emacs-lsp/lsp-treemacs" :fetcher github :files (:defaults "icons") :source "MELPA" :protocol https :inherit t :depth treeless :ref "fb1a07ae0a3d781dea8ac78da2933e0173eb48a4")) (lsp-docker :source "lockfile" :date - (26435 10826 466018 0) + (26448 3827 855034 0) :recipe (:package "lsp-docker" :repo "emacs-lsp/lsp-docker" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "ce291d0f80533f8eaca120eb745d55669e062636")) (yaml :source "lockfile" :date - (26435 10826 456551 0) + (26448 3827 843529 0) :recipe (:package "yaml" :repo "zkry/yaml.el" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "70c4fcead97e9bd6594e418c922ae769818f4245")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "cd3edfc02cb12514426c00e07160b87bd8340f4a")) (magit-section :source "lockfile" :date - (26435 10826 447079 0) + (26448 3827 832601 0) :recipe (:package "magit-section" :fetcher github :repo "magit/magit" :files ("lisp/magit-section.el" "docs/magit-section.texi" "magit-section-pkg.el") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "93a7752842b2d4feff6b5deba44411e9c4249dfe")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "46824fb4c1cb81550d2ef52c4359f18819742b6d")) (with-editor :source "lockfile" :date - (26435 10826 437964 0) - :recipe - (:package "with-editor" :fetcher github :repo "magit/with-editor" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "57f20bdb0d50256acdd12019aaa42b609204699b")) + (26448 3827 822809 0) + :recipe + (:package "with-editor" :fetcher github :repo "magit/with-editor" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "ca902ae02972bdd6919a902be2593d8cb6bd991b")) (powerline :source "lockfile" :date - (26435 10826 429040 0) + (26448 3827 811508 0) :recipe (:package "powerline" :fetcher github :repo "milkypostman/powerline" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c35c35bdf5ce2d992882c1f06f0f078058870d4a")) (parseedn :source "lockfile" :date - (26435 10826 419800 0) + (26448 3827 801268 0) :recipe (:package "parseedn" :repo "clojure-emacs/parseedn" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "3407e4530a367b6c2b857dae261cdbb67a440aaa")) (queue :source "lockfile" :date - (26435 10826 410619 0) + (26448 3827 790737 0) :recipe (:package "queue" :repo ("git://git.sv.gnu.org/emacs/elpa" . "queue") @@ -841,115 +834,115 @@ (:exclude ".git")) :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "f986fb68e75bdae951efb9e11a3012ab6bd408ee")) (sesman :source "lockfile" :date - (26435 10826 401290 0) + (26448 3827 779616 0) :recipe (:package "sesman" :repo "vspinu/sesman" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "7bca68dbbab0af26a6a23be1ff5fa97f9a18e022")) (parseclj :source "lockfile" :date - (26435 10826 391833 0) + (26448 3827 769570 0) :recipe (:package "parseclj" :repo "clojure-emacs/parseclj" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "6af22372e0fe14df882dd300b22b12ba2d7e00b0")) (paredit :source "lockfile" :date - (26435 10826 382744 0) + (26448 3827 758953 0) :recipe (:package "paredit" :fetcher git :url "https://mumble.net/~campbell/git/paredit.git" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "af075775af91f2dbc63b915d762b4aec092946c4")) (multiple-cursors :source "lockfile" :date - (26435 10826 373276 0) + (26448 3827 747774 0) :recipe (:package "multiple-cursors" :fetcher github :repo "magnars/multiple-cursors.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "c870c18462461df19382ecd2f9374c8b902cd804")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "dd10cf2334333838e4550f091a75695448e26765")) (inflections :source "lockfile" :date - (26435 10826 363871 0) + (26448 3827 737314 0) :recipe (:package "inflections" :repo "eschulte/jump.el" :fetcher github :files ("inflections.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "55caa66a7cc6e0b1a76143fd40eff38416928941")) (reformatter :source "lockfile" :date - (26435 10826 354456 0) + (26448 3827 726675 0) :recipe (:package "reformatter" :repo "purcell/emacs-reformatter" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "8962e1dd0c949997413380ea1f8d8a25ada5f624")) (iedit :source "lockfile" :date - (26435 10826 345065 0) + (26448 3827 715072 0) :recipe (:package "iedit" :repo "victorhge/iedit" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "27c61866b1b9b8d77629ac702e5f48e67dfe0d3b")) (swiper :source "lockfile" :date - (26435 10826 335803 0) + (26448 3827 704545 0) :recipe (:package "swiper" :repo "abo-abo/swiper" :fetcher github :files ("swiper.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "8dc02d5b725f78d1f80904807b46f5406f129674")) (zoutline :source "lockfile" :date - (26435 10826 326680 0) + (26448 3827 694175 0) :recipe (:package "zoutline" :repo "abo-abo/zoutline" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "32857c6c4b9b0bcbed14d825a10b91a98d5fed0a")) (ivy :source "lockfile" :date - (26435 10826 317205 0) + (26448 3827 683604 0) :recipe (:package "ivy" :repo "abo-abo/swiper" :fetcher github :files (:defaults "doc/ivy-help.org" (:exclude "swiper.el" "counsel.el" "ivy-hydra.el" "ivy-avy.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "8dc02d5b725f78d1f80904807b46f5406f129674")) (heex-ts-mode :source "lockfile" :date - (26435 10826 307628 0) + (26448 3827 672257 0) :recipe (:package "heex-ts-mode" :repo "wkirschbaum/heex-ts-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "90142df2929956536dc1eaae3bb5ca04dc4232ab")) (caml :source "lockfile" :date - (26435 10826 298207 0) + (26448 3827 661682 0) :recipe (:package "caml" :repo "ocaml/caml-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "47defafa2b08fb680e89bfee9cb9ce82bd9e3bcf")) (aio :source "lockfile" :date - (26435 10826 288727 0) + (26448 3827 650269 0) :recipe (:package "aio" :fetcher github :repo "skeeto/emacs-aio" :files ("aio.el" "README.md" "UNLICENSE") :source "MELPA" :protocol https :inherit t :depth treeless :ref "da93523e235529fa97d6f251319d9e1d6fc24a41")) (tablist :source "lockfile" :date - (26435 10826 279129 0) + (26448 3827 639047 0) :recipe (:package "tablist" :fetcher github :repo "emacsorphanage/tablist" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "fcd37147121fabdf003a70279cf86fbe08cfac6f")) (hcl-mode :source "lockfile" :date - (26435 10826 269428 0) + (26448 3827 625668 0) :recipe (:package "hcl-mode" :repo "hcl-emacs/hcl-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "1da895ed75d28d9f87cbf9b74f075d90ba31c0ed")) (groovy-mode :source "lockfile" :date - (26435 10826 259442 0) + (26448 3827 609754 0) :recipe (:package "groovy-mode" :fetcher github :repo "Groovy-Emacs-Modes/groovy-emacs-modes" :files ("*groovy*.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "7b8520b2e2d3ab1d62b35c426e17ac25ed0120bb")) (json-snatcher :source "lockfile" :date - (26435 10826 246509 0) + (26448 3827 594036 0) :recipe (:package "json-snatcher" :fetcher github :repo "Sterlingg/json-snatcher" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" diff --git a/lisp/icejam-lsp.el b/lisp/icejam-lsp.el index 1192b90..9a2591b 100644 --- a/lisp/icejam-lsp.el +++ b/lisp/icejam-lsp.el @@ -6,6 +6,10 @@ ;; (use-package lsp-mode :ensure (:depth 5) :requires (company)) (with-eval-after-load 'lsp-mode + (add-to-list 'lsp-disabled-clients '(typescript-ts-mode . vue-semantic-server)) + (add-to-list 'lsp-disabled-clients '(js-mode . vue-semantic-server)) + (add-to-list 'lsp-disabled-clients '(css-mode . vue-semantic-server)) + (setq-default lsp-file-watch-threshold 10000 lsp-restart 'auto-restart lsp-prefer-capf t @@ -15,19 +19,9 @@ lsp-diagnostics-provider :flymake lsp-lens-mode nil read-process-output-max (* 1024 1024 4) - ;; Disable the piece of shit vue LSP server. It activates itself in every - ;; project with .js, .ts or .json file due to something called 'takeover - ;; mode' or 'hybrid mode' or some such. - ;; It would be okay, but it also doesn't work 99% of the time. - - ;; When needed, enable this hot garbage in dir-locals.el - lsp-disabled-clients '(vue-semantic-server - vls - ;; Ruby LSP servers, none of which actually work. - ruby-ls - rubocop-ls - typeprof-ls) lsp-log-io nil + ;; Do not use Vue language server for everything .JS/TS/TSX + lsp-volar-take-over-mode nil lsp-enable-file-watchers nil) (unbind-key "s-l =" lsp-mode-map) (unbind-key "s-l G" lsp-mode-map) diff --git a/lisp/langs/icejam-lang-elixir.el b/lisp/langs/icejam-lang-elixir.el index d628079..ad1517f 100644 --- a/lisp/langs/icejam-lang-elixir.el +++ b/lisp/langs/icejam-lang-elixir.el @@ -14,10 +14,11 @@ :after (elixir-mode lsp-mode lsp-ui) :defer t) -(with-eval-after-load 'elixir-ts-mode +(with-eval-after-load 'elixir-mode (add-to-list 'auto-mode-alist '("\\.exs\\'" . elixir-ts-mode)) (add-to-list 'auto-mode-alist '("\\.ex\\'" . elixir-ts-mode))) + (transient-define-prefix icejam-elixir-lang-menu () "Elixir Buffer Commands." ["" diff --git a/lisp/langs/icejam-lang-javascript.el b/lisp/langs/icejam-lang-javascript.el index 9e04904..e4c0c24 100644 --- a/lisp/langs/icejam-lang-javascript.el +++ b/lisp/langs/icejam-lang-javascript.el @@ -9,7 +9,18 @@ (use-package js2-mode :ensure t :defer t :after (web-mode company lsp-mode lsp-ui)) -(use-package typescript-mode :ensure t :defer t) +(use-package typescript-ts-mode :ensure nil :defer t) + +(add-to-list 'auto-mode-alist '("\\.ts\\'" . typescript-ts-mode)) +(add-to-list 'auto-mode-alist '("\\.tsx\\'" . typescript-ts-mode)) + +(defun icejam-activate-typescript-ts-mode () + "Typescript mode overrides." + (icejam-set-indent 2) + (lsp-deferred) + (column-enforce-n 100)) + +(add-hook 'typescript-ts-mode-hook 'icejam-activate-typescript-ts-mode) ;; (use-package vue-mode ;; :ensure t diff --git a/lisp/langs/icejam-lang-kotlin.el b/lisp/langs/icejam-lang-kotlin.el index d60ae7f..ffc64d6 100644 --- a/lisp/langs/icejam-lang-kotlin.el +++ b/lisp/langs/icejam-lang-kotlin.el @@ -10,17 +10,19 @@ ;;; Code: (require 'icejam-prog-mode) -(require 'icejam-blocking) -(use-package kotlin-ts-mode :ensure t) +(declare-function lsp "lsp-mode" nil) +(declare-function column-enforce-n "column-enforce-mode" (number)) -(with-eval-after-load 'kotlin-ts-mode - (add-to-list 'auto-mode-alist '("\\.kt\\'" . kotlin-ts-mode)) - (add-to-list 'auto-mode-alist '("\\.kts\\'" . kotlin-ts-mode))) +(use-package kotlin-ts-mode + :ensure t + :after (lsp-mode lsp-ui) + :defer t) -(use-package gradle-mode - :defer t - :ensure t) +(add-to-list 'auto-mode-alist '("\\.kt\\'" . kotlin-ts-mode)) +(add-to-list 'auto-mode-alist '("\\.kts\\'" . kotlin-ts-mode)) + +(use-package gradle-mode :defer t :ensure t) (defun icejam-activate-kotlin-mode () "All things Kotlin." diff --git a/lisp/langs/icejam-lang-web.el b/lisp/langs/icejam-lang-web.el index d7d27e6..1232340 100644 --- a/lisp/langs/icejam-lang-web.el +++ b/lisp/langs/icejam-lang-web.el @@ -31,14 +31,6 @@ (setq-local web-mode-markup-indent-offset 2) (setq-local lsp-eldoc-enable-hover nil) (setq-local flycheck-check-syntax-automatically '(save mode-enabled)) - - (add-to-list (make-local-variable 'company-backends) - '(company-capf company-yasnippet)) - - (when (string-match-p ".jsx" (buffer-file-name)) - (lsp)) - (when (string-match-p ".tsx" (buffer-file-name)) - (lsp)) (when (string-match-p ".vue" (buffer-file-name)) (lsp))) From 3d47b6e70f929ff18942429a43de823df1bde40f Mon Sep 17 00:00:00 2001 From: Maciej Szlosarczyk Date: Sun, 15 Dec 2024 10:41:05 +0200 Subject: [PATCH 08/34] Update packages --- elpaca.lock | 318 +++++++++++++++---------------- lisp/langs/icejam-lang-elixir.el | 24 ++- 2 files changed, 170 insertions(+), 172 deletions(-) diff --git a/elpaca.lock b/elpaca.lock index 87d9d9d..30b344b 100644 --- a/elpaca.lock +++ b/elpaca.lock @@ -1,5 +1,5 @@ ((elpaca :source "lockfile" :date - (26448 3829 132251 0) + (26461 12729 241886 0) :recipe (:source nil :protocol https :inherit t :depth 1 :repo "https://github.com/progfolio/elpaca.git" :ref "34b1d1b19d24470758b62ab1d10ed70068186c12" :files (:defaults "elpaca-test.el" @@ -8,7 +8,7 @@ (:not elpaca--activate-package) :package "elpaca")) (elpaca-use-package :source "lockfile" :date - (26448 3829 121956 0) + (26461 12729 233239 0) :recipe (:package "elpaca-use-package" :wait t :repo "https://github.com/progfolio/elpaca.git" :files ("extensions/elpaca-use-package.el") @@ -16,41 +16,41 @@ (:not elpaca--compile-info) :source "Elpaca extensions" :protocol https :inherit t :depth treeless :ref "34b1d1b19d24470758b62ab1d10ed70068186c12")) (benchmark-init :source "lockfile" :date - (26448 3829 110492 0) + (26461 12729 224025 0) :recipe (:package "benchmark-init" :fetcher github :repo "dholm/benchmark-init-el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :wait t :ref "2b34432d79fa0aae8abc3db72db1cb79a28c00b2")) (transient :source "lockfile" :date - (26448 3829 99534 0) + (26461 12729 214806 0) :recipe (:package "transient" :fetcher github :repo "magit/transient" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "314f9863d0a2c77a7141e15c193eb0c0590b32bd")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "e1126a6ffc25fb8cf5df1fb9638c20553fafec03")) (diminish :source "lockfile" :date - (26448 3829 86259 0) + (26461 12729 205852 0) :recipe (:package "diminish" :fetcher github :repo "myrjola/diminish.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "fbd5d846611bad828e336b25d2e131d1bc06b83d")) (company :source "lockfile" :date - (26448 3829 75717 0) + (26461 12729 196474 0) :recipe (:package "company" :fetcher github :repo "company-mode/company-mode" :files (:defaults "icons" ("images/small" "doc/images/small/*.png")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "0ae7c293112248a0c36377d6859a95d216ae5e96")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "7805174a9ffae3194d5bbde16febcf26761f0ad7")) (lsp-mode :source "lockfile" :date - (26448 3829 64629 0) + (26461 12729 187634 0) :recipe (:package "lsp-mode" :repo "emacs-lsp/lsp-mode" :fetcher github :files (:defaults "clients/*.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "c3be413f8545a26ad0334e1dd2b7e65c448d9f22")) (compat :source "lockfile" :date - (26448 3829 53855 0) + (26461 12729 178297 0) :recipe (:package "compat" :repo ("https://github.com/emacs-compat/compat" . "compat") @@ -59,27 +59,27 @@ (:exclude ".git")) :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "f06c24c2498a8b9642fdef3bd8336ac75da4ad07")) (dash :source "lockfile" :date - (26448 3829 43358 0) + (26461 12729 168868 0) :recipe (:package "dash" :fetcher github :repo "magnars/dash.el" :files ("dash.el" "dash.texi") :source "MELPA" :protocol https :inherit t :depth treeless :ref "1de9dcb83eacfb162b6d9a118a4770b1281bcd84")) (f :source "lockfile" :date - (26448 3829 30775 0) + (26461 12729 159873 0) :recipe (:package "f" :fetcher github :repo "rejeep/f.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "931b6d0667fe03e7bf1c6c282d6d8d7006143c52")) (ht :source "lockfile" :date - (26448 3829 20464 0) + (26461 12729 150619 0) :recipe (:package "ht" :fetcher github :repo "Wilfred/ht.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "1c49aad1c820c86f7ee35bf9fff8429502f60fef")) (spinner :source "lockfile" :date - (26448 3829 10012 0) + (26461 12729 141823 0) :recipe (:package "spinner" :repo ("https://github.com/Malabarba/spinner.el" . "spinner") @@ -88,143 +88,143 @@ (:exclude ".git")) :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "d4647ae87fb0cd24bc9081a3d287c860ff061c21")) (markdown-mode :source "lockfile" :date - (26448 3828 998491 0) + (26461 12729 132505 0) :recipe (:package "markdown-mode" :fetcher github :repo "jrblevin/markdown-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "7ca5a25c6193acdbb43a1a44cf20daeaec47e443")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "8692afc12e13431efb0c302baee1de5bbf4a41e4")) (lv :source "lockfile" :date - (26448 3828 988001 0) + (26461 12729 123595 0) :recipe (:package "lv" :repo "abo-abo/hydra" :fetcher github :files ("lv.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "317e1de33086637579a7aeb60f77ed0405bf359b")) (s :source "lockfile" :date - (26448 3828 977114 0) + (26461 12729 114669 0) :recipe (:package "s" :fetcher github :repo "magnars/s.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "dda84d38fffdaf0c9b12837b504b402af910d01d")) (easy-kill :source "lockfile" :date - (26448 3828 966255 0) + (26461 12729 105398 0) :recipe (:package "easy-kill" :fetcher github :repo "leoliu/easy-kill" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "de7d66c3c864a4722a973ee9bc228a14be49ba0c")) (buffer-move :source "lockfile" :date - (26448 3828 957213 0) + (26461 12729 96405 0) :recipe (:package "buffer-move" :fetcher github :repo "lukhas/buffer-move" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "e7800b3ab1bd76ee475ef35507ec51ecd5a3f065")) (gcmh :source "lockfile" :date - (26448 3828 946789 0) + (26461 12729 87563 0) :recipe (:package "gcmh" :repo "koral/gcmh" :fetcher gitlab :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "0089f9c3a6d4e9a310d0791cf6fa8f35642ecfd9")) (exec-path-from-shell :source "lockfile" :date - (26448 3828 935748 0) + (26461 12729 78748 0) :recipe (:package "exec-path-from-shell" :fetcher github :repo "purcell/exec-path-from-shell" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "4896a797252fbfdac32fb77508500ac7d220f717")) (direnv :source "lockfile" :date - (26448 3828 924531 0) + (26461 12729 69540 0) :recipe (:package "direnv" :fetcher github :repo "wbolster/emacs-direnv" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c0bf3b81c7a97e2a0d06d05495e86848254fcc1f")) (treemacs :source "lockfile" :date - (26448 3828 913450 0) + (26461 12729 60275 0) :recipe (:package "treemacs" :fetcher github :repo "Alexander-Miller/treemacs" :files (:defaults "Changelog.org" "icons" "src/elisp/treemacs*.el" "src/scripts/treemacs*.py" (:exclude "src/extra/*")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "4364a660447fa5f322c172f6b310115bbc091d12")) (treemacs-all-the-icons :source "lockfile" :date - (26448 3828 902384 0) + (26461 12729 51284 0) :recipe (:package "treemacs-all-the-icons" :fetcher github :repo "Alexander-Miller/treemacs" :files ("src/extra/treemacs-all-the-icons.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "4364a660447fa5f322c172f6b310115bbc091d12")) (keyfreq :source "lockfile" :date - (26448 3828 892735 0) + (26461 12729 42140 0) :recipe (:package "keyfreq" :fetcher github :repo "dacap/keyfreq" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c6955162307f37c2ac631d9daf118781009f8dda")) (which-key :source "lockfile" :date - (26448 3828 881746 0) + (26461 12729 33071 0) :recipe (:package "which-key" :repo "justbur/emacs-which-key" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "38d4308d1143b61e4004b6e7a940686784e51500")) (tree-sitter-langs :source "lockfile" :date - (26448 3828 870257 0) + (26461 12729 23773 0) :recipe (:package "tree-sitter-langs" :repo "emacs-tree-sitter/tree-sitter-langs" :fetcher github :branch "release" :files (:defaults "queries") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "c54f7ae75f9b1a9d69ed2bce074305537efdb1c8")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "a40c676f601c565791568c2966e46a80de0233b7")) (vertico :source "lockfile" :date - (26448 3828 858522 0) + (26461 12729 14866 0) :recipe (:package "vertico" :repo "minad/vertico" :files (:defaults "extensions/vertico-*.el") - :fetcher github :source "MELPA" :protocol https :inherit t :depth treeless :ref "90f6832e1242446895bf7f3e4c21679928c123d1")) + :fetcher github :source "MELPA" :protocol https :inherit t :depth treeless :ref "d2cc65ee37557d9d23300b238b60aeae4a975229")) (orderless :source "lockfile" :date - (26448 3828 847324 0) + (26461 12729 5917 0) :recipe (:package "orderless" :repo "oantolin/orderless" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "96b74d2450ab4ab1a175d0e86c62f6695c4709b5")) (marginalia :source "lockfile" :date - (26448 3828 829308 0) + (26461 12728 996747 0) :recipe (:package "marginalia" :repo "minad/marginalia" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "643a5f50c9f9d0698c8b1d72678886aefcf69052")) (consult :source "lockfile" :date - (26448 3828 819863 0) + (26461 12728 987373 0) :recipe (:package "consult" :repo "minad/consult" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "0e88c5423c1fda9a489d8883e41d308534bb25c1")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "93cf368a676da1072f141e298908be05e2968f60")) (helpful :source "lockfile" :date - (26448 3828 809096 0) + (26461 12728 978526 0) :recipe (:package "helpful" :repo "Wilfred/helpful" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "4ba24cac9fb14d5fdc32582cd947572040e82b2c")) (avy :source "lockfile" :date - (26448 3828 797676 0) + (26461 12728 968799 0) :recipe (:package "avy" :repo "abo-abo/avy" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "933d1f36cca0f71e4acb5fac707e9ae26c536264")) (rainbow-delimiters :source "lockfile" :date - (26448 3828 787772 0) + (26461 12728 959821 0) :recipe (:package "rainbow-delimiters" :fetcher github :repo "Fanael/rainbow-delimiters" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f40ece58df8b2f0fb6c8576b527755a552a5e763")) (rainbow-mode :source "lockfile" :date - (26448 3828 776580 0) + (26461 12728 950431 0) :recipe (:package "rainbow-mode" :repo ("git://git.sv.gnu.org/emacs/elpa" . "rainbow-mode") @@ -233,117 +233,117 @@ (:exclude ".git")) :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "f7db3b5919f70420a91eb199f8663468de3033f3")) (dash-at-point :source "lockfile" :date - (26448 3828 764549 0) + (26461 12728 941302 0) :recipe (:package "dash-at-point" :fetcher github :repo "stanaka/dash-at-point" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "fba1a6f42ea51d05110e12c62bdced664059eb55")) (column-enforce-mode :source "lockfile" :date - (26448 3828 755384 0) + (26461 12728 932036 0) :recipe (:package "column-enforce-mode" :fetcher github :repo "jordonbiondo/column-enforce-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "14a7622f2268890e33536ccd29510024d51ee96f")) (pcre2el :source "lockfile" :date - (26448 3828 745222 0) + (26461 12728 922581 0) :recipe (:package "pcre2el" :fetcher github :repo "joddie/pcre2el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "b4d846d80dddb313042131cf2b8fbf647567e000")) (visual-regexp-steroids :source "lockfile" :date - (26448 3828 734095 0) + (26461 12728 912732 0) :recipe (:package "visual-regexp-steroids" :repo "benma/visual-regexp-steroids.el" :fetcher github :files ("visual-regexp-steroids.el" "regexp.py") :source "MELPA" :protocol https :inherit t :depth treeless :ref "a6420b25ec0fbba43bf57875827092e1196d8a9e")) (yasnippet :source "lockfile" :date - (26448 3828 724754 0) + (26461 12728 902040 0) :recipe (:package "yasnippet" :repo "joaotavora/yasnippet" :fetcher github :files ("yasnippet.el" "snippets") :source "MELPA" :protocol https :inherit t :depth treeless :ref "fe1f4e0e96ce42d8668920335eb22c3c009dab3e")) (yasnippet-snippets :source "lockfile" :date - (26448 3828 713004 0) + (26461 12728 892544 0) :recipe (:package "yasnippet-snippets" :repo "AndreaCrotti/yasnippet-snippets" :fetcher github :files ("*.el" "snippets" ".nosearch") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "23bcbcd11f567a2659ae413c62c82892eb50a3f1")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "f1907ed38acc479e78d5c113810465e4d77d8604")) (company-box :source "lockfile" :date - (26448 3828 695490 0) + (26461 12728 883623 0) :recipe (:package "company-box" :fetcher github :repo "sebastiencs/company-box" :files (:defaults "images") :source "MELPA" :protocol https :inherit t :depth treeless :ref "c4f2e243fba03c11e46b1600b124e036f2be7691")) (copilot :source "lockfile" :date - (26448 3828 686050 0) + (26461 12728 874057 0) :recipe (:source nil :protocol https :inherit t :depth treeless :host github :repo "copilot-emacs/copilot.el" :files ("*.el") :package "copilot" :ref "88b10203705a9cdcbc232e7d2914f6b12217a885")) (gptel :source "lockfile" :date - (26448 3828 674915 0) + (26461 12728 864584 0) :recipe (:package "gptel" :repo "karthink/gptel" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "6adaa52e48c0fca7dbbbef9cc6b2096fc8075c66")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "859e7c753fe90c05ebfde06f6b1aee130b404da7")) (elysium :source "lockfile" :date - (26448 3828 664231 0) + (26461 12728 855826 0) :recipe (:package "elysium" :fetcher github :repo "lanceberge/elysium" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "1847dc71bef86e1828be34539a9ae60c3debedc4")) (flymake-flycheck :source "lockfile" :date - (26448 3828 653846 0) + (26461 12728 846600 0) :recipe (:package "flymake-flycheck" :fetcher github :repo "purcell/flymake-flycheck" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "88455c5e6d8ebf650fb51a45c7511a1c18097344")) (flyspell-correct :source "lockfile" :date - (26448 3828 643141 0) + (26461 12728 837342 0) :recipe (:package "flyspell-correct" :repo "d12frosted/flyspell-correct" :fetcher github :files ("flyspell-correct.el" "flyspell-correct-ido.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "1e7a5a56362dd875dddf848b9a9e25d1395b9d37")) (deft :source "lockfile" :date - (26448 3828 627537 0) + (26461 12728 828079 0) :recipe (:package "deft" :repo "jrblevin/deft" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "b369d7225d86551882568788a23c5497b232509c")) (lsp-ui :source "lockfile" :date - (26448 3828 616849 0) + (26461 12728 818094 0) :recipe (:package "lsp-ui" :repo "emacs-lsp/lsp-ui" :fetcher github :files (:defaults "lsp-ui-doc.html" "resources") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "072bb29152038518c2478813b82c8d04d07df84c")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "f0edfac7b3736fcab617cbeb07e465c9153ae68b")) (dap-mode :source "lockfile" :date - (26448 3828 606294 0) + (26461 12728 809364 0) :recipe (:package "dap-mode" :repo "emacs-lsp/dap-mode" :fetcher github :files (:defaults "icons") :source "MELPA" :protocol https :inherit t :depth treeless :ref "605448b4fd90ca25924bf029acf2bdd047045133")) (dashboard :source "lockfile" :date - (26448 3828 594423 0) + (26461 12728 799942 0) :recipe (:package "dashboard" :fetcher github :repo "emacs-dashboard/emacs-dashboard" :files (:defaults "banners") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "9479466d39652a8e32b74ee83822421fa08024d9")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "da658d5fb4a430462dcc711a2368d20072ddc512")) (magit :source "lockfile" :date - (26448 3828 579720 0) + (26461 12728 791187 0) :recipe (:package "magit" :fetcher github :repo "magit/magit" :files ("lisp/magit*.el" "lisp/git-*.el" "docs/magit.texi" "docs/AUTHORS.md" "LICENSE" "magit-pkg.el" (:exclude "lisp/magit-section.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "46824fb4c1cb81550d2ef52c4359f18819742b6d")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "873da4a62dc609ff0c8a7e0ec417b263e3ed2269")) (vundo :source "lockfile" :date - (26448 3828 564050 0) + (26461 12728 782429 0) :recipe (:package "vundo" :repo ("https://github.com/casouri/vundo" . "vundo") @@ -352,33 +352,33 @@ (:exclude ".git" "test")) :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "ca590c571546eb1d38c855216db11d28135892f2")) (speed-type :source "lockfile" :date - (26448 3828 554677 0) + (26461 12728 772968 0) :recipe (:package "speed-type" :fetcher github :repo "dakra/speed-type" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "b982ee6081a11837760eeaed73c4f413eefb07b1")) (spaceline :source "lockfile" :date - (26448 3828 544065 0) + (26461 12728 763605 0) :recipe (:package "spaceline" :fetcher github :repo "TheBB/spaceline" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "086420d16e526c79b67fc1edec4c2ae1e699f372")) (base16-theme :source "lockfile" :date - (26448 3828 532427 0) + (26461 12728 754162 0) :recipe (:package "base16-theme" :repo "tinted-theming/base16-emacs" :fetcher github :files (:defaults "build/*.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "077726249216bef6d98d0542eb6289641a58e8d0")) (clojure-mode :source "lockfile" :date - (26448 3828 522308 0) + (26461 12728 744843 0) :recipe (:package "clojure-mode" :repo "clojure-emacs/clojure-mode" :fetcher github :files ("clojure-mode.el") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "63356ee3bd6903e7b17822022f5a6ded2512b979")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "eabe29b076fff19db552d36d4babaa36ecf0b704")) (cider :source "lockfile" :date - (26448 3828 511219 0) + (26461 12728 735872 0) :recipe (:package "cider" :fetcher github :repo "clojure-emacs/cider" :files ("lisp/*.el" "bin/*.sh" "*.el" "clojure.sh" "lein.sh" @@ -387,223 +387,223 @@ (nrepl) :source "MELPA" :protocol https :inherit t :depth treeless :ref "588c5790f0c09f5c09076885e11a73eaef70c262")) (clj-refactor :source "lockfile" :date - (26448 3828 497825 0) + (26461 12728 726733 0) :recipe (:package "clj-refactor" :fetcher github :repo "clojure-emacs/clj-refactor.el" :files (:defaults "CHANGELOG.md") :source "MELPA" :protocol https :inherit t :depth treeless :ref "dc1bbc8cdaa723bdbb6669ea7d280625c370755d")) (dart-mode :source "lockfile" :date - (26448 3828 488424 0) + (26461 12728 717478 0) :recipe (:package "dart-mode" :fetcher github :repo "emacsorphanage/dart-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "02e919c1cf200b4938139c18068577faff1fb364")) (lsp-dart :source "lockfile" :date - (26448 3828 478248 0) + (26461 12728 708126 0) :recipe (:package "lsp-dart" :repo "emacs-lsp/lsp-dart" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "7e3d3429418bc42cda7fa7b58e6644a705cf2f89")) (dhall-mode :source "lockfile" :date - (26448 3828 465350 0) + (26461 12728 698628 0) :recipe (:package "dhall-mode" :repo "psibi/dhall-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "87ab69fe765d87b3bb1604a306a8c44d6887681d")) (lispy :source "lockfile" :date - (26448 3828 455809 0) + (26461 12728 689614 0) :recipe (:package "lispy" :repo "abo-abo/lispy" :fetcher github :files (:defaults "lispy-clojure.clj" "lispy-clojure.cljs" "lispy-python.py") :source "MELPA" :protocol https :inherit t :depth treeless :ref "fe44efd21573868638ca86fc8313241148fabbe3")) (aggressive-indent :source "lockfile" :date - (26448 3828 445131 0) + (26461 12728 680462 0) :recipe (:package "aggressive-indent" :repo "Malabarba/aggressive-indent-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "a437a45868f94b77362c6b913c5ee8e67b273c42")) (elixir-mode :source "lockfile" :date - (26448 3828 433198 0) + (26461 12728 671389 0) :recipe (:package "elixir-mode" :fetcher github :repo "elixir-editors/emacs-elixir" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "00d6580a040a750e019218f9392cf9a4c2dac23a")) (elixir-ts-mode :source "lockfile" :date - (26448 3828 422531 0) + (26461 12728 662195 0) :recipe (:package "elixir-ts-mode" :repo "wkirschbaum/elixir-ts-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "b35c983f551ccf821ebebad50747b5b417133e52")) (erlang :source "lockfile" :date - (26448 3828 411809 0) + (26461 12728 652613 0) :recipe (:package "erlang" :fetcher github :repo "erlang/otp" :version-regexp "OTP-%v" :files ("lib/tools/emacs/*.el" (:exclude "lib/tools/emacs/erlang_appwiz.el")) - :source "MELPA" :protocol https :inherit t :depth 1 :ref "fcf7c067189fd29a1622f002ce3dde3ef2ef7f71")) + :source "MELPA" :protocol https :inherit t :depth 1 :ref "6cefa05a2a977864150908feb8c3f2ffe29e43ae")) (fsharp-mode :source "lockfile" :date - (26448 3828 398913 0) + (26461 12728 644037 0) :recipe (:package "fsharp-mode" :fetcher github :repo "fsharp/emacs-fsharp-mode" :files (:defaults (:exclude "eglot-fsharp.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "677d78c4d6cb574086408082dedbcaef04a85359")) (gleam-ts-mode :source "lockfile" :date - (26448 3828 389122 0) + (26461 12728 634642 0) :recipe (:package "gleam-ts-mode" :fetcher github :repo "gleam-lang/gleam-mode" :files ("gleam-ts-mode.el") :source "MELPA" :protocol https :inherit t :depth treeless :type git :host github :ref "d00f37d0b47f5d6810aa295af98c40a7708b4305")) (go-mode :source "lockfile" :date - (26448 3828 378752 0) + (26461 12728 624977 0) :recipe (:package "go-mode" :repo "dominikh/go-mode.el" :fetcher github :files ("go-mode.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "602d73e22646b1b98b2eb97927fd426c0d1d2f92")) (haskell-mode :source "lockfile" :date - (26448 3828 364074 0) + (26461 12728 615398 0) :recipe (:package "haskell-mode" :repo "haskell/haskell-mode" :fetcher github :files (:defaults "NEWS" "logo.svg") :source "MELPA" :protocol https :inherit t :depth treeless :ref "1a285fc4c50ca74bb5cd9b2a8c1a46a64a77384a")) (lsp-haskell :source "lockfile" :date - (26448 3828 354233 0) + (26461 12728 605999 0) :recipe (:package "lsp-haskell" :repo "emacs-lsp/lsp-haskell" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "6981f8d1225c038c1a130e8cf70530cfe15f976e")) (js2-mode :source "lockfile" :date - (26448 3828 343225 0) + (26461 12728 596468 0) :recipe (:package "js2-mode" :repo "mooz/js2-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "62d6cb169ed4cb6d7ae3ddbd8da9c995fed0ab32")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "e0c302872de4d26a9c1614fac8d6b94112b96307")) (kotlin-ts-mode :source "lockfile" :date - (26448 3828 331254 0) + (26461 12728 587812 0) :recipe (:package "kotlin-ts-mode" :fetcher gitlab :repo "bricka/emacs-kotlin-ts-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "bf1646a386408103e6267599a26e5f5479fa4635")) (gradle-mode :source "lockfile" :date - (26448 3828 321502 0) + (26461 12728 578295 0) :recipe (:package "gradle-mode" :fetcher github :repo "scubacabra/emacs-gradle-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "e4d665d5784ecda7ddfba015f07c69be3cfc45f2")) (lean4-mode :source "lockfile" :date - (26448 3828 310483 0) + (26461 12728 568813 0) :recipe (:source nil :protocol https :inherit t :depth treeless :type git :host github :repo "leanprover/lean4-mode" :files ("*.el" "data") - :package "lean4-mode" :ref "a9c31a2f58199c0ea45223b59d9293a7ad6ead58")) + :package "lean4-mode" :ref "76895d8939111654a472cfc617cfd43fbf5f1eb6")) (merlin :source "lockfile" :date - (26448 3828 297852 0) + (26461 12728 559928 0) :recipe (:package "merlin" :fetcher github :repo "ocaml/merlin" :files ("emacs/*.el" (:exclude "emacs/merlin-ac.el" "emacs/merlin-company.el" "emacs/merlin-iedit.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "be3451817c034ca24ae4d151dab05a796763c5ea")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "874de7e42bd6c64793c8520d0d2a955e9c555595")) (opam-switch-mode :source "lockfile" :date - (26448 3828 288363 0) + (26461 12728 550628 0) :recipe (:package "opam-switch-mode" :fetcher github :repo "ProofGeneral/opam-switch-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "1069e56a662f23ea09d4e05611bdedeb99257012")) (dune :source "lockfile" :date - (26448 3828 277431 0) + (26461 12728 541419 0) :recipe (:package "dune" :fetcher github :repo "ocaml/dune" :files ("editor-integration/emacs/*.el") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "41212a5ce955ed477690a4145c1bc43c90d29f21")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "3fc17eec135ab67a514c1cbb02182f7bccf6d042")) (tuareg :source "lockfile" :date - (26448 3828 264488 0) + (26461 12728 532616 0) :recipe (:package "tuareg" :fetcher github :repo "ocaml/tuareg" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "1d53723e39f22ab4ab76d31f2b188a2879305092")) (dockerfile-mode :source "lockfile" :date - (26448 3828 254719 0) + (26461 12728 523202 0) :recipe (:package "dockerfile-mode" :fetcher github :repo "spotify/dockerfile-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "4d893bd2da15833ce056332e6c972d5d93e78f04")) (docker :source "lockfile" :date - (26448 3828 243770 0) + (26461 12728 513756 0) :recipe (:package "docker" :fetcher github :repo "Silex/docker.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "ec2391a8e3404958cefee3dda23b2c89dcf807a2")) (terraform-mode :source "lockfile" :date - (26448 3828 229832 0) + (26461 12728 504108 0) :recipe (:package "terraform-mode" :repo "hcl-emacs/terraform-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "abfc10f5e313c4bb99de136a14636e9bc6df74f6")) (ansible :source "lockfile" :date - (26448 3828 219072 0) + (26461 12728 495096 0) :recipe (:package "ansible" :fetcher gitlab :repo "emacs-ansible/emacs-ansible" :files (:defaults "snippets" "dict") :source "MELPA" :protocol https :inherit t :depth treeless :ref "03e285bb54a687e3fd9e21026b088fdac46679a0")) (nginx-mode :source "lockfile" :date - (26448 3828 208577 0) + (26461 12728 485842 0) :recipe (:package "nginx-mode" :fetcher github :repo "ajc/nginx-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c4ac5de975d65c84893a130a470af32a48b0b66c")) (jenkinsfile-mode :source "lockfile" :date - (26448 3828 196041 0) + (26461 12728 476792 0) :recipe (:package "jenkinsfile-mode" :repo "https://github.com/john2x/jenkinsfile-mode.git" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :branch "master" :ref "568865ee419e0592de0dd0717d6769a66d9df111")) (lua-mode :source "lockfile" :date - (26448 3828 185855 0) + (26461 12728 467243 0) :recipe (:package "lua-mode" :repo "immerrr/lua-mode" :fetcher github :files (:defaults (:exclude "init-tryout.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "d074e4134b1beae9ed4c9b512af741ca0d852ba3")) (graphql-mode :source "lockfile" :date - (26448 3828 175299 0) + (26461 12728 457455 0) :recipe (:package "graphql-mode" :repo "davazp/graphql-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "c3baca92809e6f6c8dd2596a413b277f3b0160ea")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "ee49531935ede7a2c9597713e13a4c9d33ef2220")) (yaml-mode :source "lockfile" :date - (26448 3828 163933 0) + (26461 12728 448133 0) :recipe (:package "yaml-mode" :repo "yoshiki/yaml-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "d91f878729312a6beed77e6637c60497c5786efa")) (json-mode :source "lockfile" :date - (26448 3828 154122 0) + (26461 12728 438241 0) :recipe (:package "json-mode" :fetcher github :repo "json-emacs/json-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "77125b01c0ddce537085201098bea9b4b8ba6be3")) (git-modes :source "lockfile" :date - (26448 3828 143125 0) + (26461 12728 428315 0) :recipe (:package "git-modes" :fetcher github :repo "magit/git-modes" :old-names (gitattributes-mode gitconfig-mode gitignore-mode) @@ -612,150 +612,150 @@ (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f99010bbeb8b6d8a0819fac0195a2ef0159d08f0")) (php-mode :source "lockfile" :date - (26448 3828 132252 0) + (26461 12728 418892 0) :recipe (:package "php-mode" :repo "emacs-php/php-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "31f702ee2de35d514fb633c0c37531cb648bff70")) (purescript-mode :source "lockfile" :date - (26448 3828 122615 0) + (26461 12728 409512 0) :recipe (:package "purescript-mode" :repo "purescript-emacs/purescript-mode" :fetcher github :files (:defaults "NEWS" "snippets") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "d187b3d4bbb4d9cb36a4c6c55f35d63d159a26e8")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "07e4d6ecfe677d595ed3759c912c0b262d886b98")) (rspec-mode :source "lockfile" :date - (26448 3828 111291 0) + (26461 12728 400023 0) :recipe (:package "rspec-mode" :repo "pezra/rspec-mode" :fetcher github :files ("rspec-mode.el" "snippets") :source "MELPA" :protocol https :inherit t :depth treeless :ref "29df3d081c6a1cbdf840cd13d45ea1c100c5bbaa")) (ruby-end :source "lockfile" :date - (26448 3828 100158 0) + (26461 12728 390835 0) :recipe (:package "ruby-end" :repo "rejeep/ruby-end.el" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "ba7d7230f9e3ed75c9982d32bb9fdff1dc10935d")) (rbs-mode :source "lockfile" :date - (26448 3828 90012 0) + (26461 12728 381686 0) :recipe (:package "rbs-mode" :fetcher github :repo "ybiquitous/rbs-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "e415a6fa9e88594cb9b7f7765145f57dda0e9b56")) (rust-mode :source "lockfile" :date - (26448 3828 78946 0) + (26461 12728 372406 0) :recipe (:package "rust-mode" :repo "rust-lang/rust-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "542f1755d8929ca83564322d7030d558f3392fe1")) (flycheck-rust :source "lockfile" :date - (26448 3828 68261 0) + (26461 12728 362899 0) :recipe (:package "flycheck-rust" :repo "flycheck/flycheck-rust" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "e7692cded99999d2dc3d3df5d977dcdeb1c179fb")) (fish-mode :source "lockfile" :date - (26448 3828 58431 0) + (26461 12728 352516 0) :recipe (:package "fish-mode" :fetcher github :repo "wwwjfy/emacs-fish" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "2526b1803b58cf145bc70ff6ce2adb3f6c246f89")) (web-mode :source "lockfile" :date - (26448 3828 47216 0) + (26461 12728 342842 0) :recipe (:package "web-mode" :repo "fxbois/web-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "0c83581d1e93d1d802c730a1d5e90cd1c740e1b2")) (zig-mode :source "lockfile" :date - (26448 3828 36603 0) + (26461 12728 333749 0) :recipe (:package "zig-mode" :repo "ziglang/zig-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f0b4a487530146f99230f4a5ff67e8d56c8f3f80")) (ace-window :source "lockfile" :date - (26448 3828 25852 0) + (26461 12728 324299 0) :recipe (:package "ace-window" :repo "abo-abo/ace-window" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "77115afc1b0b9f633084cf7479c767988106c196")) (pfuture :source "lockfile" :date - (26448 3828 14429 0) + (26461 12728 314779 0) :recipe (:package "pfuture" :repo "Alexander-Miller/pfuture" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "19b53aebbc0f2da31de6326c495038901bffb73c")) (hydra :source "lockfile" :date - (26448 3827 998985 0) + (26461 12728 304349 0) :recipe (:package "hydra" :repo "abo-abo/hydra" :fetcher github :files (:defaults (:exclude "lv.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "317e1de33086637579a7aeb60f77ed0405bf359b")) (cfrs :source "lockfile" :date - (26448 3827 988483 0) + (26461 12728 294495 0) :recipe (:package "cfrs" :repo "Alexander-Miller/cfrs" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f3a21f237b2a54e6b9f8a420a9da42b4f0a63121")) (posframe :source "lockfile" :date - (26448 3827 977287 0) + (26461 12728 284957 0) :recipe (:package "posframe" :fetcher github :repo "tumashu/posframe" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "81651536827c96bf5af5265ee7918ab70e1dd5b1")) (all-the-icons :source "lockfile" :date - (26448 3827 964519 0) + (26461 12728 275155 0) :recipe (:package "all-the-icons" :repo "domtronn/all-the-icons.el" :fetcher github :files (:defaults "data") :source "MELPA" :protocol https :inherit t :depth treeless :ref "39ef44f810c34e8900978788467cc675870bcd19")) (tree-sitter :source "lockfile" :date - (26448 3827 954855 0) + (26461 12728 264486 0) :recipe (:package "tree-sitter" :repo "emacs-tree-sitter/elisp-tree-sitter" :fetcher github :branch "release" :files (:defaults (:exclude "lisp/tree-sitter-tests.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "3cfab8a0e945db9b3df84437f27945746a43cc71")) (tsc :source "lockfile" :date - (26448 3827 944079 0) + (26461 12728 252856 0) :recipe (:package "tsc" :fetcher github :repo "emacs-tree-sitter/elisp-tree-sitter" :branch "release" :files ("core/*.el" "core/Cargo.toml" "core/Cargo.lock" "core/src") :source "MELPA" :protocol https :inherit t :depth treeless :ref "3cfab8a0e945db9b3df84437f27945746a43cc71")) (elisp-refs :source "lockfile" :date - (26448 3827 932004 0) + (26461 12728 235498 0) :recipe (:package "elisp-refs" :repo "Wilfred/elisp-refs" :fetcher github :files (:defaults (:exclude "elisp-refs-bench.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "541a064c3ce27867872cf708354a65d83baf2a6d")) (visual-regexp :source "lockfile" :date - (26448 3827 921929 0) + (26461 12728 199760 0) :recipe (:package "visual-regexp" :repo "benma/visual-regexp.el" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "48457d42a5e0fe10fa3a9c15854f1f127ade09b5")) (frame-local :source "lockfile" :date - (26448 3827 910595 0) + (26461 12728 186835 0) :recipe (:package "frame-local" :fetcher github :repo "sebastiencs/frame-local" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "7ee1106c3bcd4022f48421f8cb1ef4f995da816e")) (editorconfig :source "lockfile" :date - (26448 3827 899335 0) + (26461 12728 177856 0) :recipe (:package "editorconfig" :fetcher github :repo "editorconfig/editorconfig-emacs" :old-names (editorconfig-core editorconfig-fnmatch) @@ -764,68 +764,68 @@ (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "24f5b2b1cd4e37adc245fb59f7edeb6872a707a4")) (flycheck :source "lockfile" :date - (26448 3827 889823 0) + (26461 12728 168708 0) :recipe (:package "flycheck" :repo "flycheck/flycheck" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "ebaf48359b3e21879c8f6f3c1b5d0221b345035e")) (bui :source "lockfile" :date - (26448 3827 878602 0) + (26461 12728 159299 0) :recipe (:package "bui" :repo "alezost/bui.el" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f3a137628e112a91910fd33c0cff0948fa58d470")) (lsp-treemacs :source "lockfile" :date - (26448 3827 865526 0) + (26461 12728 149846 0) :recipe (:package "lsp-treemacs" :repo "emacs-lsp/lsp-treemacs" :fetcher github :files (:defaults "icons") :source "MELPA" :protocol https :inherit t :depth treeless :ref "fb1a07ae0a3d781dea8ac78da2933e0173eb48a4")) (lsp-docker :source "lockfile" :date - (26448 3827 855034 0) + (26461 12728 140848 0) :recipe (:package "lsp-docker" :repo "emacs-lsp/lsp-docker" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "ce291d0f80533f8eaca120eb745d55669e062636")) (yaml :source "lockfile" :date - (26448 3827 843529 0) + (26461 12728 131601 0) :recipe (:package "yaml" :repo "zkry/yaml.el" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "cd3edfc02cb12514426c00e07160b87bd8340f4a")) (magit-section :source "lockfile" :date - (26448 3827 832601 0) + (26461 12728 122253 0) :recipe (:package "magit-section" :fetcher github :repo "magit/magit" :files ("lisp/magit-section.el" "docs/magit-section.texi" "magit-section-pkg.el") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "46824fb4c1cb81550d2ef52c4359f18819742b6d")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "873da4a62dc609ff0c8a7e0ec417b263e3ed2269")) (with-editor :source "lockfile" :date - (26448 3827 822809 0) + (26461 12728 113588 0) :recipe (:package "with-editor" :fetcher github :repo "magit/with-editor" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "ca902ae02972bdd6919a902be2593d8cb6bd991b")) (powerline :source "lockfile" :date - (26448 3827 811508 0) + (26461 12728 104033 0) :recipe (:package "powerline" :fetcher github :repo "milkypostman/powerline" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c35c35bdf5ce2d992882c1f06f0f078058870d4a")) (parseedn :source "lockfile" :date - (26448 3827 801268 0) + (26461 12728 94907 0) :recipe (:package "parseedn" :repo "clojure-emacs/parseedn" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "3407e4530a367b6c2b857dae261cdbb67a440aaa")) (queue :source "lockfile" :date - (26448 3827 790737 0) + (26461 12728 85392 0) :recipe (:package "queue" :repo ("git://git.sv.gnu.org/emacs/elpa" . "queue") @@ -834,115 +834,115 @@ (:exclude ".git")) :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "f986fb68e75bdae951efb9e11a3012ab6bd408ee")) (sesman :source "lockfile" :date - (26448 3827 779616 0) + (26461 12728 76406 0) :recipe (:package "sesman" :repo "vspinu/sesman" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "7bca68dbbab0af26a6a23be1ff5fa97f9a18e022")) (parseclj :source "lockfile" :date - (26448 3827 769570 0) + (26461 12728 67261 0) :recipe (:package "parseclj" :repo "clojure-emacs/parseclj" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "6af22372e0fe14df882dd300b22b12ba2d7e00b0")) (paredit :source "lockfile" :date - (26448 3827 758953 0) + (26461 12728 58496 0) :recipe (:package "paredit" :fetcher git :url "https://mumble.net/~campbell/git/paredit.git" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "af075775af91f2dbc63b915d762b4aec092946c4")) (multiple-cursors :source "lockfile" :date - (26448 3827 747774 0) + (26461 12728 49182 0) :recipe (:package "multiple-cursors" :fetcher github :repo "magnars/multiple-cursors.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "dd10cf2334333838e4550f091a75695448e26765")) (inflections :source "lockfile" :date - (26448 3827 737314 0) + (26461 12728 39832 0) :recipe (:package "inflections" :repo "eschulte/jump.el" :fetcher github :files ("inflections.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "55caa66a7cc6e0b1a76143fd40eff38416928941")) (reformatter :source "lockfile" :date - (26448 3827 726675 0) + (26461 12728 30440 0) :recipe (:package "reformatter" :repo "purcell/emacs-reformatter" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "8962e1dd0c949997413380ea1f8d8a25ada5f624")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "f2cb59466b1c3f85a8c960f7d4b7b7ead015bedc")) (iedit :source "lockfile" :date - (26448 3827 715072 0) + (26461 12728 21618 0) :recipe (:package "iedit" :repo "victorhge/iedit" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "27c61866b1b9b8d77629ac702e5f48e67dfe0d3b")) (swiper :source "lockfile" :date - (26448 3827 704545 0) + (26461 12728 12618 0) :recipe (:package "swiper" :repo "abo-abo/swiper" :fetcher github :files ("swiper.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "8dc02d5b725f78d1f80904807b46f5406f129674")) (zoutline :source "lockfile" :date - (26448 3827 694175 0) + (26461 12728 3823 0) :recipe (:package "zoutline" :repo "abo-abo/zoutline" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "32857c6c4b9b0bcbed14d825a10b91a98d5fed0a")) (ivy :source "lockfile" :date - (26448 3827 683604 0) + (26461 12727 994578 0) :recipe (:package "ivy" :repo "abo-abo/swiper" :fetcher github :files (:defaults "doc/ivy-help.org" (:exclude "swiper.el" "counsel.el" "ivy-hydra.el" "ivy-avy.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "8dc02d5b725f78d1f80904807b46f5406f129674")) (heex-ts-mode :source "lockfile" :date - (26448 3827 672257 0) + (26461 12727 984986 0) :recipe (:package "heex-ts-mode" :repo "wkirschbaum/heex-ts-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "90142df2929956536dc1eaae3bb5ca04dc4232ab")) (caml :source "lockfile" :date - (26448 3827 661682 0) + (26461 12727 975778 0) :recipe (:package "caml" :repo "ocaml/caml-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "47defafa2b08fb680e89bfee9cb9ce82bd9e3bcf")) (aio :source "lockfile" :date - (26448 3827 650269 0) + (26461 12727 966395 0) :recipe (:package "aio" :fetcher github :repo "skeeto/emacs-aio" :files ("aio.el" "README.md" "UNLICENSE") :source "MELPA" :protocol https :inherit t :depth treeless :ref "da93523e235529fa97d6f251319d9e1d6fc24a41")) (tablist :source "lockfile" :date - (26448 3827 639047 0) + (26461 12727 957031 0) :recipe (:package "tablist" :fetcher github :repo "emacsorphanage/tablist" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "fcd37147121fabdf003a70279cf86fbe08cfac6f")) (hcl-mode :source "lockfile" :date - (26448 3827 625668 0) + (26461 12727 947567 0) :recipe (:package "hcl-mode" :repo "hcl-emacs/hcl-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "1da895ed75d28d9f87cbf9b74f075d90ba31c0ed")) (groovy-mode :source "lockfile" :date - (26448 3827 609754 0) + (26461 12727 937812 0) :recipe (:package "groovy-mode" :fetcher github :repo "Groovy-Emacs-Modes/groovy-emacs-modes" :files ("*groovy*.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "7b8520b2e2d3ab1d62b35c426e17ac25ed0120bb")) (json-snatcher :source "lockfile" :date - (26448 3827 594036 0) + (26461 12727 927133 0) :recipe (:package "json-snatcher" :fetcher github :repo "Sterlingg/json-snatcher" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" diff --git a/lisp/langs/icejam-lang-elixir.el b/lisp/langs/icejam-lang-elixir.el index ad1517f..bfc0c12 100644 --- a/lisp/langs/icejam-lang-elixir.el +++ b/lisp/langs/icejam-lang-elixir.el @@ -9,15 +9,17 @@ (declare-function lsp "lsp-mode" nil) (declare-function column-enforce-n "column-enforce-mode" (number)) -(use-package elixir-mode :ensure t :defer t) -(use-package elixir-ts-mode :ensure t - :after (elixir-mode lsp-mode lsp-ui) - :defer t) - -(with-eval-after-load 'elixir-mode +;; Elixir mode is used for formatting through elixir-format function, +;; so it needs to be loaded without deferring. One it is, we can +;; make it so that treesit takes over. +(use-package elixir-mode :ensure t + :config (add-to-list 'auto-mode-alist '("\\.exs\\'" . elixir-ts-mode)) (add-to-list 'auto-mode-alist '("\\.ex\\'" . elixir-ts-mode))) +(use-package elixir-ts-mode :ensure t + :after (elixir-mode lsp-mode lsp-ui) + :defer t) (transient-define-prefix icejam-elixir-lang-menu () "Elixir Buffer Commands." @@ -40,17 +42,13 @@ (icejam-set-indent 2) (column-enforce-n 98) (lsp) - ;; (setq-local flycheck-check-syntax-automatically '(save mode-enabled)) - (setq-local lsp-eldoc-enable-hover nil) - (setq-local lsp-completion-enable-additional-text-edit nil) - (setq-local company-minimum-prefix-length 3) ;; If needed, switch the one below to false to disable documentation pop-ups ;; (setq-local lsp-ui-doc-enable t) - ;; Company list override - (add-to-list (make-local-variable 'company-backends) - '(company-capf company-yasnippet))) + (setq-local lsp-eldoc-enable-hover nil) + (setq-local lsp-completion-enable-additional-text-edit nil) + (setq-local company-minimum-prefix-length 3)) (add-hook 'heex-ts-mode-hook 'icejam-activate-elixir-ts-mode) (add-hook 'elixir-ts-mode-hook 'icejam-activate-elixir-ts-mode) From bd87a9f883b9ceaf7a472f7ba12647496ca7f02b Mon Sep 17 00:00:00 2001 From: Maciej Szlosarczyk Date: Fri, 27 Dec 2024 07:58:49 +0200 Subject: [PATCH 09/34] Add Aider and change font to other Iosevka --- elpaca.lock | 332 +++++++++++++++++++-------------------- lisp/icejam-copilot.el | 21 ++- lisp/icejam-fonts.el | 3 +- lisp/icejam-transient.el | 1 + 4 files changed, 186 insertions(+), 171 deletions(-) diff --git a/elpaca.lock b/elpaca.lock index 30b344b..2a212eb 100644 --- a/elpaca.lock +++ b/elpaca.lock @@ -1,5 +1,5 @@ ((elpaca :source "lockfile" :date - (26461 12729 241886 0) + (26474 28953 981569 0) :recipe (:source nil :protocol https :inherit t :depth 1 :repo "https://github.com/progfolio/elpaca.git" :ref "34b1d1b19d24470758b62ab1d10ed70068186c12" :files (:defaults "elpaca-test.el" @@ -8,7 +8,7 @@ (:not elpaca--activate-package) :package "elpaca")) (elpaca-use-package :source "lockfile" :date - (26461 12729 233239 0) + (26474 28953 973870 0) :recipe (:package "elpaca-use-package" :wait t :repo "https://github.com/progfolio/elpaca.git" :files ("extensions/elpaca-use-package.el") @@ -16,70 +16,70 @@ (:not elpaca--compile-info) :source "Elpaca extensions" :protocol https :inherit t :depth treeless :ref "34b1d1b19d24470758b62ab1d10ed70068186c12")) (benchmark-init :source "lockfile" :date - (26461 12729 224025 0) + (26474 28953 966314 0) :recipe (:package "benchmark-init" :fetcher github :repo "dholm/benchmark-init-el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :wait t :ref "2b34432d79fa0aae8abc3db72db1cb79a28c00b2")) (transient :source "lockfile" :date - (26461 12729 214806 0) + (26474 28953 958629 0) :recipe (:package "transient" :fetcher github :repo "magit/transient" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "e1126a6ffc25fb8cf5df1fb9638c20553fafec03")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "49f5581adee68a79c2d39e0286dbc352d096c172")) (diminish :source "lockfile" :date - (26461 12729 205852 0) + (26474 28953 950969 0) :recipe (:package "diminish" :fetcher github :repo "myrjola/diminish.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "fbd5d846611bad828e336b25d2e131d1bc06b83d")) (company :source "lockfile" :date - (26461 12729 196474 0) + (26474 28953 943295 0) :recipe (:package "company" :fetcher github :repo "company-mode/company-mode" :files (:defaults "icons" ("images/small" "doc/images/small/*.png")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "7805174a9ffae3194d5bbde16febcf26761f0ad7")) (lsp-mode :source "lockfile" :date - (26461 12729 187634 0) + (26474 28953 935552 0) :recipe (:package "lsp-mode" :repo "emacs-lsp/lsp-mode" :fetcher github :files (:defaults "clients/*.el") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "c3be413f8545a26ad0334e1dd2b7e65c448d9f22")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "04e485727d2a79a8aa60121c8483d423891324d5")) (compat :source "lockfile" :date - (26461 12729 178297 0) + (26474 28953 927857 0) :recipe (:package "compat" :repo ("https://github.com/emacs-compat/compat" . "compat") :files ("*" (:exclude ".git")) - :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "f06c24c2498a8b9642fdef3bd8336ac75da4ad07")) + :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "a415c5f47a14355325d72a3bab8b62ddaebe0f10")) (dash :source "lockfile" :date - (26461 12729 168868 0) + (26474 28953 920161 0) :recipe (:package "dash" :fetcher github :repo "magnars/dash.el" :files ("dash.el" "dash.texi") :source "MELPA" :protocol https :inherit t :depth treeless :ref "1de9dcb83eacfb162b6d9a118a4770b1281bcd84")) (f :source "lockfile" :date - (26461 12729 159873 0) + (26474 28953 911762 0) :recipe (:package "f" :fetcher github :repo "rejeep/f.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "931b6d0667fe03e7bf1c6c282d6d8d7006143c52")) (ht :source "lockfile" :date - (26461 12729 150619 0) + (26474 28953 904073 0) :recipe (:package "ht" :fetcher github :repo "Wilfred/ht.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "1c49aad1c820c86f7ee35bf9fff8429502f60fef")) (spinner :source "lockfile" :date - (26461 12729 141823 0) + (26474 28953 896279 0) :recipe (:package "spinner" :repo ("https://github.com/Malabarba/spinner.el" . "spinner") @@ -88,143 +88,143 @@ (:exclude ".git")) :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "d4647ae87fb0cd24bc9081a3d287c860ff061c21")) (markdown-mode :source "lockfile" :date - (26461 12729 132505 0) + (26474 28953 888461 0) :recipe (:package "markdown-mode" :fetcher github :repo "jrblevin/markdown-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "8692afc12e13431efb0c302baee1de5bbf4a41e4")) (lv :source "lockfile" :date - (26461 12729 123595 0) + (26474 28953 880239 0) :recipe (:package "lv" :repo "abo-abo/hydra" :fetcher github :files ("lv.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "317e1de33086637579a7aeb60f77ed0405bf359b")) (s :source "lockfile" :date - (26461 12729 114669 0) + (26474 28953 872560 0) :recipe (:package "s" :fetcher github :repo "magnars/s.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "dda84d38fffdaf0c9b12837b504b402af910d01d")) (easy-kill :source "lockfile" :date - (26461 12729 105398 0) + (26474 28953 864798 0) :recipe (:package "easy-kill" :fetcher github :repo "leoliu/easy-kill" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "de7d66c3c864a4722a973ee9bc228a14be49ba0c")) (buffer-move :source "lockfile" :date - (26461 12729 96405 0) + (26474 28953 857097 0) :recipe (:package "buffer-move" :fetcher github :repo "lukhas/buffer-move" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "e7800b3ab1bd76ee475ef35507ec51ecd5a3f065")) (gcmh :source "lockfile" :date - (26461 12729 87563 0) + (26474 28953 849298 0) :recipe (:package "gcmh" :repo "koral/gcmh" :fetcher gitlab :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "0089f9c3a6d4e9a310d0791cf6fa8f35642ecfd9")) (exec-path-from-shell :source "lockfile" :date - (26461 12729 78748 0) + (26474 28953 841559 0) :recipe (:package "exec-path-from-shell" :fetcher github :repo "purcell/exec-path-from-shell" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "4896a797252fbfdac32fb77508500ac7d220f717")) (direnv :source "lockfile" :date - (26461 12729 69540 0) + (26474 28953 833619 0) :recipe (:package "direnv" :fetcher github :repo "wbolster/emacs-direnv" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c0bf3b81c7a97e2a0d06d05495e86848254fcc1f")) (treemacs :source "lockfile" :date - (26461 12729 60275 0) + (26474 28953 825747 0) :recipe (:package "treemacs" :fetcher github :repo "Alexander-Miller/treemacs" :files (:defaults "Changelog.org" "icons" "src/elisp/treemacs*.el" "src/scripts/treemacs*.py" (:exclude "src/extra/*")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "4364a660447fa5f322c172f6b310115bbc091d12")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "d42ef4b89447fd8945945a65449785a68eda0172")) (treemacs-all-the-icons :source "lockfile" :date - (26461 12729 51284 0) + (26474 28953 818106 0) :recipe (:package "treemacs-all-the-icons" :fetcher github :repo "Alexander-Miller/treemacs" :files ("src/extra/treemacs-all-the-icons.el") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "4364a660447fa5f322c172f6b310115bbc091d12")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "d42ef4b89447fd8945945a65449785a68eda0172")) (keyfreq :source "lockfile" :date - (26461 12729 42140 0) + (26474 28953 810400 0) :recipe (:package "keyfreq" :fetcher github :repo "dacap/keyfreq" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c6955162307f37c2ac631d9daf118781009f8dda")) (which-key :source "lockfile" :date - (26461 12729 33071 0) + (26474 28953 802645 0) :recipe (:package "which-key" :repo "justbur/emacs-which-key" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "38d4308d1143b61e4004b6e7a940686784e51500")) (tree-sitter-langs :source "lockfile" :date - (26461 12729 23773 0) + (26474 28953 794920 0) :recipe (:package "tree-sitter-langs" :repo "emacs-tree-sitter/tree-sitter-langs" :fetcher github :branch "release" :files (:defaults "queries") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "a40c676f601c565791568c2966e46a80de0233b7")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "789f559e59223d14368987c482b274a0920ccdf6")) (vertico :source "lockfile" :date - (26461 12729 14866 0) + (26474 28953 787115 0) :recipe (:package "vertico" :repo "minad/vertico" :files (:defaults "extensions/vertico-*.el") - :fetcher github :source "MELPA" :protocol https :inherit t :depth treeless :ref "d2cc65ee37557d9d23300b238b60aeae4a975229")) + :fetcher github :source "MELPA" :protocol https :inherit t :depth treeless :ref "6ef99c9219b55b7618d111d352caf795ba07bc54")) (orderless :source "lockfile" :date - (26461 12729 5917 0) + (26474 28953 779374 0) :recipe (:package "orderless" :repo "oantolin/orderless" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "96b74d2450ab4ab1a175d0e86c62f6695c4709b5")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "2b7a1688f24cc8ef5a3c3a6dab8e00d833bcda59")) (marginalia :source "lockfile" :date - (26461 12728 996747 0) + (26474 28953 771626 0) :recipe (:package "marginalia" :repo "minad/marginalia" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "643a5f50c9f9d0698c8b1d72678886aefcf69052")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "006a7cd0a14dd651dcff65ed96c0d52d2067b8c1")) (consult :source "lockfile" :date - (26461 12728 987373 0) + (26474 28953 763869 0) :recipe (:package "consult" :repo "minad/consult" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "93cf368a676da1072f141e298908be05e2968f60")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "32e2d98b30514654c0e7a518ef09476221535ae2")) (helpful :source "lockfile" :date - (26461 12728 978526 0) + (26474 28953 756217 0) :recipe (:package "helpful" :repo "Wilfred/helpful" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "4ba24cac9fb14d5fdc32582cd947572040e82b2c")) (avy :source "lockfile" :date - (26461 12728 968799 0) + (26474 28953 748582 0) :recipe (:package "avy" :repo "abo-abo/avy" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "933d1f36cca0f71e4acb5fac707e9ae26c536264")) (rainbow-delimiters :source "lockfile" :date - (26461 12728 959821 0) + (26474 28953 740829 0) :recipe (:package "rainbow-delimiters" :fetcher github :repo "Fanael/rainbow-delimiters" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f40ece58df8b2f0fb6c8576b527755a552a5e763")) (rainbow-mode :source "lockfile" :date - (26461 12728 950431 0) + (26474 28953 733149 0) :recipe (:package "rainbow-mode" :repo ("git://git.sv.gnu.org/emacs/elpa" . "rainbow-mode") @@ -233,117 +233,117 @@ (:exclude ".git")) :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "f7db3b5919f70420a91eb199f8663468de3033f3")) (dash-at-point :source "lockfile" :date - (26461 12728 941302 0) + (26474 28953 725432 0) :recipe (:package "dash-at-point" :fetcher github :repo "stanaka/dash-at-point" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "fba1a6f42ea51d05110e12c62bdced664059eb55")) (column-enforce-mode :source "lockfile" :date - (26461 12728 932036 0) + (26474 28953 717648 0) :recipe (:package "column-enforce-mode" :fetcher github :repo "jordonbiondo/column-enforce-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "14a7622f2268890e33536ccd29510024d51ee96f")) (pcre2el :source "lockfile" :date - (26461 12728 922581 0) + (26474 28953 710033 0) :recipe (:package "pcre2el" :fetcher github :repo "joddie/pcre2el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "b4d846d80dddb313042131cf2b8fbf647567e000")) (visual-regexp-steroids :source "lockfile" :date - (26461 12728 912732 0) + (26474 28953 702247 0) :recipe (:package "visual-regexp-steroids" :repo "benma/visual-regexp-steroids.el" :fetcher github :files ("visual-regexp-steroids.el" "regexp.py") :source "MELPA" :protocol https :inherit t :depth treeless :ref "a6420b25ec0fbba43bf57875827092e1196d8a9e")) (yasnippet :source "lockfile" :date - (26461 12728 902040 0) + (26474 28953 694564 0) :recipe (:package "yasnippet" :repo "joaotavora/yasnippet" :fetcher github :files ("yasnippet.el" "snippets") :source "MELPA" :protocol https :inherit t :depth treeless :ref "fe1f4e0e96ce42d8668920335eb22c3c009dab3e")) (yasnippet-snippets :source "lockfile" :date - (26461 12728 892544 0) + (26474 28953 686876 0) :recipe (:package "yasnippet-snippets" :repo "AndreaCrotti/yasnippet-snippets" :fetcher github :files ("*.el" "snippets" ".nosearch") :source "MELPA" :protocol https :inherit t :depth treeless :ref "f1907ed38acc479e78d5c113810465e4d77d8604")) (company-box :source "lockfile" :date - (26461 12728 883623 0) + (26474 28953 679180 0) :recipe (:package "company-box" :fetcher github :repo "sebastiencs/company-box" :files (:defaults "images") :source "MELPA" :protocol https :inherit t :depth treeless :ref "c4f2e243fba03c11e46b1600b124e036f2be7691")) (copilot :source "lockfile" :date - (26461 12728 874057 0) + (26474 28953 671517 0) :recipe (:source nil :protocol https :inherit t :depth treeless :host github :repo "copilot-emacs/copilot.el" :files ("*.el") - :package "copilot" :ref "88b10203705a9cdcbc232e7d2914f6b12217a885")) + :package "copilot" :ref "fd68d2e79e11939f5c2024671f67602bb2b34b4a")) (gptel :source "lockfile" :date - (26461 12728 864584 0) + (26474 28953 663860 0) :recipe (:package "gptel" :repo "karthink/gptel" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "859e7c753fe90c05ebfde06f6b1aee130b404da7")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "55b9f618b9c4abb34207e82cf61df7f3209ea0d1")) (elysium :source "lockfile" :date - (26461 12728 855826 0) + (26474 28953 656150 0) :recipe (:package "elysium" :fetcher github :repo "lanceberge/elysium" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "1847dc71bef86e1828be34539a9ae60c3debedc4")) (flymake-flycheck :source "lockfile" :date - (26461 12728 846600 0) + (26474 28953 648438 0) :recipe (:package "flymake-flycheck" :fetcher github :repo "purcell/flymake-flycheck" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "88455c5e6d8ebf650fb51a45c7511a1c18097344")) (flyspell-correct :source "lockfile" :date - (26461 12728 837342 0) + (26474 28953 640582 0) :recipe (:package "flyspell-correct" :repo "d12frosted/flyspell-correct" :fetcher github :files ("flyspell-correct.el" "flyspell-correct-ido.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "1e7a5a56362dd875dddf848b9a9e25d1395b9d37")) (deft :source "lockfile" :date - (26461 12728 828079 0) + (26474 28953 632830 0) :recipe (:package "deft" :repo "jrblevin/deft" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "b369d7225d86551882568788a23c5497b232509c")) (lsp-ui :source "lockfile" :date - (26461 12728 818094 0) + (26474 28953 625215 0) :recipe (:package "lsp-ui" :repo "emacs-lsp/lsp-ui" :fetcher github :files (:defaults "lsp-ui-doc.html" "resources") :source "MELPA" :protocol https :inherit t :depth treeless :ref "f0edfac7b3736fcab617cbeb07e465c9153ae68b")) (dap-mode :source "lockfile" :date - (26461 12728 809364 0) + (26474 28953 617543 0) :recipe (:package "dap-mode" :repo "emacs-lsp/dap-mode" :fetcher github :files (:defaults "icons") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "605448b4fd90ca25924bf029acf2bdd047045133")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "ffb795761273e1bdc3d0cd1ebdd43e36b7c08921")) (dashboard :source "lockfile" :date - (26461 12728 799942 0) + (26474 28953 609832 0) :recipe (:package "dashboard" :fetcher github :repo "emacs-dashboard/emacs-dashboard" :files (:defaults "banners") :source "MELPA" :protocol https :inherit t :depth treeless :ref "da658d5fb4a430462dcc711a2368d20072ddc512")) (magit :source "lockfile" :date - (26461 12728 791187 0) + (26474 28953 602102 0) :recipe (:package "magit" :fetcher github :repo "magit/magit" :files ("lisp/magit*.el" "lisp/git-*.el" "docs/magit.texi" "docs/AUTHORS.md" "LICENSE" "magit-pkg.el" (:exclude "lisp/magit-section.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "873da4a62dc609ff0c8a7e0ec417b263e3ed2269")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "692cc5e7696f9de6fce4a2e076eb51507809aaf3")) (vundo :source "lockfile" :date - (26461 12728 782429 0) + (26474 28953 594429 0) :recipe (:package "vundo" :repo ("https://github.com/casouri/vundo" . "vundo") @@ -352,258 +352,258 @@ (:exclude ".git" "test")) :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "ca590c571546eb1d38c855216db11d28135892f2")) (speed-type :source "lockfile" :date - (26461 12728 772968 0) + (26474 28953 586706 0) :recipe (:package "speed-type" :fetcher github :repo "dakra/speed-type" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "b982ee6081a11837760eeaed73c4f413eefb07b1")) (spaceline :source "lockfile" :date - (26461 12728 763605 0) + (26474 28953 579034 0) :recipe (:package "spaceline" :fetcher github :repo "TheBB/spaceline" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "086420d16e526c79b67fc1edec4c2ae1e699f372")) (base16-theme :source "lockfile" :date - (26461 12728 754162 0) + (26474 28953 571279 0) :recipe (:package "base16-theme" :repo "tinted-theming/base16-emacs" :fetcher github :files (:defaults "build/*.el") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "077726249216bef6d98d0542eb6289641a58e8d0")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "1d48474c3c07521276f4e7d73317a654997b4381")) (clojure-mode :source "lockfile" :date - (26461 12728 744843 0) + (26474 28953 563596 0) :recipe (:package "clojure-mode" :repo "clojure-emacs/clojure-mode" :fetcher github :files ("clojure-mode.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "eabe29b076fff19db552d36d4babaa36ecf0b704")) (cider :source "lockfile" :date - (26461 12728 735872 0) + (26474 28953 555792 0) :recipe (:package "cider" :fetcher github :repo "clojure-emacs/cider" :files ("lisp/*.el" "bin/*.sh" "*.el" "clojure.sh" "lein.sh" (:exclude ".dir-locals.el")) :old-names (nrepl) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "588c5790f0c09f5c09076885e11a73eaef70c262")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "430cfd40c57ad3ba4ef39262acf411531dc734f5")) (clj-refactor :source "lockfile" :date - (26461 12728 726733 0) + (26474 28953 547971 0) :recipe (:package "clj-refactor" :fetcher github :repo "clojure-emacs/clj-refactor.el" :files (:defaults "CHANGELOG.md") :source "MELPA" :protocol https :inherit t :depth treeless :ref "dc1bbc8cdaa723bdbb6669ea7d280625c370755d")) (dart-mode :source "lockfile" :date - (26461 12728 717478 0) + (26474 28953 540272 0) :recipe (:package "dart-mode" :fetcher github :repo "emacsorphanage/dart-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "02e919c1cf200b4938139c18068577faff1fb364")) (lsp-dart :source "lockfile" :date - (26461 12728 708126 0) + (26474 28953 532494 0) :recipe (:package "lsp-dart" :repo "emacs-lsp/lsp-dart" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "7e3d3429418bc42cda7fa7b58e6644a705cf2f89")) (dhall-mode :source "lockfile" :date - (26461 12728 698628 0) + (26474 28953 524811 0) :recipe (:package "dhall-mode" :repo "psibi/dhall-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "87ab69fe765d87b3bb1604a306a8c44d6887681d")) (lispy :source "lockfile" :date - (26461 12728 689614 0) + (26474 28953 517074 0) :recipe (:package "lispy" :repo "abo-abo/lispy" :fetcher github :files (:defaults "lispy-clojure.clj" "lispy-clojure.cljs" "lispy-python.py") :source "MELPA" :protocol https :inherit t :depth treeless :ref "fe44efd21573868638ca86fc8313241148fabbe3")) (aggressive-indent :source "lockfile" :date - (26461 12728 680462 0) + (26474 28953 509426 0) :recipe (:package "aggressive-indent" :repo "Malabarba/aggressive-indent-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "a437a45868f94b77362c6b913c5ee8e67b273c42")) (elixir-mode :source "lockfile" :date - (26461 12728 671389 0) + (26474 28953 501860 0) :recipe (:package "elixir-mode" :fetcher github :repo "elixir-editors/emacs-elixir" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "00d6580a040a750e019218f9392cf9a4c2dac23a")) (elixir-ts-mode :source "lockfile" :date - (26461 12728 662195 0) + (26474 28953 494159 0) :recipe (:package "elixir-ts-mode" :repo "wkirschbaum/elixir-ts-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "b35c983f551ccf821ebebad50747b5b417133e52")) (erlang :source "lockfile" :date - (26461 12728 652613 0) + (26474 28953 486374 0) :recipe (:package "erlang" :fetcher github :repo "erlang/otp" :version-regexp "OTP-%v" :files ("lib/tools/emacs/*.el" (:exclude "lib/tools/emacs/erlang_appwiz.el")) - :source "MELPA" :protocol https :inherit t :depth 1 :ref "6cefa05a2a977864150908feb8c3f2ffe29e43ae")) + :source "MELPA" :protocol https :inherit t :depth 1 :ref "f4caf914701b5df73af35ed6608bc8c4bb46effa")) (fsharp-mode :source "lockfile" :date - (26461 12728 644037 0) + (26474 28953 478692 0) :recipe (:package "fsharp-mode" :fetcher github :repo "fsharp/emacs-fsharp-mode" :files (:defaults (:exclude "eglot-fsharp.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "677d78c4d6cb574086408082dedbcaef04a85359")) (gleam-ts-mode :source "lockfile" :date - (26461 12728 634642 0) + (26474 28953 470970 0) :recipe (:package "gleam-ts-mode" :fetcher github :repo "gleam-lang/gleam-mode" :files ("gleam-ts-mode.el") :source "MELPA" :protocol https :inherit t :depth treeless :type git :host github :ref "d00f37d0b47f5d6810aa295af98c40a7708b4305")) (go-mode :source "lockfile" :date - (26461 12728 624977 0) + (26474 28953 463226 0) :recipe (:package "go-mode" :repo "dominikh/go-mode.el" :fetcher github :files ("go-mode.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "602d73e22646b1b98b2eb97927fd426c0d1d2f92")) (haskell-mode :source "lockfile" :date - (26461 12728 615398 0) + (26474 28953 455503 0) :recipe (:package "haskell-mode" :repo "haskell/haskell-mode" :fetcher github :files (:defaults "NEWS" "logo.svg") :source "MELPA" :protocol https :inherit t :depth treeless :ref "1a285fc4c50ca74bb5cd9b2a8c1a46a64a77384a")) (lsp-haskell :source "lockfile" :date - (26461 12728 605999 0) + (26474 28953 447878 0) :recipe (:package "lsp-haskell" :repo "emacs-lsp/lsp-haskell" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "6981f8d1225c038c1a130e8cf70530cfe15f976e")) (js2-mode :source "lockfile" :date - (26461 12728 596468 0) + (26474 28953 440242 0) :recipe (:package "js2-mode" :repo "mooz/js2-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "e0c302872de4d26a9c1614fac8d6b94112b96307")) (kotlin-ts-mode :source "lockfile" :date - (26461 12728 587812 0) + (26474 28953 432530 0) :recipe (:package "kotlin-ts-mode" :fetcher gitlab :repo "bricka/emacs-kotlin-ts-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "bf1646a386408103e6267599a26e5f5479fa4635")) (gradle-mode :source "lockfile" :date - (26461 12728 578295 0) + (26474 28953 424740 0) :recipe (:package "gradle-mode" :fetcher github :repo "scubacabra/emacs-gradle-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "e4d665d5784ecda7ddfba015f07c69be3cfc45f2")) (lean4-mode :source "lockfile" :date - (26461 12728 568813 0) + (26474 28953 416941 0) :recipe (:source nil :protocol https :inherit t :depth treeless :type git :host github :repo "leanprover/lean4-mode" :files ("*.el" "data") :package "lean4-mode" :ref "76895d8939111654a472cfc617cfd43fbf5f1eb6")) (merlin :source "lockfile" :date - (26461 12728 559928 0) + (26474 28953 409325 0) :recipe (:package "merlin" :fetcher github :repo "ocaml/merlin" :files ("emacs/*.el" (:exclude "emacs/merlin-ac.el" "emacs/merlin-company.el" "emacs/merlin-iedit.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "874de7e42bd6c64793c8520d0d2a955e9c555595")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "005b42c50b450a4930d5cea25aab271ed5b88cc3")) (opam-switch-mode :source "lockfile" :date - (26461 12728 550628 0) + (26474 28953 401492 0) :recipe (:package "opam-switch-mode" :fetcher github :repo "ProofGeneral/opam-switch-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "1069e56a662f23ea09d4e05611bdedeb99257012")) (dune :source "lockfile" :date - (26461 12728 541419 0) + (26474 28953 393547 0) :recipe (:package "dune" :fetcher github :repo "ocaml/dune" :files ("editor-integration/emacs/*.el") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "3fc17eec135ab67a514c1cbb02182f7bccf6d042")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "0b84c87698829f8d5c67fa2ccc3db9dc1c7714cb")) (tuareg :source "lockfile" :date - (26461 12728 532616 0) + (26474 28953 385712 0) :recipe (:package "tuareg" :fetcher github :repo "ocaml/tuareg" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "1d53723e39f22ab4ab76d31f2b188a2879305092")) (dockerfile-mode :source "lockfile" :date - (26461 12728 523202 0) + (26474 28953 377842 0) :recipe (:package "dockerfile-mode" :fetcher github :repo "spotify/dockerfile-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "4d893bd2da15833ce056332e6c972d5d93e78f04")) (docker :source "lockfile" :date - (26461 12728 513756 0) + (26474 28953 369992 0) :recipe (:package "docker" :fetcher github :repo "Silex/docker.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "ec2391a8e3404958cefee3dda23b2c89dcf807a2")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "813c00410b40917cbfe7e8227ebd4fd60a027937")) (terraform-mode :source "lockfile" :date - (26461 12728 504108 0) + (26474 28953 362332 0) :recipe (:package "terraform-mode" :repo "hcl-emacs/terraform-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "abfc10f5e313c4bb99de136a14636e9bc6df74f6")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "5bdd734a87f67f6574664f63eb4d02a0bc74c0d0")) (ansible :source "lockfile" :date - (26461 12728 495096 0) + (26474 28953 354744 0) :recipe (:package "ansible" :fetcher gitlab :repo "emacs-ansible/emacs-ansible" :files (:defaults "snippets" "dict") :source "MELPA" :protocol https :inherit t :depth treeless :ref "03e285bb54a687e3fd9e21026b088fdac46679a0")) (nginx-mode :source "lockfile" :date - (26461 12728 485842 0) + (26474 28953 347085 0) :recipe (:package "nginx-mode" :fetcher github :repo "ajc/nginx-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c4ac5de975d65c84893a130a470af32a48b0b66c")) (jenkinsfile-mode :source "lockfile" :date - (26461 12728 476792 0) + (26474 28953 339402 0) :recipe (:package "jenkinsfile-mode" :repo "https://github.com/john2x/jenkinsfile-mode.git" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :branch "master" :ref "568865ee419e0592de0dd0717d6769a66d9df111")) (lua-mode :source "lockfile" :date - (26461 12728 467243 0) + (26474 28953 331646 0) :recipe (:package "lua-mode" :repo "immerrr/lua-mode" :fetcher github :files (:defaults (:exclude "init-tryout.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "d074e4134b1beae9ed4c9b512af741ca0d852ba3")) (graphql-mode :source "lockfile" :date - (26461 12728 457455 0) + (26474 28953 323889 0) :recipe (:package "graphql-mode" :repo "davazp/graphql-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "ee49531935ede7a2c9597713e13a4c9d33ef2220")) (yaml-mode :source "lockfile" :date - (26461 12728 448133 0) + (26474 28953 316124 0) :recipe (:package "yaml-mode" :repo "yoshiki/yaml-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "d91f878729312a6beed77e6637c60497c5786efa")) (json-mode :source "lockfile" :date - (26461 12728 438241 0) + (26474 28953 308506 0) :recipe (:package "json-mode" :fetcher github :repo "json-emacs/json-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "77125b01c0ddce537085201098bea9b4b8ba6be3")) (git-modes :source "lockfile" :date - (26461 12728 428315 0) + (26474 28953 300786 0) :recipe (:package "git-modes" :fetcher github :repo "magit/git-modes" :old-names (gitattributes-mode gitconfig-mode gitignore-mode) @@ -612,150 +612,150 @@ (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f99010bbeb8b6d8a0819fac0195a2ef0159d08f0")) (php-mode :source "lockfile" :date - (26461 12728 418892 0) + (26474 28953 293159 0) :recipe (:package "php-mode" :repo "emacs-php/php-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "31f702ee2de35d514fb633c0c37531cb648bff70")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "878e31369c81010d0ec296b23ef62dfdf87bd506")) (purescript-mode :source "lockfile" :date - (26461 12728 409512 0) + (26474 28953 285547 0) :recipe (:package "purescript-mode" :repo "purescript-emacs/purescript-mode" :fetcher github :files (:defaults "NEWS" "snippets") :source "MELPA" :protocol https :inherit t :depth treeless :ref "07e4d6ecfe677d595ed3759c912c0b262d886b98")) (rspec-mode :source "lockfile" :date - (26461 12728 400023 0) + (26474 28953 277858 0) :recipe (:package "rspec-mode" :repo "pezra/rspec-mode" :fetcher github :files ("rspec-mode.el" "snippets") :source "MELPA" :protocol https :inherit t :depth treeless :ref "29df3d081c6a1cbdf840cd13d45ea1c100c5bbaa")) (ruby-end :source "lockfile" :date - (26461 12728 390835 0) + (26474 28953 270145 0) :recipe (:package "ruby-end" :repo "rejeep/ruby-end.el" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "ba7d7230f9e3ed75c9982d32bb9fdff1dc10935d")) (rbs-mode :source "lockfile" :date - (26461 12728 381686 0) + (26474 28953 262408 0) :recipe (:package "rbs-mode" :fetcher github :repo "ybiquitous/rbs-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "e415a6fa9e88594cb9b7f7765145f57dda0e9b56")) (rust-mode :source "lockfile" :date - (26461 12728 372406 0) + (26474 28953 254687 0) :recipe (:package "rust-mode" :repo "rust-lang/rust-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "542f1755d8929ca83564322d7030d558f3392fe1")) (flycheck-rust :source "lockfile" :date - (26461 12728 362899 0) + (26474 28953 247069 0) :recipe (:package "flycheck-rust" :repo "flycheck/flycheck-rust" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "e7692cded99999d2dc3d3df5d977dcdeb1c179fb")) (fish-mode :source "lockfile" :date - (26461 12728 352516 0) + (26474 28953 239469 0) :recipe (:package "fish-mode" :fetcher github :repo "wwwjfy/emacs-fish" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "2526b1803b58cf145bc70ff6ce2adb3f6c246f89")) (web-mode :source "lockfile" :date - (26461 12728 342842 0) + (26474 28953 231810 0) :recipe (:package "web-mode" :repo "fxbois/web-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "0c83581d1e93d1d802c730a1d5e90cd1c740e1b2")) (zig-mode :source "lockfile" :date - (26461 12728 333749 0) + (26474 28953 224114 0) :recipe (:package "zig-mode" :repo "ziglang/zig-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f0b4a487530146f99230f4a5ff67e8d56c8f3f80")) (ace-window :source "lockfile" :date - (26461 12728 324299 0) + (26474 28953 216518 0) :recipe (:package "ace-window" :repo "abo-abo/ace-window" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "77115afc1b0b9f633084cf7479c767988106c196")) (pfuture :source "lockfile" :date - (26461 12728 314779 0) + (26474 28953 208836 0) :recipe (:package "pfuture" :repo "Alexander-Miller/pfuture" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "19b53aebbc0f2da31de6326c495038901bffb73c")) (hydra :source "lockfile" :date - (26461 12728 304349 0) + (26474 28953 201131 0) :recipe (:package "hydra" :repo "abo-abo/hydra" :fetcher github :files (:defaults (:exclude "lv.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "317e1de33086637579a7aeb60f77ed0405bf359b")) (cfrs :source "lockfile" :date - (26461 12728 294495 0) + (26474 28953 193481 0) :recipe (:package "cfrs" :repo "Alexander-Miller/cfrs" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f3a21f237b2a54e6b9f8a420a9da42b4f0a63121")) (posframe :source "lockfile" :date - (26461 12728 284957 0) + (26474 28953 185790 0) :recipe (:package "posframe" :fetcher github :repo "tumashu/posframe" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "81651536827c96bf5af5265ee7918ab70e1dd5b1")) (all-the-icons :source "lockfile" :date - (26461 12728 275155 0) + (26474 28953 177945 0) :recipe (:package "all-the-icons" :repo "domtronn/all-the-icons.el" :fetcher github :files (:defaults "data") :source "MELPA" :protocol https :inherit t :depth treeless :ref "39ef44f810c34e8900978788467cc675870bcd19")) (tree-sitter :source "lockfile" :date - (26461 12728 264486 0) + (26474 28953 170155 0) :recipe (:package "tree-sitter" :repo "emacs-tree-sitter/elisp-tree-sitter" :fetcher github :branch "release" :files (:defaults (:exclude "lisp/tree-sitter-tests.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "3cfab8a0e945db9b3df84437f27945746a43cc71")) (tsc :source "lockfile" :date - (26461 12728 252856 0) + (26474 28953 162535 0) :recipe (:package "tsc" :fetcher github :repo "emacs-tree-sitter/elisp-tree-sitter" :branch "release" :files ("core/*.el" "core/Cargo.toml" "core/Cargo.lock" "core/src") :source "MELPA" :protocol https :inherit t :depth treeless :ref "3cfab8a0e945db9b3df84437f27945746a43cc71")) (elisp-refs :source "lockfile" :date - (26461 12728 235498 0) + (26474 28953 154861 0) :recipe (:package "elisp-refs" :repo "Wilfred/elisp-refs" :fetcher github :files (:defaults (:exclude "elisp-refs-bench.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "541a064c3ce27867872cf708354a65d83baf2a6d")) (visual-regexp :source "lockfile" :date - (26461 12728 199760 0) + (26474 28953 147178 0) :recipe (:package "visual-regexp" :repo "benma/visual-regexp.el" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "48457d42a5e0fe10fa3a9c15854f1f127ade09b5")) (frame-local :source "lockfile" :date - (26461 12728 186835 0) + (26474 28953 139480 0) :recipe (:package "frame-local" :fetcher github :repo "sebastiencs/frame-local" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "7ee1106c3bcd4022f48421f8cb1ef4f995da816e")) (editorconfig :source "lockfile" :date - (26461 12728 177856 0) + (26474 28953 131709 0) :recipe (:package "editorconfig" :fetcher github :repo "editorconfig/editorconfig-emacs" :old-names (editorconfig-core editorconfig-fnmatch) @@ -764,68 +764,68 @@ (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "24f5b2b1cd4e37adc245fb59f7edeb6872a707a4")) (flycheck :source "lockfile" :date - (26461 12728 168708 0) + (26474 28953 123935 0) :recipe (:package "flycheck" :repo "flycheck/flycheck" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "ebaf48359b3e21879c8f6f3c1b5d0221b345035e")) (bui :source "lockfile" :date - (26461 12728 159299 0) + (26474 28953 116248 0) :recipe (:package "bui" :repo "alezost/bui.el" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f3a137628e112a91910fd33c0cff0948fa58d470")) (lsp-treemacs :source "lockfile" :date - (26461 12728 149846 0) + (26474 28953 108574 0) :recipe (:package "lsp-treemacs" :repo "emacs-lsp/lsp-treemacs" :fetcher github :files (:defaults "icons") :source "MELPA" :protocol https :inherit t :depth treeless :ref "fb1a07ae0a3d781dea8ac78da2933e0173eb48a4")) (lsp-docker :source "lockfile" :date - (26461 12728 140848 0) + (26474 28953 100969 0) :recipe (:package "lsp-docker" :repo "emacs-lsp/lsp-docker" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "ce291d0f80533f8eaca120eb745d55669e062636")) (yaml :source "lockfile" :date - (26461 12728 131601 0) + (26474 28953 93208 0) :recipe (:package "yaml" :repo "zkry/yaml.el" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "cd3edfc02cb12514426c00e07160b87bd8340f4a")) (magit-section :source "lockfile" :date - (26461 12728 122253 0) + (26474 28953 85423 0) :recipe (:package "magit-section" :fetcher github :repo "magit/magit" :files ("lisp/magit-section.el" "docs/magit-section.texi" "magit-section-pkg.el") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "873da4a62dc609ff0c8a7e0ec417b263e3ed2269")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "692cc5e7696f9de6fce4a2e076eb51507809aaf3")) (with-editor :source "lockfile" :date - (26461 12728 113588 0) - :recipe - (:package "with-editor" :fetcher github :repo "magit/with-editor" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "ca902ae02972bdd6919a902be2593d8cb6bd991b")) + (26474 28953 77515 0) + :recipe + (:package "with-editor" :fetcher github :repo "magit/with-editor" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "ca902ae02972bdd6919a902be2593d8cb6bd991b")) (powerline :source "lockfile" :date - (26461 12728 104033 0) + (26474 28953 69707 0) :recipe (:package "powerline" :fetcher github :repo "milkypostman/powerline" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c35c35bdf5ce2d992882c1f06f0f078058870d4a")) (parseedn :source "lockfile" :date - (26461 12728 94907 0) + (26474 28953 62029 0) :recipe (:package "parseedn" :repo "clojure-emacs/parseedn" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "3407e4530a367b6c2b857dae261cdbb67a440aaa")) (queue :source "lockfile" :date - (26461 12728 85392 0) + (26474 28953 54241 0) :recipe (:package "queue" :repo ("git://git.sv.gnu.org/emacs/elpa" . "queue") @@ -834,115 +834,115 @@ (:exclude ".git")) :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "f986fb68e75bdae951efb9e11a3012ab6bd408ee")) (sesman :source "lockfile" :date - (26461 12728 76406 0) + (26474 28953 46534 0) :recipe (:package "sesman" :repo "vspinu/sesman" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "7bca68dbbab0af26a6a23be1ff5fa97f9a18e022")) (parseclj :source "lockfile" :date - (26461 12728 67261 0) + (26474 28953 38738 0) :recipe (:package "parseclj" :repo "clojure-emacs/parseclj" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "6af22372e0fe14df882dd300b22b12ba2d7e00b0")) (paredit :source "lockfile" :date - (26461 12728 58496 0) + (26474 28953 31031 0) :recipe (:package "paredit" :fetcher git :url "https://mumble.net/~campbell/git/paredit.git" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "af075775af91f2dbc63b915d762b4aec092946c4")) (multiple-cursors :source "lockfile" :date - (26461 12728 49182 0) + (26474 28953 23202 0) :recipe (:package "multiple-cursors" :fetcher github :repo "magnars/multiple-cursors.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "dd10cf2334333838e4550f091a75695448e26765")) (inflections :source "lockfile" :date - (26461 12728 39832 0) + (26474 28953 15411 0) :recipe (:package "inflections" :repo "eschulte/jump.el" :fetcher github :files ("inflections.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "55caa66a7cc6e0b1a76143fd40eff38416928941")) (reformatter :source "lockfile" :date - (26461 12728 30440 0) + (26474 28953 7658 0) :recipe (:package "reformatter" :repo "purcell/emacs-reformatter" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f2cb59466b1c3f85a8c960f7d4b7b7ead015bedc")) (iedit :source "lockfile" :date - (26461 12728 21618 0) + (26474 28952 999899 0) :recipe (:package "iedit" :repo "victorhge/iedit" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "27c61866b1b9b8d77629ac702e5f48e67dfe0d3b")) (swiper :source "lockfile" :date - (26461 12728 12618 0) + (26474 28952 992138 0) :recipe (:package "swiper" :repo "abo-abo/swiper" :fetcher github :files ("swiper.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "8dc02d5b725f78d1f80904807b46f5406f129674")) (zoutline :source "lockfile" :date - (26461 12728 3823 0) + (26474 28952 984358 0) :recipe (:package "zoutline" :repo "abo-abo/zoutline" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "32857c6c4b9b0bcbed14d825a10b91a98d5fed0a")) (ivy :source "lockfile" :date - (26461 12727 994578 0) + (26474 28952 976505 0) :recipe (:package "ivy" :repo "abo-abo/swiper" :fetcher github :files (:defaults "doc/ivy-help.org" (:exclude "swiper.el" "counsel.el" "ivy-hydra.el" "ivy-avy.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "8dc02d5b725f78d1f80904807b46f5406f129674")) (heex-ts-mode :source "lockfile" :date - (26461 12727 984986 0) + (26474 28952 968696 0) :recipe (:package "heex-ts-mode" :repo "wkirschbaum/heex-ts-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "90142df2929956536dc1eaae3bb5ca04dc4232ab")) (caml :source "lockfile" :date - (26461 12727 975778 0) + (26474 28952 960474 0) :recipe (:package "caml" :repo "ocaml/caml-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "47defafa2b08fb680e89bfee9cb9ce82bd9e3bcf")) (aio :source "lockfile" :date - (26461 12727 966395 0) + (26474 28952 952117 0) :recipe (:package "aio" :fetcher github :repo "skeeto/emacs-aio" :files ("aio.el" "README.md" "UNLICENSE") :source "MELPA" :protocol https :inherit t :depth treeless :ref "da93523e235529fa97d6f251319d9e1d6fc24a41")) (tablist :source "lockfile" :date - (26461 12727 957031 0) + (26474 28952 943041 0) :recipe (:package "tablist" :fetcher github :repo "emacsorphanage/tablist" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "fcd37147121fabdf003a70279cf86fbe08cfac6f")) (hcl-mode :source "lockfile" :date - (26461 12727 947567 0) + (26474 28952 933427 0) :recipe (:package "hcl-mode" :repo "hcl-emacs/hcl-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "1da895ed75d28d9f87cbf9b74f075d90ba31c0ed")) (groovy-mode :source "lockfile" :date - (26461 12727 937812 0) + (26474 28952 922759 0) :recipe (:package "groovy-mode" :fetcher github :repo "Groovy-Emacs-Modes/groovy-emacs-modes" :files ("*groovy*.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "7b8520b2e2d3ab1d62b35c426e17ac25ed0120bb")) (json-snatcher :source "lockfile" :date - (26461 12727 927133 0) + (26474 28952 908078 0) :recipe (:package "json-snatcher" :fetcher github :repo "Sterlingg/json-snatcher" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" diff --git a/lisp/icejam-copilot.el b/lisp/icejam-copilot.el index fce1f38..bfbda09 100644 --- a/lisp/icejam-copilot.el +++ b/lisp/icejam-copilot.el @@ -32,12 +32,25 @@ gptel-backend (gptel-make-anthropic "Claude" :stream t :key (lambda () anthropic-api-key)))) -;; Pretend to be 'AI editor'. +;; Pretend to be 'AI editor' vol 1. Before usage make sure aider is installed: +;; $ pip install aider-install +;; $ aider install +(use-package aider :ensure (:host github :repo "tninja/aider.el" :files ("aider.el")) + :defer t + :config + (setopt aider-args (list "--model" + "anthropic/claude-3-5-sonnet-20241022" + "--anthropic-api-key" + anthropic-api-key + "--no-auto-commits"))) + +;; Pretend to be 'AI editor' vol 2. (use-package elysium :ensure t :defer t :config - (setopt elysium-window-size 0.33) ;; The elysium buffer will be 1/3 your screen - (setopt elysium-window-style 'vertical) ;; Elysium buffer will be vertical - ) + ;; The elysium buffer will be 1/3 your screen + (setopt elysium-window-size 0.33) + ;; Elysium buffer will be vertical + (setopt elysium-window-style 'vertical)) ;; Merging with SMerge (use-package smerge-mode :ensure nil diff --git a/lisp/icejam-fonts.el b/lisp/icejam-fonts.el index 5835b6d..3fe0d9b 100644 --- a/lisp/icejam-fonts.el +++ b/lisp/icejam-fonts.el @@ -26,7 +26,8 @@ ;; (defconst icejam-font "Inconsolata" ;; (defconst icejam-font "Victor Mono Medium" "Default font.") -(defconst icejam-font "Iosevka Term" "Default font.") +;; (defconst icejam-font "Iosevka Term" "Default font.") +(defconst icejam-font "Iosevka Comfy Motion" "Default font.") (defconst icejam-font-size 14 "Default size of then font. diff --git a/lisp/icejam-transient.el b/lisp/icejam-transient.el index 24d3cdf..f91a879 100644 --- a/lisp/icejam-transient.el +++ b/lisp/icejam-transient.el @@ -48,6 +48,7 @@ ("y" "Snippet" company-yasnippet) ("m" "Any (Company)" company-complete) ("g" "Ask GPT" gptel-menu) + ("a" "Aider" aider-transient-menu) ("e" "Refactor (Elysium)" elysium-query)] ["Find" ("s" "Swiper" consult-line) From 3ffb484fd8308ec542b72aa599056969d6699283 Mon Sep 17 00:00:00 2001 From: Maciej Szlosarczyk Date: Thu, 2 Jan 2025 07:58:01 +0200 Subject: [PATCH 10/34] Housekeeping - Keep longer undo data, I have run into situations where the history is too short. - Clean up undo/redo key bindings. - Try to make the dashboard package load async and faster. I have seen it block more than once. --- elpaca.lock | 340 ++++++++++++++++++------------------ lisp/icejam-dashboard.el | 7 +- lisp/icejam-sys-specific.el | 65 +++---- lisp/icejam-vundo.el | 7 +- 4 files changed, 214 insertions(+), 205 deletions(-) diff --git a/elpaca.lock b/elpaca.lock index 2a212eb..1117231 100644 --- a/elpaca.lock +++ b/elpaca.lock @@ -1,85 +1,85 @@ ((elpaca :source "lockfile" :date - (26474 28953 981569 0) + (26486 10354 769962 0) :recipe - (:source nil :protocol https :inherit t :depth 1 :repo "https://github.com/progfolio/elpaca.git" :ref "34b1d1b19d24470758b62ab1d10ed70068186c12" :files + (:source nil :protocol https :inherit t :depth 1 :repo "https://github.com/progfolio/elpaca.git" :ref "f06d8d7ddbdc49873d3ce2cd716c1f95762bacfa" :files (:defaults "elpaca-test.el" (:exclude "extensions")) :build (:not elpaca--activate-package) :package "elpaca")) (elpaca-use-package :source "lockfile" :date - (26474 28953 973870 0) + (26486 10354 762040 0) :recipe (:package "elpaca-use-package" :wait t :repo "https://github.com/progfolio/elpaca.git" :files ("extensions/elpaca-use-package.el") :main "extensions/elpaca-use-package.el" :build (:not elpaca--compile-info) - :source "Elpaca extensions" :protocol https :inherit t :depth treeless :ref "34b1d1b19d24470758b62ab1d10ed70068186c12")) + :source "Elpaca extensions" :protocol https :inherit t :depth treeless :ref "f06d8d7ddbdc49873d3ce2cd716c1f95762bacfa")) (benchmark-init :source "lockfile" :date - (26474 28953 966314 0) + (26486 10354 754197 0) :recipe (:package "benchmark-init" :fetcher github :repo "dholm/benchmark-init-el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :wait t :ref "2b34432d79fa0aae8abc3db72db1cb79a28c00b2")) (transient :source "lockfile" :date - (26474 28953 958629 0) + (26486 10354 746336 0) :recipe (:package "transient" :fetcher github :repo "magit/transient" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "49f5581adee68a79c2d39e0286dbc352d096c172")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "ab22ba0e3b4c088b2981b22857fa09211a2c74ee")) (diminish :source "lockfile" :date - (26474 28953 950969 0) + (26486 10354 738367 0) :recipe (:package "diminish" :fetcher github :repo "myrjola/diminish.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "fbd5d846611bad828e336b25d2e131d1bc06b83d")) (company :source "lockfile" :date - (26474 28953 943295 0) + (26486 10354 730360 0) :recipe (:package "company" :fetcher github :repo "company-mode/company-mode" :files (:defaults "icons" ("images/small" "doc/images/small/*.png")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "7805174a9ffae3194d5bbde16febcf26761f0ad7")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "8878e2dcbce3f77c13e671a341bd53554275ff61")) (lsp-mode :source "lockfile" :date - (26474 28953 935552 0) + (26486 10354 722317 0) :recipe (:package "lsp-mode" :repo "emacs-lsp/lsp-mode" :fetcher github :files (:defaults "clients/*.el") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "04e485727d2a79a8aa60121c8483d423891324d5")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "046e7836f81385ff57a61bd9a1fc23026cec8ede")) (compat :source "lockfile" :date - (26474 28953 927857 0) + (26486 10354 714248 0) :recipe (:package "compat" :repo ("https://github.com/emacs-compat/compat" . "compat") :files ("*" (:exclude ".git")) - :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "a415c5f47a14355325d72a3bab8b62ddaebe0f10")) + :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "cd0a410f6d39c3477784c1636d9c4d110fad219d")) (dash :source "lockfile" :date - (26474 28953 920161 0) + (26486 10354 706261 0) :recipe (:package "dash" :fetcher github :repo "magnars/dash.el" :files ("dash.el" "dash.texi") :source "MELPA" :protocol https :inherit t :depth treeless :ref "1de9dcb83eacfb162b6d9a118a4770b1281bcd84")) (f :source "lockfile" :date - (26474 28953 911762 0) + (26486 10354 698329 0) :recipe (:package "f" :fetcher github :repo "rejeep/f.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "931b6d0667fe03e7bf1c6c282d6d8d7006143c52")) (ht :source "lockfile" :date - (26474 28953 904073 0) + (26486 10354 690145 0) :recipe (:package "ht" :fetcher github :repo "Wilfred/ht.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "1c49aad1c820c86f7ee35bf9fff8429502f60fef")) (spinner :source "lockfile" :date - (26474 28953 896279 0) + (26486 10354 682036 0) :recipe (:package "spinner" :repo ("https://github.com/Malabarba/spinner.el" . "spinner") @@ -88,143 +88,143 @@ (:exclude ".git")) :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "d4647ae87fb0cd24bc9081a3d287c860ff061c21")) (markdown-mode :source "lockfile" :date - (26474 28953 888461 0) + (26486 10354 674056 0) :recipe (:package "markdown-mode" :fetcher github :repo "jrblevin/markdown-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "8692afc12e13431efb0c302baee1de5bbf4a41e4")) (lv :source "lockfile" :date - (26474 28953 880239 0) + (26486 10354 665977 0) :recipe (:package "lv" :repo "abo-abo/hydra" :fetcher github :files ("lv.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "317e1de33086637579a7aeb60f77ed0405bf359b")) (s :source "lockfile" :date - (26474 28953 872560 0) + (26486 10354 657974 0) :recipe (:package "s" :fetcher github :repo "magnars/s.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "dda84d38fffdaf0c9b12837b504b402af910d01d")) (easy-kill :source "lockfile" :date - (26474 28953 864798 0) + (26486 10354 649857 0) :recipe (:package "easy-kill" :fetcher github :repo "leoliu/easy-kill" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "de7d66c3c864a4722a973ee9bc228a14be49ba0c")) (buffer-move :source "lockfile" :date - (26474 28953 857097 0) + (26486 10354 641322 0) :recipe (:package "buffer-move" :fetcher github :repo "lukhas/buffer-move" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "e7800b3ab1bd76ee475ef35507ec51ecd5a3f065")) (gcmh :source "lockfile" :date - (26474 28953 849298 0) + (26486 10354 633283 0) :recipe (:package "gcmh" :repo "koral/gcmh" :fetcher gitlab :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "0089f9c3a6d4e9a310d0791cf6fa8f35642ecfd9")) (exec-path-from-shell :source "lockfile" :date - (26474 28953 841559 0) + (26486 10354 625356 0) :recipe (:package "exec-path-from-shell" :fetcher github :repo "purcell/exec-path-from-shell" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "4896a797252fbfdac32fb77508500ac7d220f717")) (direnv :source "lockfile" :date - (26474 28953 833619 0) + (26486 10354 617373 0) :recipe (:package "direnv" :fetcher github :repo "wbolster/emacs-direnv" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c0bf3b81c7a97e2a0d06d05495e86848254fcc1f")) (treemacs :source "lockfile" :date - (26474 28953 825747 0) + (26486 10354 609401 0) :recipe (:package "treemacs" :fetcher github :repo "Alexander-Miller/treemacs" :files (:defaults "Changelog.org" "icons" "src/elisp/treemacs*.el" "src/scripts/treemacs*.py" (:exclude "src/extra/*")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "d42ef4b89447fd8945945a65449785a68eda0172")) (treemacs-all-the-icons :source "lockfile" :date - (26474 28953 818106 0) + (26486 10354 601480 0) :recipe (:package "treemacs-all-the-icons" :fetcher github :repo "Alexander-Miller/treemacs" :files ("src/extra/treemacs-all-the-icons.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "d42ef4b89447fd8945945a65449785a68eda0172")) (keyfreq :source "lockfile" :date - (26474 28953 810400 0) + (26486 10354 593392 0) :recipe (:package "keyfreq" :fetcher github :repo "dacap/keyfreq" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c6955162307f37c2ac631d9daf118781009f8dda")) (which-key :source "lockfile" :date - (26474 28953 802645 0) + (26486 10354 585373 0) :recipe (:package "which-key" :repo "justbur/emacs-which-key" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "38d4308d1143b61e4004b6e7a940686784e51500")) (tree-sitter-langs :source "lockfile" :date - (26474 28953 794920 0) + (26486 10354 577374 0) :recipe (:package "tree-sitter-langs" :repo "emacs-tree-sitter/tree-sitter-langs" :fetcher github :branch "release" :files (:defaults "queries") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "789f559e59223d14368987c482b274a0920ccdf6")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "e2ee3f66c62139f4cd4483c4d97ec34cb279df9d")) (vertico :source "lockfile" :date - (26474 28953 787115 0) + (26486 10354 569377 0) :recipe (:package "vertico" :repo "minad/vertico" :files (:defaults "extensions/vertico-*.el") - :fetcher github :source "MELPA" :protocol https :inherit t :depth treeless :ref "6ef99c9219b55b7618d111d352caf795ba07bc54")) + :fetcher github :source "MELPA" :protocol https :inherit t :depth treeless :ref "7f36ecf5a550b7605da3433448970448deac4bb3")) (orderless :source "lockfile" :date - (26474 28953 779374 0) + (26486 10354 561184 0) :recipe (:package "orderless" :repo "oantolin/orderless" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "2b7a1688f24cc8ef5a3c3a6dab8e00d833bcda59")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "411051c3257d60f0492cf88065193bb443b6ca0d")) (marginalia :source "lockfile" :date - (26474 28953 771626 0) + (26486 10354 553294 0) :recipe (:package "marginalia" :repo "minad/marginalia" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "006a7cd0a14dd651dcff65ed96c0d52d2067b8c1")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "c390456b89ad46bc10c3ef2ee5df59947b72084e")) (consult :source "lockfile" :date - (26474 28953 763869 0) + (26486 10354 545437 0) :recipe (:package "consult" :repo "minad/consult" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "32e2d98b30514654c0e7a518ef09476221535ae2")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "89efd2cb733af27a655dfaafeafdd4e155ac54a4")) (helpful :source "lockfile" :date - (26474 28953 756217 0) + (26486 10354 537436 0) :recipe (:package "helpful" :repo "Wilfred/helpful" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "4ba24cac9fb14d5fdc32582cd947572040e82b2c")) (avy :source "lockfile" :date - (26474 28953 748582 0) + (26486 10354 529463 0) :recipe (:package "avy" :repo "abo-abo/avy" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "933d1f36cca0f71e4acb5fac707e9ae26c536264")) (rainbow-delimiters :source "lockfile" :date - (26474 28953 740829 0) + (26486 10354 521439 0) :recipe (:package "rainbow-delimiters" :fetcher github :repo "Fanael/rainbow-delimiters" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f40ece58df8b2f0fb6c8576b527755a552a5e763")) (rainbow-mode :source "lockfile" :date - (26474 28953 733149 0) + (26486 10354 513473 0) :recipe (:package "rainbow-mode" :repo ("git://git.sv.gnu.org/emacs/elpa" . "rainbow-mode") @@ -233,377 +233,377 @@ (:exclude ".git")) :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "f7db3b5919f70420a91eb199f8663468de3033f3")) (dash-at-point :source "lockfile" :date - (26474 28953 725432 0) + (26486 10354 505417 0) :recipe (:package "dash-at-point" :fetcher github :repo "stanaka/dash-at-point" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "fba1a6f42ea51d05110e12c62bdced664059eb55")) (column-enforce-mode :source "lockfile" :date - (26474 28953 717648 0) + (26486 10354 497376 0) :recipe (:package "column-enforce-mode" :fetcher github :repo "jordonbiondo/column-enforce-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "14a7622f2268890e33536ccd29510024d51ee96f")) (pcre2el :source "lockfile" :date - (26474 28953 710033 0) + (26486 10354 489280 0) :recipe (:package "pcre2el" :fetcher github :repo "joddie/pcre2el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "b4d846d80dddb313042131cf2b8fbf647567e000")) (visual-regexp-steroids :source "lockfile" :date - (26474 28953 702247 0) + (26486 10354 481315 0) :recipe (:package "visual-regexp-steroids" :repo "benma/visual-regexp-steroids.el" :fetcher github :files ("visual-regexp-steroids.el" "regexp.py") :source "MELPA" :protocol https :inherit t :depth treeless :ref "a6420b25ec0fbba43bf57875827092e1196d8a9e")) (yasnippet :source "lockfile" :date - (26474 28953 694564 0) + (26486 10354 473314 0) :recipe (:package "yasnippet" :repo "joaotavora/yasnippet" :fetcher github :files ("yasnippet.el" "snippets") :source "MELPA" :protocol https :inherit t :depth treeless :ref "fe1f4e0e96ce42d8668920335eb22c3c009dab3e")) (yasnippet-snippets :source "lockfile" :date - (26474 28953 686876 0) + (26486 10354 465354 0) :recipe (:package "yasnippet-snippets" :repo "AndreaCrotti/yasnippet-snippets" :fetcher github :files ("*.el" "snippets" ".nosearch") :source "MELPA" :protocol https :inherit t :depth treeless :ref "f1907ed38acc479e78d5c113810465e4d77d8604")) (company-box :source "lockfile" :date - (26474 28953 679180 0) + (26486 10354 457222 0) :recipe (:package "company-box" :fetcher github :repo "sebastiencs/company-box" :files (:defaults "images") :source "MELPA" :protocol https :inherit t :depth treeless :ref "c4f2e243fba03c11e46b1600b124e036f2be7691")) (copilot :source "lockfile" :date - (26474 28953 671517 0) + (26486 10354 449128 0) :recipe (:source nil :protocol https :inherit t :depth treeless :host github :repo "copilot-emacs/copilot.el" :files ("*.el") - :package "copilot" :ref "fd68d2e79e11939f5c2024671f67602bb2b34b4a")) + :package "copilot" :ref "c5dfa99f05878db5e6a6a378dc7ed09f11e803d4")) (gptel :source "lockfile" :date - (26474 28953 663860 0) + (26486 10354 441140 0) :recipe (:package "gptel" :repo "karthink/gptel" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "55b9f618b9c4abb34207e82cf61df7f3209ea0d1")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "dc417a5483b73096934afc442e2f1d4969559c9f")) + (aider :source "lockfile" :date + (26486 10354 433124 0) + :recipe + (:source nil :protocol https :inherit t :depth treeless :host github :repo "tninja/aider.el" :files + ("aider.el") + :package "aider" :ref "a4de4114c09286b23049e31c74076c805bb50cc0")) (elysium :source "lockfile" :date - (26474 28953 656150 0) + (26486 10354 425138 0) :recipe (:package "elysium" :fetcher github :repo "lanceberge/elysium" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "1847dc71bef86e1828be34539a9ae60c3debedc4")) (flymake-flycheck :source "lockfile" :date - (26474 28953 648438 0) + (26486 10354 417163 0) :recipe (:package "flymake-flycheck" :fetcher github :repo "purcell/flymake-flycheck" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "88455c5e6d8ebf650fb51a45c7511a1c18097344")) (flyspell-correct :source "lockfile" :date - (26474 28953 640582 0) + (26486 10354 409172 0) :recipe (:package "flyspell-correct" :repo "d12frosted/flyspell-correct" :fetcher github :files ("flyspell-correct.el" "flyspell-correct-ido.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "1e7a5a56362dd875dddf848b9a9e25d1395b9d37")) (deft :source "lockfile" :date - (26474 28953 632830 0) + (26486 10354 401223 0) :recipe (:package "deft" :repo "jrblevin/deft" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "b369d7225d86551882568788a23c5497b232509c")) (lsp-ui :source "lockfile" :date - (26474 28953 625215 0) + (26486 10354 393188 0) :recipe (:package "lsp-ui" :repo "emacs-lsp/lsp-ui" :fetcher github :files (:defaults "lsp-ui-doc.html" "resources") :source "MELPA" :protocol https :inherit t :depth treeless :ref "f0edfac7b3736fcab617cbeb07e465c9153ae68b")) (dap-mode :source "lockfile" :date - (26474 28953 617543 0) + (26486 10354 384855 0) :recipe (:package "dap-mode" :repo "emacs-lsp/dap-mode" :fetcher github :files (:defaults "icons") :source "MELPA" :protocol https :inherit t :depth treeless :ref "ffb795761273e1bdc3d0cd1ebdd43e36b7c08921")) - (dashboard :source "lockfile" :date - (26474 28953 609832 0) - :recipe - (:package "dashboard" :fetcher github :repo "emacs-dashboard/emacs-dashboard" :files - (:defaults "banners") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "da658d5fb4a430462dcc711a2368d20072ddc512")) (magit :source "lockfile" :date - (26474 28953 602102 0) + (26486 10354 376839 0) :recipe (:package "magit" :fetcher github :repo "magit/magit" :files ("lisp/magit*.el" "lisp/git-*.el" "docs/magit.texi" "docs/AUTHORS.md" "LICENSE" "magit-pkg.el" (:exclude "lisp/magit-section.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "692cc5e7696f9de6fce4a2e076eb51507809aaf3")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "7dfebba55bf687a25049882c2316166d968048ea")) (vundo :source "lockfile" :date - (26474 28953 594429 0) + (26486 10354 368875 0) :recipe (:package "vundo" :repo ("https://github.com/casouri/vundo" . "vundo") :files ("*" (:exclude ".git" "test")) - :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "ca590c571546eb1d38c855216db11d28135892f2")) + :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "d792738a5e4da73e619ad9c47dc34a3566445871")) (speed-type :source "lockfile" :date - (26474 28953 586706 0) + (26486 10354 360864 0) :recipe (:package "speed-type" :fetcher github :repo "dakra/speed-type" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "b982ee6081a11837760eeaed73c4f413eefb07b1")) (spaceline :source "lockfile" :date - (26474 28953 579034 0) + (26486 10354 352890 0) :recipe (:package "spaceline" :fetcher github :repo "TheBB/spaceline" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "086420d16e526c79b67fc1edec4c2ae1e699f372")) (base16-theme :source "lockfile" :date - (26474 28953 571279 0) + (26486 10354 344914 0) :recipe (:package "base16-theme" :repo "tinted-theming/base16-emacs" :fetcher github :files (:defaults "build/*.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "1d48474c3c07521276f4e7d73317a654997b4381")) (clojure-mode :source "lockfile" :date - (26474 28953 563596 0) + (26486 10354 336883 0) :recipe (:package "clojure-mode" :repo "clojure-emacs/clojure-mode" :fetcher github :files ("clojure-mode.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "eabe29b076fff19db552d36d4babaa36ecf0b704")) (cider :source "lockfile" :date - (26474 28953 555792 0) + (26486 10354 328865 0) :recipe (:package "cider" :fetcher github :repo "clojure-emacs/cider" :files ("lisp/*.el" "bin/*.sh" "*.el" "clojure.sh" "lein.sh" (:exclude ".dir-locals.el")) :old-names (nrepl) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "430cfd40c57ad3ba4ef39262acf411531dc734f5")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "356c2bd2aef92d83756568b500953bc03e86006a")) (clj-refactor :source "lockfile" :date - (26474 28953 547971 0) + (26486 10354 320823 0) :recipe (:package "clj-refactor" :fetcher github :repo "clojure-emacs/clj-refactor.el" :files (:defaults "CHANGELOG.md") :source "MELPA" :protocol https :inherit t :depth treeless :ref "dc1bbc8cdaa723bdbb6669ea7d280625c370755d")) (dart-mode :source "lockfile" :date - (26474 28953 540272 0) + (26486 10354 312831 0) :recipe (:package "dart-mode" :fetcher github :repo "emacsorphanage/dart-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "02e919c1cf200b4938139c18068577faff1fb364")) (lsp-dart :source "lockfile" :date - (26474 28953 532494 0) + (26486 10354 304859 0) :recipe (:package "lsp-dart" :repo "emacs-lsp/lsp-dart" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "7e3d3429418bc42cda7fa7b58e6644a705cf2f89")) (dhall-mode :source "lockfile" :date - (26474 28953 524811 0) + (26486 10354 296865 0) :recipe (:package "dhall-mode" :repo "psibi/dhall-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "87ab69fe765d87b3bb1604a306a8c44d6887681d")) (lispy :source "lockfile" :date - (26474 28953 517074 0) + (26486 10354 288853 0) :recipe (:package "lispy" :repo "abo-abo/lispy" :fetcher github :files (:defaults "lispy-clojure.clj" "lispy-clojure.cljs" "lispy-python.py") :source "MELPA" :protocol https :inherit t :depth treeless :ref "fe44efd21573868638ca86fc8313241148fabbe3")) (aggressive-indent :source "lockfile" :date - (26474 28953 509426 0) + (26486 10354 280885 0) :recipe (:package "aggressive-indent" :repo "Malabarba/aggressive-indent-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "a437a45868f94b77362c6b913c5ee8e67b273c42")) (elixir-mode :source "lockfile" :date - (26474 28953 501860 0) + (26486 10354 272916 0) :recipe (:package "elixir-mode" :fetcher github :repo "elixir-editors/emacs-elixir" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "00d6580a040a750e019218f9392cf9a4c2dac23a")) (elixir-ts-mode :source "lockfile" :date - (26474 28953 494159 0) + (26486 10354 264877 0) :recipe (:package "elixir-ts-mode" :repo "wkirschbaum/elixir-ts-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "b35c983f551ccf821ebebad50747b5b417133e52")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "143b94f4a5ac1f161c232e3f25b84c6768be2f25")) (erlang :source "lockfile" :date - (26474 28953 486374 0) + (26486 10354 256914 0) :recipe (:package "erlang" :fetcher github :repo "erlang/otp" :version-regexp "OTP-%v" :files ("lib/tools/emacs/*.el" (:exclude "lib/tools/emacs/erlang_appwiz.el")) :source "MELPA" :protocol https :inherit t :depth 1 :ref "f4caf914701b5df73af35ed6608bc8c4bb46effa")) (fsharp-mode :source "lockfile" :date - (26474 28953 478692 0) + (26486 10354 248925 0) :recipe (:package "fsharp-mode" :fetcher github :repo "fsharp/emacs-fsharp-mode" :files (:defaults (:exclude "eglot-fsharp.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "677d78c4d6cb574086408082dedbcaef04a85359")) (gleam-ts-mode :source "lockfile" :date - (26474 28953 470970 0) + (26486 10354 240936 0) :recipe (:package "gleam-ts-mode" :fetcher github :repo "gleam-lang/gleam-mode" :files ("gleam-ts-mode.el") :source "MELPA" :protocol https :inherit t :depth treeless :type git :host github :ref "d00f37d0b47f5d6810aa295af98c40a7708b4305")) (go-mode :source "lockfile" :date - (26474 28953 463226 0) + (26486 10354 232859 0) :recipe (:package "go-mode" :repo "dominikh/go-mode.el" :fetcher github :files ("go-mode.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "602d73e22646b1b98b2eb97927fd426c0d1d2f92")) (haskell-mode :source "lockfile" :date - (26474 28953 455503 0) + (26486 10354 224842 0) :recipe (:package "haskell-mode" :repo "haskell/haskell-mode" :fetcher github :files (:defaults "NEWS" "logo.svg") :source "MELPA" :protocol https :inherit t :depth treeless :ref "1a285fc4c50ca74bb5cd9b2a8c1a46a64a77384a")) (lsp-haskell :source "lockfile" :date - (26474 28953 447878 0) + (26486 10354 216871 0) :recipe (:package "lsp-haskell" :repo "emacs-lsp/lsp-haskell" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "6981f8d1225c038c1a130e8cf70530cfe15f976e")) (js2-mode :source "lockfile" :date - (26474 28953 440242 0) + (26486 10354 208775 0) :recipe (:package "js2-mode" :repo "mooz/js2-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "e0c302872de4d26a9c1614fac8d6b94112b96307")) (kotlin-ts-mode :source "lockfile" :date - (26474 28953 432530 0) + (26486 10354 200831 0) :recipe (:package "kotlin-ts-mode" :fetcher gitlab :repo "bricka/emacs-kotlin-ts-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "bf1646a386408103e6267599a26e5f5479fa4635")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "a25d56cecac9160ba7c140f982ec16ca7b2fe97f")) (gradle-mode :source "lockfile" :date - (26474 28953 424740 0) + (26486 10354 192340 0) :recipe (:package "gradle-mode" :fetcher github :repo "scubacabra/emacs-gradle-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "e4d665d5784ecda7ddfba015f07c69be3cfc45f2")) (lean4-mode :source "lockfile" :date - (26474 28953 416941 0) + (26486 10354 184262 0) :recipe (:source nil :protocol https :inherit t :depth treeless :type git :host github :repo "leanprover/lean4-mode" :files ("*.el" "data") :package "lean4-mode" :ref "76895d8939111654a472cfc617cfd43fbf5f1eb6")) (merlin :source "lockfile" :date - (26474 28953 409325 0) + (26486 10354 176208 0) :recipe (:package "merlin" :fetcher github :repo "ocaml/merlin" :files ("emacs/*.el" (:exclude "emacs/merlin-ac.el" "emacs/merlin-company.el" "emacs/merlin-iedit.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "005b42c50b450a4930d5cea25aab271ed5b88cc3")) (opam-switch-mode :source "lockfile" :date - (26474 28953 401492 0) + (26486 10354 167787 0) :recipe (:package "opam-switch-mode" :fetcher github :repo "ProofGeneral/opam-switch-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "1069e56a662f23ea09d4e05611bdedeb99257012")) (dune :source "lockfile" :date - (26474 28953 393547 0) + (26486 10354 158842 0) :recipe (:package "dune" :fetcher github :repo "ocaml/dune" :files ("editor-integration/emacs/*.el") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "0b84c87698829f8d5c67fa2ccc3db9dc1c7714cb")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "8a30fb1e66e314b2c40ca573f2525edb4a039b65")) (tuareg :source "lockfile" :date - (26474 28953 385712 0) + (26486 10354 150935 0) :recipe (:package "tuareg" :fetcher github :repo "ocaml/tuareg" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "1d53723e39f22ab4ab76d31f2b188a2879305092")) (dockerfile-mode :source "lockfile" :date - (26474 28953 377842 0) + (26486 10354 142954 0) :recipe (:package "dockerfile-mode" :fetcher github :repo "spotify/dockerfile-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "4d893bd2da15833ce056332e6c972d5d93e78f04")) (docker :source "lockfile" :date - (26474 28953 369992 0) + (26486 10354 134873 0) :recipe (:package "docker" :fetcher github :repo "Silex/docker.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "813c00410b40917cbfe7e8227ebd4fd60a027937")) (terraform-mode :source "lockfile" :date - (26474 28953 362332 0) + (26486 10354 126824 0) :recipe (:package "terraform-mode" :repo "hcl-emacs/terraform-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "5bdd734a87f67f6574664f63eb4d02a0bc74c0d0")) (ansible :source "lockfile" :date - (26474 28953 354744 0) + (26486 10354 118602 0) :recipe (:package "ansible" :fetcher gitlab :repo "emacs-ansible/emacs-ansible" :files (:defaults "snippets" "dict") :source "MELPA" :protocol https :inherit t :depth treeless :ref "03e285bb54a687e3fd9e21026b088fdac46679a0")) (nginx-mode :source "lockfile" :date - (26474 28953 347085 0) + (26486 10354 110420 0) :recipe (:package "nginx-mode" :fetcher github :repo "ajc/nginx-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c4ac5de975d65c84893a130a470af32a48b0b66c")) (jenkinsfile-mode :source "lockfile" :date - (26474 28953 339402 0) + (26486 10354 102067 0) :recipe (:package "jenkinsfile-mode" :repo "https://github.com/john2x/jenkinsfile-mode.git" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :branch "master" :ref "568865ee419e0592de0dd0717d6769a66d9df111")) (lua-mode :source "lockfile" :date - (26474 28953 331646 0) + (26486 10354 92732 0) :recipe (:package "lua-mode" :repo "immerrr/lua-mode" :fetcher github :files (:defaults (:exclude "init-tryout.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "d074e4134b1beae9ed4c9b512af741ca0d852ba3")) (graphql-mode :source "lockfile" :date - (26474 28953 323889 0) + (26486 10354 84240 0) :recipe (:package "graphql-mode" :repo "davazp/graphql-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "ee49531935ede7a2c9597713e13a4c9d33ef2220")) (yaml-mode :source "lockfile" :date - (26474 28953 316124 0) + (26486 10354 76191 0) :recipe (:package "yaml-mode" :repo "yoshiki/yaml-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "d91f878729312a6beed77e6637c60497c5786efa")) (json-mode :source "lockfile" :date - (26474 28953 308506 0) + (26486 10354 68238 0) :recipe (:package "json-mode" :fetcher github :repo "json-emacs/json-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "77125b01c0ddce537085201098bea9b4b8ba6be3")) (git-modes :source "lockfile" :date - (26474 28953 300786 0) + (26486 10354 60207 0) :recipe (:package "git-modes" :fetcher github :repo "magit/git-modes" :old-names (gitattributes-mode gitconfig-mode gitignore-mode) @@ -612,150 +612,156 @@ (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f99010bbeb8b6d8a0819fac0195a2ef0159d08f0")) (php-mode :source "lockfile" :date - (26474 28953 293159 0) + (26486 10354 52245 0) :recipe (:package "php-mode" :repo "emacs-php/php-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "878e31369c81010d0ec296b23ef62dfdf87bd506")) (purescript-mode :source "lockfile" :date - (26474 28953 285547 0) + (26486 10354 44009 0) :recipe (:package "purescript-mode" :repo "purescript-emacs/purescript-mode" :fetcher github :files (:defaults "NEWS" "snippets") :source "MELPA" :protocol https :inherit t :depth treeless :ref "07e4d6ecfe677d595ed3759c912c0b262d886b98")) (rspec-mode :source "lockfile" :date - (26474 28953 277858 0) + (26486 10354 35970 0) :recipe (:package "rspec-mode" :repo "pezra/rspec-mode" :fetcher github :files ("rspec-mode.el" "snippets") :source "MELPA" :protocol https :inherit t :depth treeless :ref "29df3d081c6a1cbdf840cd13d45ea1c100c5bbaa")) (ruby-end :source "lockfile" :date - (26474 28953 270145 0) + (26486 10354 27926 0) :recipe (:package "ruby-end" :repo "rejeep/ruby-end.el" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "ba7d7230f9e3ed75c9982d32bb9fdff1dc10935d")) (rbs-mode :source "lockfile" :date - (26474 28953 262408 0) + (26486 10354 19955 0) :recipe (:package "rbs-mode" :fetcher github :repo "ybiquitous/rbs-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "e415a6fa9e88594cb9b7f7765145f57dda0e9b56")) (rust-mode :source "lockfile" :date - (26474 28953 254687 0) + (26486 10354 11963 0) :recipe (:package "rust-mode" :repo "rust-lang/rust-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "542f1755d8929ca83564322d7030d558f3392fe1")) (flycheck-rust :source "lockfile" :date - (26474 28953 247069 0) + (26486 10354 3917 0) :recipe (:package "flycheck-rust" :repo "flycheck/flycheck-rust" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "e7692cded99999d2dc3d3df5d977dcdeb1c179fb")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "d499471ec433a62898a95ce76561964e3d015ce5")) (fish-mode :source "lockfile" :date - (26474 28953 239469 0) + (26486 10353 995878 0) :recipe (:package "fish-mode" :fetcher github :repo "wwwjfy/emacs-fish" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "2526b1803b58cf145bc70ff6ce2adb3f6c246f89")) (web-mode :source "lockfile" :date - (26474 28953 231810 0) + (26486 10353 987921 0) :recipe (:package "web-mode" :repo "fxbois/web-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "0c83581d1e93d1d802c730a1d5e90cd1c740e1b2")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "be2d59c8fa02b1a45ae54ce4079e502e659cefe6")) (zig-mode :source "lockfile" :date - (26474 28953 224114 0) + (26486 10353 979929 0) :recipe (:package "zig-mode" :repo "ziglang/zig-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f0b4a487530146f99230f4a5ff67e8d56c8f3f80")) + (dashboard :source "lockfile" :date + (26486 10353 971835 0) + :recipe + (:package "dashboard" :fetcher github :repo "emacs-dashboard/emacs-dashboard" :files + (:defaults "banners") + :source "MELPA" :protocol https :inherit t :depth treeless :ref "c9f8230f6b7992b7b40c3bb9abc36cc03b6a423d")) (ace-window :source "lockfile" :date - (26474 28953 216518 0) + (26486 10353 963883 0) :recipe (:package "ace-window" :repo "abo-abo/ace-window" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "77115afc1b0b9f633084cf7479c767988106c196")) (pfuture :source "lockfile" :date - (26474 28953 208836 0) + (26486 10353 955948 0) :recipe (:package "pfuture" :repo "Alexander-Miller/pfuture" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "19b53aebbc0f2da31de6326c495038901bffb73c")) (hydra :source "lockfile" :date - (26474 28953 201131 0) + (26486 10353 947985 0) :recipe (:package "hydra" :repo "abo-abo/hydra" :fetcher github :files (:defaults (:exclude "lv.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "317e1de33086637579a7aeb60f77ed0405bf359b")) (cfrs :source "lockfile" :date - (26474 28953 193481 0) + (26486 10353 939898 0) :recipe (:package "cfrs" :repo "Alexander-Miller/cfrs" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f3a21f237b2a54e6b9f8a420a9da42b4f0a63121")) (posframe :source "lockfile" :date - (26474 28953 185790 0) + (26486 10353 931780 0) :recipe (:package "posframe" :fetcher github :repo "tumashu/posframe" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "81651536827c96bf5af5265ee7918ab70e1dd5b1")) (all-the-icons :source "lockfile" :date - (26474 28953 177945 0) + (26486 10353 923569 0) :recipe (:package "all-the-icons" :repo "domtronn/all-the-icons.el" :fetcher github :files (:defaults "data") :source "MELPA" :protocol https :inherit t :depth treeless :ref "39ef44f810c34e8900978788467cc675870bcd19")) (tree-sitter :source "lockfile" :date - (26474 28953 170155 0) + (26486 10353 915650 0) :recipe (:package "tree-sitter" :repo "emacs-tree-sitter/elisp-tree-sitter" :fetcher github :branch "release" :files (:defaults (:exclude "lisp/tree-sitter-tests.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "3cfab8a0e945db9b3df84437f27945746a43cc71")) (tsc :source "lockfile" :date - (26474 28953 162535 0) + (26486 10353 907679 0) :recipe (:package "tsc" :fetcher github :repo "emacs-tree-sitter/elisp-tree-sitter" :branch "release" :files ("core/*.el" "core/Cargo.toml" "core/Cargo.lock" "core/src") :source "MELPA" :protocol https :inherit t :depth treeless :ref "3cfab8a0e945db9b3df84437f27945746a43cc71")) (elisp-refs :source "lockfile" :date - (26474 28953 154861 0) + (26486 10353 899644 0) :recipe (:package "elisp-refs" :repo "Wilfred/elisp-refs" :fetcher github :files (:defaults (:exclude "elisp-refs-bench.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "541a064c3ce27867872cf708354a65d83baf2a6d")) (visual-regexp :source "lockfile" :date - (26474 28953 147178 0) + (26486 10353 891689 0) :recipe (:package "visual-regexp" :repo "benma/visual-regexp.el" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "48457d42a5e0fe10fa3a9c15854f1f127ade09b5")) (frame-local :source "lockfile" :date - (26474 28953 139480 0) + (26486 10353 883636 0) :recipe (:package "frame-local" :fetcher github :repo "sebastiencs/frame-local" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "7ee1106c3bcd4022f48421f8cb1ef4f995da816e")) (editorconfig :source "lockfile" :date - (26474 28953 131709 0) + (26486 10353 875564 0) :recipe (:package "editorconfig" :fetcher github :repo "editorconfig/editorconfig-emacs" :old-names (editorconfig-core editorconfig-fnmatch) @@ -764,68 +770,68 @@ (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "24f5b2b1cd4e37adc245fb59f7edeb6872a707a4")) (flycheck :source "lockfile" :date - (26474 28953 123935 0) + (26486 10353 867695 0) :recipe (:package "flycheck" :repo "flycheck/flycheck" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "ebaf48359b3e21879c8f6f3c1b5d0221b345035e")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "ca2c98e2bead4773355d5252b2bb6ffb0b58c48f")) (bui :source "lockfile" :date - (26474 28953 116248 0) + (26486 10353 859603 0) :recipe (:package "bui" :repo "alezost/bui.el" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f3a137628e112a91910fd33c0cff0948fa58d470")) (lsp-treemacs :source "lockfile" :date - (26474 28953 108574 0) + (26486 10353 851567 0) :recipe (:package "lsp-treemacs" :repo "emacs-lsp/lsp-treemacs" :fetcher github :files (:defaults "icons") :source "MELPA" :protocol https :inherit t :depth treeless :ref "fb1a07ae0a3d781dea8ac78da2933e0173eb48a4")) (lsp-docker :source "lockfile" :date - (26474 28953 100969 0) + (26486 10353 843601 0) :recipe (:package "lsp-docker" :repo "emacs-lsp/lsp-docker" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "ce291d0f80533f8eaca120eb745d55669e062636")) (yaml :source "lockfile" :date - (26474 28953 93208 0) + (26486 10353 835588 0) :recipe (:package "yaml" :repo "zkry/yaml.el" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "cd3edfc02cb12514426c00e07160b87bd8340f4a")) (magit-section :source "lockfile" :date - (26474 28953 85423 0) + (26486 10353 827658 0) :recipe (:package "magit-section" :fetcher github :repo "magit/magit" :files ("lisp/magit-section.el" "docs/magit-section.texi" "magit-section-pkg.el") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "692cc5e7696f9de6fce4a2e076eb51507809aaf3")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "7dfebba55bf687a25049882c2316166d968048ea")) (with-editor :source "lockfile" :date - (26474 28953 77515 0) + (26486 10353 819687 0) :recipe (:package "with-editor" :fetcher github :repo "magit/with-editor" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "ca902ae02972bdd6919a902be2593d8cb6bd991b")) (powerline :source "lockfile" :date - (26474 28953 69707 0) + (26486 10353 811643 0) :recipe (:package "powerline" :fetcher github :repo "milkypostman/powerline" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c35c35bdf5ce2d992882c1f06f0f078058870d4a")) (parseedn :source "lockfile" :date - (26474 28953 62029 0) + (26486 10353 803626 0) :recipe (:package "parseedn" :repo "clojure-emacs/parseedn" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "3407e4530a367b6c2b857dae261cdbb67a440aaa")) (queue :source "lockfile" :date - (26474 28953 54241 0) + (26486 10353 795579 0) :recipe (:package "queue" :repo ("git://git.sv.gnu.org/emacs/elpa" . "queue") @@ -834,115 +840,115 @@ (:exclude ".git")) :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "f986fb68e75bdae951efb9e11a3012ab6bd408ee")) (sesman :source "lockfile" :date - (26474 28953 46534 0) + (26486 10353 787582 0) :recipe (:package "sesman" :repo "vspinu/sesman" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "7bca68dbbab0af26a6a23be1ff5fa97f9a18e022")) (parseclj :source "lockfile" :date - (26474 28953 38738 0) + (26486 10353 779524 0) :recipe (:package "parseclj" :repo "clojure-emacs/parseclj" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "6af22372e0fe14df882dd300b22b12ba2d7e00b0")) (paredit :source "lockfile" :date - (26474 28953 31031 0) + (26486 10353 771545 0) :recipe (:package "paredit" :fetcher git :url "https://mumble.net/~campbell/git/paredit.git" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "af075775af91f2dbc63b915d762b4aec092946c4")) (multiple-cursors :source "lockfile" :date - (26474 28953 23202 0) + (26486 10353 763543 0) :recipe (:package "multiple-cursors" :fetcher github :repo "magnars/multiple-cursors.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "dd10cf2334333838e4550f091a75695448e26765")) (inflections :source "lockfile" :date - (26474 28953 15411 0) + (26486 10353 755514 0) :recipe (:package "inflections" :repo "eschulte/jump.el" :fetcher github :files ("inflections.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "55caa66a7cc6e0b1a76143fd40eff38416928941")) (reformatter :source "lockfile" :date - (26474 28953 7658 0) + (26486 10353 747510 0) :recipe (:package "reformatter" :repo "purcell/emacs-reformatter" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f2cb59466b1c3f85a8c960f7d4b7b7ead015bedc")) (iedit :source "lockfile" :date - (26474 28952 999899 0) + (26486 10353 739356 0) :recipe (:package "iedit" :repo "victorhge/iedit" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "27c61866b1b9b8d77629ac702e5f48e67dfe0d3b")) (swiper :source "lockfile" :date - (26474 28952 992138 0) + (26486 10353 731282 0) :recipe (:package "swiper" :repo "abo-abo/swiper" :fetcher github :files ("swiper.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "8dc02d5b725f78d1f80904807b46f5406f129674")) (zoutline :source "lockfile" :date - (26474 28952 984358 0) + (26486 10353 723235 0) :recipe (:package "zoutline" :repo "abo-abo/zoutline" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "32857c6c4b9b0bcbed14d825a10b91a98d5fed0a")) (ivy :source "lockfile" :date - (26474 28952 976505 0) + (26486 10353 715121 0) :recipe (:package "ivy" :repo "abo-abo/swiper" :fetcher github :files (:defaults "doc/ivy-help.org" (:exclude "swiper.el" "counsel.el" "ivy-hydra.el" "ivy-avy.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "8dc02d5b725f78d1f80904807b46f5406f129674")) (heex-ts-mode :source "lockfile" :date - (26474 28952 968696 0) + (26486 10353 706977 0) :recipe (:package "heex-ts-mode" :repo "wkirschbaum/heex-ts-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "90142df2929956536dc1eaae3bb5ca04dc4232ab")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "dafed72c254c226cdd28528ac70965ef8efa04ca")) (caml :source "lockfile" :date - (26474 28952 960474 0) + (26486 10353 698881 0) :recipe (:package "caml" :repo "ocaml/caml-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "47defafa2b08fb680e89bfee9cb9ce82bd9e3bcf")) (aio :source "lockfile" :date - (26474 28952 952117 0) + (26486 10353 690802 0) :recipe (:package "aio" :fetcher github :repo "skeeto/emacs-aio" :files ("aio.el" "README.md" "UNLICENSE") :source "MELPA" :protocol https :inherit t :depth treeless :ref "da93523e235529fa97d6f251319d9e1d6fc24a41")) (tablist :source "lockfile" :date - (26474 28952 943041 0) + (26486 10353 682610 0) :recipe (:package "tablist" :fetcher github :repo "emacsorphanage/tablist" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "fcd37147121fabdf003a70279cf86fbe08cfac6f")) (hcl-mode :source "lockfile" :date - (26474 28952 933427 0) + (26486 10353 674231 0) :recipe (:package "hcl-mode" :repo "hcl-emacs/hcl-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "1da895ed75d28d9f87cbf9b74f075d90ba31c0ed")) (groovy-mode :source "lockfile" :date - (26474 28952 922759 0) + (26486 10353 666058 0) :recipe (:package "groovy-mode" :fetcher github :repo "Groovy-Emacs-Modes/groovy-emacs-modes" :files ("*groovy*.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "7b8520b2e2d3ab1d62b35c426e17ac25ed0120bb")) (json-snatcher :source "lockfile" :date - (26474 28952 908078 0) + (26486 10353 656842 0) :recipe (:package "json-snatcher" :fetcher github :repo "Sterlingg/json-snatcher" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" diff --git a/lisp/icejam-dashboard.el b/lisp/icejam-dashboard.el index c69602c..0d26621 100644 --- a/lisp/icejam-dashboard.el +++ b/lisp/icejam-dashboard.el @@ -10,14 +10,13 @@ ;;; Code: -(use-package dashboard :ensure t :demand t +(use-package dashboard :ensure t :defer t :commands dashboard-setup-startup-hook - :hook - ((elpaca-after-init . dashboard-open)) + :hook ((elpaca-after-init . dashboard-open)) :config ;; setopt gives a warning here, so let's use setq (setq dashboard-footer-messages '("Happy coding!" - "I showed you my source code, pls respond")) + "I showed you my source code, pls respond")) (setopt dashboard-startup-banner 'logo) (setopt dashboard-items '((recents . 5) ;; (bookmarks . 5) diff --git a/lisp/icejam-sys-specific.el b/lisp/icejam-sys-specific.el index 3453146..95339d0 100644 --- a/lisp/icejam-sys-specific.el +++ b/lisp/icejam-sys-specific.el @@ -13,7 +13,7 @@ "Kill a window." (interactive) (delete-window)) -;;;;;;;;; Mac-specific config ;;;;;;;;;;;;;;;;;;;;; +;; Mac-specific config (if IS-MAC (progn (setq mac-option-modifier 'meta) @@ -30,7 +30,7 @@ (setq mac-option-modifier nil) (setq mac-command-modifier 'meta)))) - ;;;;;;;;; Mac binding (fix) ;;;;;;;;;;;;;;;;;; + ;; Mac binding (fix) (define-key icejam-keys-mode-map (kbd "H-") #'end-of-line) (define-key icejam-keys-mode-map (kbd "H-") #'beginning-of-line) (define-key icejam-keys-mode-map (kbd "H-") #'scroll-down) ; WTF is this reverse, I dunno @@ -43,6 +43,7 @@ (define-key icejam-keys-mode-map [(hyper c)] #'kill-ring-save) ;; Copy (define-key icejam-keys-mode-map [(hyper s)] #'save-buffer) ;; Save (define-key icejam-keys-mode-map [(hyper z)] #'undo) ;; Undo + (define-key icejam-keys-mode-map [(hyper Z)] #'undo-redo) ;; Redo (define-key icejam-keys-mode-map [(hyper q)] #'kill-emacs) ;; Close emacs (define-key icejam-keys-mode-map [(hyper w)] #'icejam-function-delete-window) ;; Close window @@ -52,8 +53,7 @@ ;; (setq mac-right-option-modifier nil) ;; Allow for fullscreen frames without gaps - (setq frame-resize-pixelwise t) - )) + (setq frame-resize-pixelwise t))) (defun icejam-switch-right-left-alt () "Set keyboard to das keyboard." @@ -66,42 +66,43 @@ (setq mac-option-modifier 'meta) (setq mac-right-option-modifier nil)))) -;;;;;;;;; Linux-specific config ;;;;;;;;;;;;;;;;;;;;; +;; Linux-specific config (if IS-GNU (progn - ;;;; Save and undo - (define-key icejam-keys-mode-map (kbd "s-s") 'save-buffer) - (define-key icejam-keys-mode-map (kbd "s-z") 'undo) - (define-key icejam-keys-mode-map (kbd "s-a") 'mark-whole-buffer) + ;; Save and undo + (define-key icejam-keys-mode-map (kbd "s-s") #'save-buffer) + (define-key icejam-keys-mode-map (kbd "s-z") #'undo) + (define-key icejam-keys-mode-map (kbd "s-Z") #'undo-redo) + (define-key icejam-keys-mode-map (kbd "s-a") #'mark-whole-buffer) - ;;;;;;;; Copy and paste bindings ;;;;;;;;;;;;;;;;;; - (define-key icejam-keys-mode-map (kbd "s-x") 'kill-region) - (define-key icejam-keys-mode-map (kbd "s-v") 'yank) - (define-key icejam-keys-mode-map (kbd "s-c") 'kill-ring-save) + ;; Copy and paste bindings + (define-key icejam-keys-mode-map (kbd "s-x") #'kill-region) + (define-key icejam-keys-mode-map (kbd "s-v") #'yank) + (define-key icejam-keys-mode-map (kbd "s-c") #'kill-ring-save) - ;;;;;;;;; Linux Ergo bindings (fix) ;;;;;;;;;;;;;;;;;; - (define-key icejam-keys-mode-map (kbd "C-") 'end-of-line) - (define-key icejam-keys-mode-map (kbd "C-") 'beginning-of-line) - (define-key icejam-keys-mode-map (kbd "C-") 'scroll-down) ; WTF is this reverse, I dunno - (define-key icejam-keys-mode-map (kbd "C-") 'scroll-up))) + ;; Linux Ergo bindings (fix) + (define-key icejam-keys-mode-map (kbd "C-") #'end-of-line) + (define-key icejam-keys-mode-map (kbd "C-") #'beginning-of-line) + (define-key icejam-keys-mode-map (kbd "C-") #'scroll-down) ; WTF is this reverse, I dunno + (define-key icejam-keys-mode-map (kbd "C-") #'scroll-up))) -;;;;;;;;; BSD-specific config ;;;;;;;;;;;;;;;;;;;;; +;; BSD-specific config (if IS-BSD (progn - (define-key icejam-keys-mode-map (kbd "A-") 'end-of-line) - (define-key icejam-keys-mode-map (kbd "A-") 'beginning-of-line) - (define-key icejam-keys-mode-map (kbd "A-") 'scroll-down) ; WTF is this reverse, I dunno - (define-key icejam-keys-mode-map (kbd "A-") 'scroll-up) + (define-key icejam-keys-mode-map (kbd "A-") #'end-of-line) + (define-key icejam-keys-mode-map (kbd "A-") #'beginning-of-line) + (define-key icejam-keys-mode-map (kbd "A-") #'scroll-down) ; WTF is this reverse, I dunno + (define-key icejam-keys-mode-map (kbd "A-") #'scroll-up) - (define-key icejam-keys-mode-map (kbd "A-a") 'mark-whole-buffer) - (define-key icejam-keys-mode-map (kbd "A-v") 'yank) - (define-key icejam-keys-mode-map (kbd "A-x") 'kill-region) - (define-key icejam-keys-mode-map (kbd "A-c") 'kill-ring-save) - (define-key icejam-keys-mode-map (kbd "A-s") 'save-buffer) - (define-key icejam-keys-mode-map (kbd "A-l") 'goto-line) - (define-key icejam-keys-mode-map (kbd "A-w" '+delete-window) - (define-key icejam-keys-mode-map (kbd "A-z") 'undo) - (define-key icejam-keys-mode-map (kbd "A-q") 'kill-emacs)))) + (define-key icejam-keys-mode-map (kbd "A-a") #'mark-whole-buffer) + (define-key icejam-keys-mode-map (kbd "A-v") #'yank) + (define-key icejam-keys-mode-map (kbd "A-x") #'kill-region) + (define-key icejam-keys-mode-map (kbd "A-c") #'kill-ring-save) + (define-key icejam-keys-mode-map (kbd "A-s") #'save-buffer) + (define-key icejam-keys-mode-map (kbd "A-l") #'goto-line) + (define-key icejam-keys-mode-map (kbd "A-w") #'icejam-function-delete-window) + (define-key icejam-keys-mode-map (kbd "A-z") #'undo) + (define-key icejam-keys-mode-map (kbd "A-q") #'kill-emacs))) (provide 'icejam-sys-specific) ;;; icejam-sys-specific.el ends here diff --git a/lisp/icejam-vundo.el b/lisp/icejam-vundo.el index 2a513d0..ae59a87 100644 --- a/lisp/icejam-vundo.el +++ b/lisp/icejam-vundo.el @@ -10,8 +10,11 @@ ;;; Code: -;;;;;;;;;;;;;;;;; Use more advanced undo options -(use-package vundo :ensure t :defer t) +;; Undo UI +(use-package vundo :ensure t :defer t + :config + ;; Keep 64 MB of undo data, we have enough RAM to do this. + (setopt undo-limit (* 64 1024 1024))) (provide 'icejam-vundo) ;;; icejam-vundo.el ends here From b0361861b42b3cfd9005c7e33a7dae2fd0da6e87 Mon Sep 17 00:00:00 2001 From: Maciej Szlosarczyk Date: Sun, 5 Jan 2025 08:04:24 +0200 Subject: [PATCH 11/34] Further housekeeping, bring the initial load down to under 1500 ms Make the editor load faster by deferring as much as possible until later use. For example, LSP load is now deferred until first use and no longer blocking. Use only elixir-format from elixir-mode, for similar speed reasons. The rest of the package has been taken over by the treesitter version of the mode. --- elpaca.lock | 427 ++++++++++++++--------------- lisp/icejam-base.el | 33 +-- lisp/icejam-blocking.el | 5 - lisp/icejam-company-yasnippet.el | 6 +- lisp/icejam-completing-read.el | 24 +- lisp/icejam-deft.el | 2 +- lisp/icejam-flycheck.el | 34 +-- lisp/icejam-ispell.el | 2 +- lisp/icejam-lsp.el | 13 +- lisp/icejam-prog-mode.el | 26 +- lisp/icejam-tree-sitter.el | 36 +-- lisp/langs/icejam-lang-elixir.el | 15 +- lisp/langs/icejam-lang-markdown.el | 2 +- 13 files changed, 297 insertions(+), 328 deletions(-) diff --git a/elpaca.lock b/elpaca.lock index 1117231..c74c874 100644 --- a/elpaca.lock +++ b/elpaca.lock @@ -1,230 +1,175 @@ ((elpaca :source "lockfile" :date - (26486 10354 769962 0) + (26490 8127 573337 0) :recipe - (:source nil :protocol https :inherit t :depth 1 :repo "https://github.com/progfolio/elpaca.git" :ref "f06d8d7ddbdc49873d3ce2cd716c1f95762bacfa" :files + (:source nil :protocol https :inherit t :depth 1 :repo "https://github.com/progfolio/elpaca.git" :ref "92cbdba42bd1696f19cb9739ecb59ae6098d53f9" :files (:defaults "elpaca-test.el" (:exclude "extensions")) :build (:not elpaca--activate-package) :package "elpaca")) (elpaca-use-package :source "lockfile" :date - (26486 10354 762040 0) + (26490 8127 565413 0) :recipe (:package "elpaca-use-package" :wait t :repo "https://github.com/progfolio/elpaca.git" :files ("extensions/elpaca-use-package.el") :main "extensions/elpaca-use-package.el" :build (:not elpaca--compile-info) - :source "Elpaca extensions" :protocol https :inherit t :depth treeless :ref "f06d8d7ddbdc49873d3ce2cd716c1f95762bacfa")) + :source "Elpaca extensions" :protocol https :inherit t :depth treeless :ref "92cbdba42bd1696f19cb9739ecb59ae6098d53f9")) (benchmark-init :source "lockfile" :date - (26486 10354 754197 0) + (26490 8127 557679 0) :recipe (:package "benchmark-init" :fetcher github :repo "dholm/benchmark-init-el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :wait t :ref "2b34432d79fa0aae8abc3db72db1cb79a28c00b2")) (transient :source "lockfile" :date - (26486 10354 746336 0) + (26490 8127 549842 0) :recipe (:package "transient" :fetcher github :repo "magit/transient" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "ab22ba0e3b4c088b2981b22857fa09211a2c74ee")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "000ff15942878aa1108abaa020da86ada675fea9")) (diminish :source "lockfile" :date - (26486 10354 738367 0) + (26490 8127 541998 0) :recipe (:package "diminish" :fetcher github :repo "myrjola/diminish.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "fbd5d846611bad828e336b25d2e131d1bc06b83d")) (company :source "lockfile" :date - (26486 10354 730360 0) + (26490 8127 534116 0) :recipe (:package "company" :fetcher github :repo "company-mode/company-mode" :files (:defaults "icons" ("images/small" "doc/images/small/*.png")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "8878e2dcbce3f77c13e671a341bd53554275ff61")) - (lsp-mode :source "lockfile" :date - (26486 10354 722317 0) - :recipe - (:package "lsp-mode" :repo "emacs-lsp/lsp-mode" :fetcher github :files - (:defaults "clients/*.el") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "046e7836f81385ff57a61bd9a1fc23026cec8ede")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "6b4f28562c0f68e1a93d11ed4e9c08d828de22aa")) (compat :source "lockfile" :date - (26486 10354 714248 0) + (26490 8127 526287 0) :recipe (:package "compat" :repo ("https://github.com/emacs-compat/compat" . "compat") :files ("*" (:exclude ".git")) - :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "cd0a410f6d39c3477784c1636d9c4d110fad219d")) - (dash :source "lockfile" :date - (26486 10354 706261 0) - :recipe - (:package "dash" :fetcher github :repo "magnars/dash.el" :files - ("dash.el" "dash.texi") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "1de9dcb83eacfb162b6d9a118a4770b1281bcd84")) - (f :source "lockfile" :date - (26486 10354 698329 0) - :recipe - (:package "f" :fetcher github :repo "rejeep/f.el" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "931b6d0667fe03e7bf1c6c282d6d8d7006143c52")) - (ht :source "lockfile" :date - (26486 10354 690145 0) - :recipe - (:package "ht" :fetcher github :repo "Wilfred/ht.el" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "1c49aad1c820c86f7ee35bf9fff8429502f60fef")) - (spinner :source "lockfile" :date - (26486 10354 682036 0) - :recipe - (:package "spinner" :repo - ("https://github.com/Malabarba/spinner.el" . "spinner") - :files - ("*" - (:exclude ".git")) - :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "d4647ae87fb0cd24bc9081a3d287c860ff061c21")) - (markdown-mode :source "lockfile" :date - (26486 10354 674056 0) - :recipe - (:package "markdown-mode" :fetcher github :repo "jrblevin/markdown-mode" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "8692afc12e13431efb0c302baee1de5bbf4a41e4")) - (lv :source "lockfile" :date - (26486 10354 665977 0) - :recipe - (:package "lv" :repo "abo-abo/hydra" :fetcher github :files - ("lv.el") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "317e1de33086637579a7aeb60f77ed0405bf359b")) - (s :source "lockfile" :date - (26486 10354 657974 0) - :recipe - (:package "s" :fetcher github :repo "magnars/s.el" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "dda84d38fffdaf0c9b12837b504b402af910d01d")) + :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "e87b984bf763aa6c574dde58b3cb4458b3b7db17")) (easy-kill :source "lockfile" :date - (26486 10354 649857 0) + (26490 8127 518332 0) :recipe (:package "easy-kill" :fetcher github :repo "leoliu/easy-kill" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "de7d66c3c864a4722a973ee9bc228a14be49ba0c")) (buffer-move :source "lockfile" :date - (26486 10354 641322 0) + (26490 8127 510504 0) :recipe (:package "buffer-move" :fetcher github :repo "lukhas/buffer-move" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "e7800b3ab1bd76ee475ef35507ec51ecd5a3f065")) (gcmh :source "lockfile" :date - (26486 10354 633283 0) + (26490 8127 502521 0) :recipe (:package "gcmh" :repo "koral/gcmh" :fetcher gitlab :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "0089f9c3a6d4e9a310d0791cf6fa8f35642ecfd9")) (exec-path-from-shell :source "lockfile" :date - (26486 10354 625356 0) + (26490 8127 494446 0) :recipe (:package "exec-path-from-shell" :fetcher github :repo "purcell/exec-path-from-shell" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "4896a797252fbfdac32fb77508500ac7d220f717")) (direnv :source "lockfile" :date - (26486 10354 617373 0) + (26490 8127 485514 0) :recipe (:package "direnv" :fetcher github :repo "wbolster/emacs-direnv" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c0bf3b81c7a97e2a0d06d05495e86848254fcc1f")) (treemacs :source "lockfile" :date - (26486 10354 609401 0) + (26490 8127 477061 0) :recipe (:package "treemacs" :fetcher github :repo "Alexander-Miller/treemacs" :files (:defaults "Changelog.org" "icons" "src/elisp/treemacs*.el" "src/scripts/treemacs*.py" (:exclude "src/extra/*")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "d42ef4b89447fd8945945a65449785a68eda0172")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "ac3f0706bf6248b7321da683438efdcc6bce3e4c")) (treemacs-all-the-icons :source "lockfile" :date - (26486 10354 601480 0) + (26490 8127 469360 0) :recipe (:package "treemacs-all-the-icons" :fetcher github :repo "Alexander-Miller/treemacs" :files ("src/extra/treemacs-all-the-icons.el") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "d42ef4b89447fd8945945a65449785a68eda0172")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "ac3f0706bf6248b7321da683438efdcc6bce3e4c")) (keyfreq :source "lockfile" :date - (26486 10354 593392 0) + (26490 8127 461681 0) :recipe (:package "keyfreq" :fetcher github :repo "dacap/keyfreq" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c6955162307f37c2ac631d9daf118781009f8dda")) (which-key :source "lockfile" :date - (26486 10354 585373 0) + (26490 8127 453826 0) :recipe (:package "which-key" :repo "justbur/emacs-which-key" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "38d4308d1143b61e4004b6e7a940686784e51500")) (tree-sitter-langs :source "lockfile" :date - (26486 10354 577374 0) + (26490 8127 445936 0) :recipe (:package "tree-sitter-langs" :repo "emacs-tree-sitter/tree-sitter-langs" :fetcher github :branch "release" :files (:defaults "queries") :source "MELPA" :protocol https :inherit t :depth treeless :ref "e2ee3f66c62139f4cd4483c4d97ec34cb279df9d")) (vertico :source "lockfile" :date - (26486 10354 569377 0) + (26490 8127 438230 0) :recipe (:package "vertico" :repo "minad/vertico" :files (:defaults "extensions/vertico-*.el") :fetcher github :source "MELPA" :protocol https :inherit t :depth treeless :ref "7f36ecf5a550b7605da3433448970448deac4bb3")) (orderless :source "lockfile" :date - (26486 10354 561184 0) + (26490 8127 430448 0) :recipe (:package "orderless" :repo "oantolin/orderless" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "411051c3257d60f0492cf88065193bb443b6ca0d")) (marginalia :source "lockfile" :date - (26486 10354 553294 0) + (26490 8127 422720 0) :recipe (:package "marginalia" :repo "minad/marginalia" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c390456b89ad46bc10c3ef2ee5df59947b72084e")) (consult :source "lockfile" :date - (26486 10354 545437 0) + (26490 8127 414894 0) :recipe (:package "consult" :repo "minad/consult" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "89efd2cb733af27a655dfaafeafdd4e155ac54a4")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "036a13ccd4fdd8bafb20ad6d4baa2622520f1cb8")) (helpful :source "lockfile" :date - (26486 10354 537436 0) + (26490 8127 407185 0) :recipe (:package "helpful" :repo "Wilfred/helpful" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "4ba24cac9fb14d5fdc32582cd947572040e82b2c")) (avy :source "lockfile" :date - (26486 10354 529463 0) + (26490 8127 399405 0) :recipe (:package "avy" :repo "abo-abo/avy" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "933d1f36cca0f71e4acb5fac707e9ae26c536264")) (rainbow-delimiters :source "lockfile" :date - (26486 10354 521439 0) + (26490 8127 391647 0) :recipe (:package "rainbow-delimiters" :fetcher github :repo "Fanael/rainbow-delimiters" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f40ece58df8b2f0fb6c8576b527755a552a5e763")) (rainbow-mode :source "lockfile" :date - (26486 10354 513473 0) + (26490 8127 383828 0) :recipe (:package "rainbow-mode" :repo ("git://git.sv.gnu.org/emacs/elpa" . "rainbow-mode") @@ -233,117 +178,129 @@ (:exclude ".git")) :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "f7db3b5919f70420a91eb199f8663468de3033f3")) (dash-at-point :source "lockfile" :date - (26486 10354 505417 0) + (26490 8127 376047 0) :recipe (:package "dash-at-point" :fetcher github :repo "stanaka/dash-at-point" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "fba1a6f42ea51d05110e12c62bdced664059eb55")) (column-enforce-mode :source "lockfile" :date - (26486 10354 497376 0) + (26490 8127 368289 0) :recipe (:package "column-enforce-mode" :fetcher github :repo "jordonbiondo/column-enforce-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "14a7622f2268890e33536ccd29510024d51ee96f")) (pcre2el :source "lockfile" :date - (26486 10354 489280 0) + (26490 8127 360486 0) :recipe (:package "pcre2el" :fetcher github :repo "joddie/pcre2el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "b4d846d80dddb313042131cf2b8fbf647567e000")) (visual-regexp-steroids :source "lockfile" :date - (26486 10354 481315 0) + (26490 8127 352642 0) :recipe (:package "visual-regexp-steroids" :repo "benma/visual-regexp-steroids.el" :fetcher github :files ("visual-regexp-steroids.el" "regexp.py") :source "MELPA" :protocol https :inherit t :depth treeless :ref "a6420b25ec0fbba43bf57875827092e1196d8a9e")) (yasnippet :source "lockfile" :date - (26486 10354 473314 0) + (26490 8127 344768 0) :recipe (:package "yasnippet" :repo "joaotavora/yasnippet" :fetcher github :files ("yasnippet.el" "snippets") :source "MELPA" :protocol https :inherit t :depth treeless :ref "fe1f4e0e96ce42d8668920335eb22c3c009dab3e")) (yasnippet-snippets :source "lockfile" :date - (26486 10354 465354 0) + (26490 8127 336869 0) :recipe (:package "yasnippet-snippets" :repo "AndreaCrotti/yasnippet-snippets" :fetcher github :files ("*.el" "snippets" ".nosearch") :source "MELPA" :protocol https :inherit t :depth treeless :ref "f1907ed38acc479e78d5c113810465e4d77d8604")) (company-box :source "lockfile" :date - (26486 10354 457222 0) + (26490 8127 328973 0) :recipe (:package "company-box" :fetcher github :repo "sebastiencs/company-box" :files (:defaults "images") :source "MELPA" :protocol https :inherit t :depth treeless :ref "c4f2e243fba03c11e46b1600b124e036f2be7691")) (copilot :source "lockfile" :date - (26486 10354 449128 0) + (26490 8127 321192 0) :recipe (:source nil :protocol https :inherit t :depth treeless :host github :repo "copilot-emacs/copilot.el" :files ("*.el") :package "copilot" :ref "c5dfa99f05878db5e6a6a378dc7ed09f11e803d4")) (gptel :source "lockfile" :date - (26486 10354 441140 0) + (26490 8127 313428 0) :recipe (:package "gptel" :repo "karthink/gptel" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "dc417a5483b73096934afc442e2f1d4969559c9f")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "7ac9201b84f3d132dce0094d135a525ebcfafa12")) (aider :source "lockfile" :date - (26486 10354 433124 0) + (26490 8127 305580 0) :recipe (:source nil :protocol https :inherit t :depth treeless :host github :repo "tninja/aider.el" :files ("aider.el") - :package "aider" :ref "a4de4114c09286b23049e31c74076c805bb50cc0")) + :package "aider" :ref "471673b0d491c149668e442f6685f4f485f58e54")) (elysium :source "lockfile" :date - (26486 10354 425138 0) + (26490 8127 297784 0) :recipe (:package "elysium" :fetcher github :repo "lanceberge/elysium" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "1847dc71bef86e1828be34539a9ae60c3debedc4")) (flymake-flycheck :source "lockfile" :date - (26486 10354 417163 0) + (26490 8127 289848 0) :recipe (:package "flymake-flycheck" :fetcher github :repo "purcell/flymake-flycheck" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "88455c5e6d8ebf650fb51a45c7511a1c18097344")) (flyspell-correct :source "lockfile" :date - (26486 10354 409172 0) + (26490 8127 282088 0) :recipe (:package "flyspell-correct" :repo "d12frosted/flyspell-correct" :fetcher github :files ("flyspell-correct.el" "flyspell-correct-ido.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "1e7a5a56362dd875dddf848b9a9e25d1395b9d37")) (deft :source "lockfile" :date - (26486 10354 401223 0) + (26490 8127 274264 0) :recipe (:package "deft" :repo "jrblevin/deft" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "b369d7225d86551882568788a23c5497b232509c")) + (lsp-mode :source "lockfile" :date + (26490 8127 266317 0) + :recipe + (:package "lsp-mode" :repo "emacs-lsp/lsp-mode" :fetcher github :files + (:defaults "clients/*.el") + :source "MELPA" :protocol https :inherit t :depth treeless :ref "f3bd38d50b6d4f803c490b64f8c5e69988a0b933")) (lsp-ui :source "lockfile" :date - (26486 10354 393188 0) + (26490 8127 258530 0) :recipe (:package "lsp-ui" :repo "emacs-lsp/lsp-ui" :fetcher github :files (:defaults "lsp-ui-doc.html" "resources") :source "MELPA" :protocol https :inherit t :depth treeless :ref "f0edfac7b3736fcab617cbeb07e465c9153ae68b")) (dap-mode :source "lockfile" :date - (26486 10354 384855 0) + (26490 8127 250764 0) :recipe (:package "dap-mode" :repo "emacs-lsp/dap-mode" :fetcher github :files (:defaults "icons") :source "MELPA" :protocol https :inherit t :depth treeless :ref "ffb795761273e1bdc3d0cd1ebdd43e36b7c08921")) + (dashboard :source "lockfile" :date + (26490 8127 242902 0) + :recipe + (:package "dashboard" :fetcher github :repo "emacs-dashboard/emacs-dashboard" :files + (:defaults "banners") + :source "MELPA" :protocol https :inherit t :depth treeless :ref "c9f8230f6b7992b7b40c3bb9abc36cc03b6a423d")) (magit :source "lockfile" :date - (26486 10354 376839 0) + (26490 8127 235159 0) :recipe (:package "magit" :fetcher github :repo "magit/magit" :files ("lisp/magit*.el" "lisp/git-*.el" "docs/magit.texi" "docs/AUTHORS.md" "LICENSE" "magit-pkg.el" (:exclude "lisp/magit-section.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "7dfebba55bf687a25049882c2316166d968048ea")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "92f6d57a0a1378555b3e93976ed6ffd77696b990")) (vundo :source "lockfile" :date - (26486 10354 368875 0) + (26490 8127 227380 0) :recipe (:package "vundo" :repo ("https://github.com/casouri/vundo" . "vundo") @@ -352,258 +309,264 @@ (:exclude ".git" "test")) :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "d792738a5e4da73e619ad9c47dc34a3566445871")) (speed-type :source "lockfile" :date - (26486 10354 360864 0) + (26490 8127 219508 0) :recipe (:package "speed-type" :fetcher github :repo "dakra/speed-type" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "b982ee6081a11837760eeaed73c4f413eefb07b1")) (spaceline :source "lockfile" :date - (26486 10354 352890 0) + (26490 8127 211723 0) :recipe (:package "spaceline" :fetcher github :repo "TheBB/spaceline" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "086420d16e526c79b67fc1edec4c2ae1e699f372")) (base16-theme :source "lockfile" :date - (26486 10354 344914 0) + (26490 8127 204013 0) :recipe (:package "base16-theme" :repo "tinted-theming/base16-emacs" :fetcher github :files (:defaults "build/*.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "1d48474c3c07521276f4e7d73317a654997b4381")) (clojure-mode :source "lockfile" :date - (26486 10354 336883 0) + (26490 8127 196261 0) :recipe (:package "clojure-mode" :repo "clojure-emacs/clojure-mode" :fetcher github :files ("clojure-mode.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "eabe29b076fff19db552d36d4babaa36ecf0b704")) (cider :source "lockfile" :date - (26486 10354 328865 0) + (26490 8127 188368 0) :recipe (:package "cider" :fetcher github :repo "clojure-emacs/cider" :files ("lisp/*.el" "bin/*.sh" "*.el" "clojure.sh" "lein.sh" (:exclude ".dir-locals.el")) :old-names (nrepl) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "356c2bd2aef92d83756568b500953bc03e86006a")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "be8b2e5c0da96c17f2ca0d8127f7f2e120ee2829")) (clj-refactor :source "lockfile" :date - (26486 10354 320823 0) + (26490 8127 180601 0) :recipe (:package "clj-refactor" :fetcher github :repo "clojure-emacs/clj-refactor.el" :files (:defaults "CHANGELOG.md") :source "MELPA" :protocol https :inherit t :depth treeless :ref "dc1bbc8cdaa723bdbb6669ea7d280625c370755d")) (dart-mode :source "lockfile" :date - (26486 10354 312831 0) + (26490 8127 172846 0) :recipe (:package "dart-mode" :fetcher github :repo "emacsorphanage/dart-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "02e919c1cf200b4938139c18068577faff1fb364")) (lsp-dart :source "lockfile" :date - (26486 10354 304859 0) + (26490 8127 165129 0) :recipe (:package "lsp-dart" :repo "emacs-lsp/lsp-dart" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "7e3d3429418bc42cda7fa7b58e6644a705cf2f89")) (dhall-mode :source "lockfile" :date - (26486 10354 296865 0) + (26490 8127 157259 0) :recipe (:package "dhall-mode" :repo "psibi/dhall-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "87ab69fe765d87b3bb1604a306a8c44d6887681d")) (lispy :source "lockfile" :date - (26486 10354 288853 0) + (26490 8127 149459 0) :recipe (:package "lispy" :repo "abo-abo/lispy" :fetcher github :files (:defaults "lispy-clojure.clj" "lispy-clojure.cljs" "lispy-python.py") :source "MELPA" :protocol https :inherit t :depth treeless :ref "fe44efd21573868638ca86fc8313241148fabbe3")) (aggressive-indent :source "lockfile" :date - (26486 10354 280885 0) + (26490 8127 141634 0) :recipe (:package "aggressive-indent" :repo "Malabarba/aggressive-indent-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "a437a45868f94b77362c6b913c5ee8e67b273c42")) - (elixir-mode :source "lockfile" :date - (26486 10354 272916 0) - :recipe - (:package "elixir-mode" :fetcher github :repo "elixir-editors/emacs-elixir" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "00d6580a040a750e019218f9392cf9a4c2dac23a")) + (elixir-format :source "lockfile" :date + (26490 8127 133762 0) + :recipe + (:source nil :protocol https :inherit t :depth treeless :type git :host github :repo "elixir-editors/emacs-elixir" :files + ("elixir-format.el") + :package "elixir-format" :ref "00d6580a040a750e019218f9392cf9a4c2dac23a")) (elixir-ts-mode :source "lockfile" :date - (26486 10354 264877 0) + (26490 8127 126097 0) :recipe (:package "elixir-ts-mode" :repo "wkirschbaum/elixir-ts-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "143b94f4a5ac1f161c232e3f25b84c6768be2f25")) (erlang :source "lockfile" :date - (26486 10354 256914 0) + (26490 8127 118358 0) :recipe (:package "erlang" :fetcher github :repo "erlang/otp" :version-regexp "OTP-%v" :files ("lib/tools/emacs/*.el" (:exclude "lib/tools/emacs/erlang_appwiz.el")) - :source "MELPA" :protocol https :inherit t :depth 1 :ref "f4caf914701b5df73af35ed6608bc8c4bb46effa")) + :source "MELPA" :protocol https :inherit t :depth 1 :ref "ac7be0d00d9072e28ee9c14d1845f96dc7ed2b25")) (fsharp-mode :source "lockfile" :date - (26486 10354 248925 0) + (26490 8127 110588 0) :recipe (:package "fsharp-mode" :fetcher github :repo "fsharp/emacs-fsharp-mode" :files (:defaults (:exclude "eglot-fsharp.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "677d78c4d6cb574086408082dedbcaef04a85359")) (gleam-ts-mode :source "lockfile" :date - (26486 10354 240936 0) + (26490 8127 102761 0) :recipe (:package "gleam-ts-mode" :fetcher github :repo "gleam-lang/gleam-mode" :files ("gleam-ts-mode.el") :source "MELPA" :protocol https :inherit t :depth treeless :type git :host github :ref "d00f37d0b47f5d6810aa295af98c40a7708b4305")) (go-mode :source "lockfile" :date - (26486 10354 232859 0) + (26490 8127 94850 0) :recipe (:package "go-mode" :repo "dominikh/go-mode.el" :fetcher github :files ("go-mode.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "602d73e22646b1b98b2eb97927fd426c0d1d2f92")) (haskell-mode :source "lockfile" :date - (26486 10354 224842 0) + (26490 8127 86837 0) :recipe (:package "haskell-mode" :repo "haskell/haskell-mode" :fetcher github :files (:defaults "NEWS" "logo.svg") :source "MELPA" :protocol https :inherit t :depth treeless :ref "1a285fc4c50ca74bb5cd9b2a8c1a46a64a77384a")) (lsp-haskell :source "lockfile" :date - (26486 10354 216871 0) + (26490 8127 79061 0) :recipe (:package "lsp-haskell" :repo "emacs-lsp/lsp-haskell" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "6981f8d1225c038c1a130e8cf70530cfe15f976e")) (js2-mode :source "lockfile" :date - (26486 10354 208775 0) + (26490 8127 71244 0) :recipe (:package "js2-mode" :repo "mooz/js2-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "e0c302872de4d26a9c1614fac8d6b94112b96307")) (kotlin-ts-mode :source "lockfile" :date - (26486 10354 200831 0) + (26490 8127 63502 0) :recipe (:package "kotlin-ts-mode" :fetcher gitlab :repo "bricka/emacs-kotlin-ts-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "a25d56cecac9160ba7c140f982ec16ca7b2fe97f")) (gradle-mode :source "lockfile" :date - (26486 10354 192340 0) + (26490 8127 55687 0) :recipe (:package "gradle-mode" :fetcher github :repo "scubacabra/emacs-gradle-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "e4d665d5784ecda7ddfba015f07c69be3cfc45f2")) (lean4-mode :source "lockfile" :date - (26486 10354 184262 0) + (26490 8127 47852 0) :recipe (:source nil :protocol https :inherit t :depth treeless :type git :host github :repo "leanprover/lean4-mode" :files ("*.el" "data") :package "lean4-mode" :ref "76895d8939111654a472cfc617cfd43fbf5f1eb6")) + (markdown-mode :source "lockfile" :date + (26490 8127 40025 0) + :recipe + (:package "markdown-mode" :fetcher github :repo "jrblevin/markdown-mode" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "8692afc12e13431efb0c302baee1de5bbf4a41e4")) (merlin :source "lockfile" :date - (26486 10354 176208 0) + (26490 8127 32195 0) :recipe (:package "merlin" :fetcher github :repo "ocaml/merlin" :files ("emacs/*.el" (:exclude "emacs/merlin-ac.el" "emacs/merlin-company.el" "emacs/merlin-iedit.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "005b42c50b450a4930d5cea25aab271ed5b88cc3")) (opam-switch-mode :source "lockfile" :date - (26486 10354 167787 0) + (26490 8127 24348 0) :recipe (:package "opam-switch-mode" :fetcher github :repo "ProofGeneral/opam-switch-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "1069e56a662f23ea09d4e05611bdedeb99257012")) (dune :source "lockfile" :date - (26486 10354 158842 0) + (26490 8127 16560 0) :recipe (:package "dune" :fetcher github :repo "ocaml/dune" :files ("editor-integration/emacs/*.el") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "8a30fb1e66e314b2c40ca573f2525edb4a039b65")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "6152ab8ec5d7204d792be7b094063c032bfdd3cc")) (tuareg :source "lockfile" :date - (26486 10354 150935 0) + (26490 8127 8792 0) :recipe (:package "tuareg" :fetcher github :repo "ocaml/tuareg" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "1d53723e39f22ab4ab76d31f2b188a2879305092")) (dockerfile-mode :source "lockfile" :date - (26486 10354 142954 0) + (26490 8127 950 0) :recipe (:package "dockerfile-mode" :fetcher github :repo "spotify/dockerfile-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "4d893bd2da15833ce056332e6c972d5d93e78f04")) (docker :source "lockfile" :date - (26486 10354 134873 0) + (26490 8126 993067 0) :recipe (:package "docker" :fetcher github :repo "Silex/docker.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "813c00410b40917cbfe7e8227ebd4fd60a027937")) (terraform-mode :source "lockfile" :date - (26486 10354 126824 0) + (26490 8126 985166 0) :recipe (:package "terraform-mode" :repo "hcl-emacs/terraform-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "5bdd734a87f67f6574664f63eb4d02a0bc74c0d0")) (ansible :source "lockfile" :date - (26486 10354 118602 0) + (26490 8126 977283 0) :recipe (:package "ansible" :fetcher gitlab :repo "emacs-ansible/emacs-ansible" :files (:defaults "snippets" "dict") :source "MELPA" :protocol https :inherit t :depth treeless :ref "03e285bb54a687e3fd9e21026b088fdac46679a0")) (nginx-mode :source "lockfile" :date - (26486 10354 110420 0) + (26490 8126 969418 0) :recipe (:package "nginx-mode" :fetcher github :repo "ajc/nginx-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c4ac5de975d65c84893a130a470af32a48b0b66c")) (jenkinsfile-mode :source "lockfile" :date - (26486 10354 102067 0) + (26490 8126 961552 0) :recipe (:package "jenkinsfile-mode" :repo "https://github.com/john2x/jenkinsfile-mode.git" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :branch "master" :ref "568865ee419e0592de0dd0717d6769a66d9df111")) (lua-mode :source "lockfile" :date - (26486 10354 92732 0) + (26490 8126 953769 0) :recipe (:package "lua-mode" :repo "immerrr/lua-mode" :fetcher github :files (:defaults (:exclude "init-tryout.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "d074e4134b1beae9ed4c9b512af741ca0d852ba3")) (graphql-mode :source "lockfile" :date - (26486 10354 84240 0) + (26490 8126 945927 0) :recipe (:package "graphql-mode" :repo "davazp/graphql-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "ee49531935ede7a2c9597713e13a4c9d33ef2220")) (yaml-mode :source "lockfile" :date - (26486 10354 76191 0) + (26490 8126 938140 0) :recipe (:package "yaml-mode" :repo "yoshiki/yaml-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "d91f878729312a6beed77e6637c60497c5786efa")) (json-mode :source "lockfile" :date - (26486 10354 68238 0) + (26490 8126 930253 0) :recipe (:package "json-mode" :fetcher github :repo "json-emacs/json-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "77125b01c0ddce537085201098bea9b4b8ba6be3")) (git-modes :source "lockfile" :date - (26486 10354 60207 0) + (26490 8126 922466 0) :recipe (:package "git-modes" :fetcher github :repo "magit/git-modes" :old-names (gitattributes-mode gitconfig-mode gitignore-mode) @@ -612,156 +575,183 @@ (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f99010bbeb8b6d8a0819fac0195a2ef0159d08f0")) (php-mode :source "lockfile" :date - (26486 10354 52245 0) + (26490 8126 914676 0) :recipe (:package "php-mode" :repo "emacs-php/php-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "878e31369c81010d0ec296b23ef62dfdf87bd506")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "b45992a6a9d019fafe7a9dcde19401b0f20a20bf")) (purescript-mode :source "lockfile" :date - (26486 10354 44009 0) + (26490 8126 906818 0) :recipe (:package "purescript-mode" :repo "purescript-emacs/purescript-mode" :fetcher github :files (:defaults "NEWS" "snippets") :source "MELPA" :protocol https :inherit t :depth treeless :ref "07e4d6ecfe677d595ed3759c912c0b262d886b98")) (rspec-mode :source "lockfile" :date - (26486 10354 35970 0) + (26490 8126 898996 0) :recipe (:package "rspec-mode" :repo "pezra/rspec-mode" :fetcher github :files ("rspec-mode.el" "snippets") :source "MELPA" :protocol https :inherit t :depth treeless :ref "29df3d081c6a1cbdf840cd13d45ea1c100c5bbaa")) (ruby-end :source "lockfile" :date - (26486 10354 27926 0) + (26490 8126 891055 0) :recipe (:package "ruby-end" :repo "rejeep/ruby-end.el" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "ba7d7230f9e3ed75c9982d32bb9fdff1dc10935d")) (rbs-mode :source "lockfile" :date - (26486 10354 19955 0) + (26490 8126 883190 0) :recipe (:package "rbs-mode" :fetcher github :repo "ybiquitous/rbs-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "e415a6fa9e88594cb9b7f7765145f57dda0e9b56")) (rust-mode :source "lockfile" :date - (26486 10354 11963 0) + (26490 8126 875381 0) :recipe (:package "rust-mode" :repo "rust-lang/rust-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "542f1755d8929ca83564322d7030d558f3392fe1")) (flycheck-rust :source "lockfile" :date - (26486 10354 3917 0) + (26490 8126 867536 0) :recipe (:package "flycheck-rust" :repo "flycheck/flycheck-rust" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "d499471ec433a62898a95ce76561964e3d015ce5")) (fish-mode :source "lockfile" :date - (26486 10353 995878 0) + (26490 8126 859740 0) :recipe (:package "fish-mode" :fetcher github :repo "wwwjfy/emacs-fish" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "2526b1803b58cf145bc70ff6ce2adb3f6c246f89")) (web-mode :source "lockfile" :date - (26486 10353 987921 0) + (26490 8126 851955 0) :recipe (:package "web-mode" :repo "fxbois/web-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "be2d59c8fa02b1a45ae54ce4079e502e659cefe6")) (zig-mode :source "lockfile" :date - (26486 10353 979929 0) + (26490 8126 844136 0) :recipe (:package "zig-mode" :repo "ziglang/zig-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f0b4a487530146f99230f4a5ff67e8d56c8f3f80")) - (dashboard :source "lockfile" :date - (26486 10353 971835 0) - :recipe - (:package "dashboard" :fetcher github :repo "emacs-dashboard/emacs-dashboard" :files - (:defaults "banners") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "c9f8230f6b7992b7b40c3bb9abc36cc03b6a423d")) + (dash :source "lockfile" :date + (26490 8126 836285 0) + :recipe + (:package "dash" :fetcher github :repo "magnars/dash.el" :files + ("dash.el" "dash.texi") + :source "MELPA" :protocol https :inherit t :depth treeless :ref "1de9dcb83eacfb162b6d9a118a4770b1281bcd84")) + (s :source "lockfile" :date + (26490 8126 828487 0) + :recipe + (:package "s" :fetcher github :repo "magnars/s.el" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "dda84d38fffdaf0c9b12837b504b402af910d01d")) (ace-window :source "lockfile" :date - (26486 10353 963883 0) + (26490 8126 820570 0) :recipe (:package "ace-window" :repo "abo-abo/ace-window" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "77115afc1b0b9f633084cf7479c767988106c196")) (pfuture :source "lockfile" :date - (26486 10353 955948 0) + (26490 8126 812738 0) :recipe (:package "pfuture" :repo "Alexander-Miller/pfuture" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "19b53aebbc0f2da31de6326c495038901bffb73c")) (hydra :source "lockfile" :date - (26486 10353 947985 0) + (26490 8126 804908 0) :recipe (:package "hydra" :repo "abo-abo/hydra" :fetcher github :files (:defaults (:exclude "lv.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "317e1de33086637579a7aeb60f77ed0405bf359b")) + (ht :source "lockfile" :date + (26490 8126 797208 0) + :recipe + (:package "ht" :fetcher github :repo "Wilfred/ht.el" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "1c49aad1c820c86f7ee35bf9fff8429502f60fef")) (cfrs :source "lockfile" :date - (26486 10353 939898 0) + (26490 8126 789445 0) :recipe (:package "cfrs" :repo "Alexander-Miller/cfrs" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f3a21f237b2a54e6b9f8a420a9da42b4f0a63121")) (posframe :source "lockfile" :date - (26486 10353 931780 0) + (26490 8126 781590 0) :recipe (:package "posframe" :fetcher github :repo "tumashu/posframe" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "81651536827c96bf5af5265ee7918ab70e1dd5b1")) + (lv :source "lockfile" :date + (26490 8126 773870 0) + :recipe + (:package "lv" :repo "abo-abo/hydra" :fetcher github :files + ("lv.el") + :source "MELPA" :protocol https :inherit t :depth treeless :ref "317e1de33086637579a7aeb60f77ed0405bf359b")) (all-the-icons :source "lockfile" :date - (26486 10353 923569 0) + (26490 8126 766099 0) :recipe (:package "all-the-icons" :repo "domtronn/all-the-icons.el" :fetcher github :files (:defaults "data") :source "MELPA" :protocol https :inherit t :depth treeless :ref "39ef44f810c34e8900978788467cc675870bcd19")) (tree-sitter :source "lockfile" :date - (26486 10353 915650 0) + (26490 8126 758339 0) :recipe (:package "tree-sitter" :repo "emacs-tree-sitter/elisp-tree-sitter" :fetcher github :branch "release" :files (:defaults (:exclude "lisp/tree-sitter-tests.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "3cfab8a0e945db9b3df84437f27945746a43cc71")) (tsc :source "lockfile" :date - (26486 10353 907679 0) + (26490 8126 750664 0) :recipe (:package "tsc" :fetcher github :repo "emacs-tree-sitter/elisp-tree-sitter" :branch "release" :files ("core/*.el" "core/Cargo.toml" "core/Cargo.lock" "core/src") :source "MELPA" :protocol https :inherit t :depth treeless :ref "3cfab8a0e945db9b3df84437f27945746a43cc71")) + (f :source "lockfile" :date + (26490 8126 742826 0) + :recipe + (:package "f" :fetcher github :repo "rejeep/f.el" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "931b6d0667fe03e7bf1c6c282d6d8d7006143c52")) (elisp-refs :source "lockfile" :date - (26486 10353 899644 0) + (26490 8126 735052 0) :recipe (:package "elisp-refs" :repo "Wilfred/elisp-refs" :fetcher github :files (:defaults (:exclude "elisp-refs-bench.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "541a064c3ce27867872cf708354a65d83baf2a6d")) (visual-regexp :source "lockfile" :date - (26486 10353 891689 0) + (26490 8126 727199 0) :recipe (:package "visual-regexp" :repo "benma/visual-regexp.el" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "48457d42a5e0fe10fa3a9c15854f1f127ade09b5")) (frame-local :source "lockfile" :date - (26486 10353 883636 0) + (26490 8126 719369 0) :recipe (:package "frame-local" :fetcher github :repo "sebastiencs/frame-local" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "7ee1106c3bcd4022f48421f8cb1ef4f995da816e")) (editorconfig :source "lockfile" :date - (26486 10353 875564 0) + (26490 8126 711469 0) :recipe (:package "editorconfig" :fetcher github :repo "editorconfig/editorconfig-emacs" :old-names (editorconfig-core editorconfig-fnmatch) @@ -770,68 +760,77 @@ (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "24f5b2b1cd4e37adc245fb59f7edeb6872a707a4")) (flycheck :source "lockfile" :date - (26486 10353 867695 0) + (26490 8126 703687 0) :recipe (:package "flycheck" :repo "flycheck/flycheck" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "ca2c98e2bead4773355d5252b2bb6ffb0b58c48f")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "e2a7f331d0e3c3f74981a805ef849cfdfb5657f1")) + (spinner :source "lockfile" :date + (26490 8126 695905 0) + :recipe + (:package "spinner" :repo + ("https://github.com/Malabarba/spinner.el" . "spinner") + :files + ("*" + (:exclude ".git")) + :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "d4647ae87fb0cd24bc9081a3d287c860ff061c21")) (bui :source "lockfile" :date - (26486 10353 859603 0) + (26490 8126 688056 0) :recipe (:package "bui" :repo "alezost/bui.el" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f3a137628e112a91910fd33c0cff0948fa58d470")) (lsp-treemacs :source "lockfile" :date - (26486 10353 851567 0) + (26490 8126 680210 0) :recipe (:package "lsp-treemacs" :repo "emacs-lsp/lsp-treemacs" :fetcher github :files (:defaults "icons") :source "MELPA" :protocol https :inherit t :depth treeless :ref "fb1a07ae0a3d781dea8ac78da2933e0173eb48a4")) (lsp-docker :source "lockfile" :date - (26486 10353 843601 0) + (26490 8126 672374 0) :recipe (:package "lsp-docker" :repo "emacs-lsp/lsp-docker" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "ce291d0f80533f8eaca120eb745d55669e062636")) (yaml :source "lockfile" :date - (26486 10353 835588 0) + (26490 8126 664573 0) :recipe (:package "yaml" :repo "zkry/yaml.el" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "cd3edfc02cb12514426c00e07160b87bd8340f4a")) (magit-section :source "lockfile" :date - (26486 10353 827658 0) + (26490 8126 656822 0) :recipe (:package "magit-section" :fetcher github :repo "magit/magit" :files ("lisp/magit-section.el" "docs/magit-section.texi" "magit-section-pkg.el") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "7dfebba55bf687a25049882c2316166d968048ea")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "92f6d57a0a1378555b3e93976ed6ffd77696b990")) (with-editor :source "lockfile" :date - (26486 10353 819687 0) + (26490 8126 648928 0) :recipe (:package "with-editor" :fetcher github :repo "magit/with-editor" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "ca902ae02972bdd6919a902be2593d8cb6bd991b")) (powerline :source "lockfile" :date - (26486 10353 811643 0) + (26490 8126 640978 0) :recipe (:package "powerline" :fetcher github :repo "milkypostman/powerline" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c35c35bdf5ce2d992882c1f06f0f078058870d4a")) (parseedn :source "lockfile" :date - (26486 10353 803626 0) + (26490 8126 633047 0) :recipe (:package "parseedn" :repo "clojure-emacs/parseedn" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "3407e4530a367b6c2b857dae261cdbb67a440aaa")) (queue :source "lockfile" :date - (26486 10353 795579 0) + (26490 8126 625272 0) :recipe (:package "queue" :repo ("git://git.sv.gnu.org/emacs/elpa" . "queue") @@ -840,115 +839,115 @@ (:exclude ".git")) :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "f986fb68e75bdae951efb9e11a3012ab6bd408ee")) (sesman :source "lockfile" :date - (26486 10353 787582 0) + (26490 8126 617463 0) :recipe (:package "sesman" :repo "vspinu/sesman" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "7bca68dbbab0af26a6a23be1ff5fa97f9a18e022")) (parseclj :source "lockfile" :date - (26486 10353 779524 0) + (26490 8126 609596 0) :recipe (:package "parseclj" :repo "clojure-emacs/parseclj" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "6af22372e0fe14df882dd300b22b12ba2d7e00b0")) (paredit :source "lockfile" :date - (26486 10353 771545 0) + (26490 8126 601690 0) :recipe (:package "paredit" :fetcher git :url "https://mumble.net/~campbell/git/paredit.git" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "af075775af91f2dbc63b915d762b4aec092946c4")) (multiple-cursors :source "lockfile" :date - (26486 10353 763543 0) + (26490 8126 593837 0) :recipe (:package "multiple-cursors" :fetcher github :repo "magnars/multiple-cursors.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "dd10cf2334333838e4550f091a75695448e26765")) (inflections :source "lockfile" :date - (26486 10353 755514 0) + (26490 8126 585922 0) :recipe (:package "inflections" :repo "eschulte/jump.el" :fetcher github :files ("inflections.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "55caa66a7cc6e0b1a76143fd40eff38416928941")) (reformatter :source "lockfile" :date - (26486 10353 747510 0) + (26490 8126 578103 0) :recipe (:package "reformatter" :repo "purcell/emacs-reformatter" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f2cb59466b1c3f85a8c960f7d4b7b7ead015bedc")) (iedit :source "lockfile" :date - (26486 10353 739356 0) + (26490 8126 570269 0) :recipe (:package "iedit" :repo "victorhge/iedit" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "27c61866b1b9b8d77629ac702e5f48e67dfe0d3b")) (swiper :source "lockfile" :date - (26486 10353 731282 0) + (26490 8126 562531 0) :recipe (:package "swiper" :repo "abo-abo/swiper" :fetcher github :files ("swiper.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "8dc02d5b725f78d1f80904807b46f5406f129674")) (zoutline :source "lockfile" :date - (26486 10353 723235 0) + (26490 8126 554657 0) :recipe (:package "zoutline" :repo "abo-abo/zoutline" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "32857c6c4b9b0bcbed14d825a10b91a98d5fed0a")) (ivy :source "lockfile" :date - (26486 10353 715121 0) + (26490 8126 546808 0) :recipe (:package "ivy" :repo "abo-abo/swiper" :fetcher github :files (:defaults "doc/ivy-help.org" (:exclude "swiper.el" "counsel.el" "ivy-hydra.el" "ivy-avy.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "8dc02d5b725f78d1f80904807b46f5406f129674")) (heex-ts-mode :source "lockfile" :date - (26486 10353 706977 0) + (26490 8126 538719 0) :recipe (:package "heex-ts-mode" :repo "wkirschbaum/heex-ts-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "dafed72c254c226cdd28528ac70965ef8efa04ca")) (caml :source "lockfile" :date - (26486 10353 698881 0) + (26490 8126 530355 0) :recipe (:package "caml" :repo "ocaml/caml-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "47defafa2b08fb680e89bfee9cb9ce82bd9e3bcf")) (aio :source "lockfile" :date - (26486 10353 690802 0) + (26490 8126 522342 0) :recipe (:package "aio" :fetcher github :repo "skeeto/emacs-aio" :files ("aio.el" "README.md" "UNLICENSE") :source "MELPA" :protocol https :inherit t :depth treeless :ref "da93523e235529fa97d6f251319d9e1d6fc24a41")) (tablist :source "lockfile" :date - (26486 10353 682610 0) + (26490 8126 514193 0) :recipe (:package "tablist" :fetcher github :repo "emacsorphanage/tablist" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "fcd37147121fabdf003a70279cf86fbe08cfac6f")) (hcl-mode :source "lockfile" :date - (26486 10353 674231 0) + (26490 8126 506057 0) :recipe (:package "hcl-mode" :repo "hcl-emacs/hcl-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "1da895ed75d28d9f87cbf9b74f075d90ba31c0ed")) (groovy-mode :source "lockfile" :date - (26486 10353 666058 0) + (26490 8126 497836 0) :recipe (:package "groovy-mode" :fetcher github :repo "Groovy-Emacs-Modes/groovy-emacs-modes" :files ("*groovy*.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "7b8520b2e2d3ab1d62b35c426e17ac25ed0120bb")) (json-snatcher :source "lockfile" :date - (26486 10353 656842 0) + (26490 8126 489249 0) :recipe (:package "json-snatcher" :fetcher github :repo "Sterlingg/json-snatcher" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" diff --git a/lisp/icejam-base.el b/lisp/icejam-base.el index 48ce08b..ccc881f 100644 --- a/lisp/icejam-base.el +++ b/lisp/icejam-base.el @@ -59,7 +59,7 @@ ;; #====================== Backup config #============================== (setopt backup-directory-alist - `((".*" . "~/.emacs.d/backups/auto-save-list"))) + `((".*" . "~/.emacs.d/backups/auto-save-list"))) (setopt auto-save-file-name-transforms `((".*", "~/.emacs.d/backups/auto-save-list" t))) @@ -100,16 +100,18 @@ (use-package exec-path-from-shell ;; :if (memq window-system '(x mac ns)) :ensure t + :defer t + :hook ((elpaca-after-init . exec-path-from-shell-initalize)) :config (declare-function exec-path-from-shell-initialize "exec-path-from-shell") (add-to-list 'exec-path "/usr/local/bin") (dolist (var '("DEFT_PATH" "LANG" "LC_CTYPE")) - (add-to-list 'exec-path-from-shell-variables var)) - (exec-path-from-shell-initialize)) + (add-to-list 'exec-path-from-shell-variables var))) ;; (use-package envrc :ensure t :hook (elpaca-after-init . envrc-global-mode)) -(use-package direnv :ensure t :config (direnv-mode t)) +(use-package direnv :ensure t :defer t + :hook ((elpaca-after-init . direnv-mode))) ;; Draw underline lower (setopt x-underline-at-descent-line t) @@ -121,13 +123,12 @@ indicate-empty-lines nil) ;;;;;;;;;;;;;;;;; Treemacs -(use-package treemacs :ensure t +(use-package treemacs :ensure t :defer t + :hook ((elpaca-after-init . treemacs-follow-mode) + (elpaca-after-init . treemacs-project-follow-mode)) :commands (treemacs-follow-mode treemacs-project-follow-mode treemacs) :bind (:map icejam-keys-mode-map - ([(hyper b)] . treemacs)) - :config - (treemacs-follow-mode t) - (treemacs-project-follow-mode t)) + ([(hyper b)] . treemacs))) (use-package treemacs-all-the-icons :ensure t :defer t :requires (treemacs) @@ -135,18 +136,14 @@ :config (treemacs-load-theme "all-the-icons")) ;;;;;;;;;;;;;;;;; Record frequency of different commands. Review them later -(use-package keyfreq :ensure t - :config - (declare-function keyfreq-mode "keyfreq") - (declare-function keyfreq-autosave-mode "keyfreq") - (keyfreq-mode t) - (keyfreq-autosave-mode t)) +(use-package keyfreq :ensure t :defer t + :hook ((elpaca-after-init . keyfreq-mode) + (elpaca-after-init . keyfreq-autosave-mode))) ;;;;;;;;;;;;;;;;; Show hints about key combinations -(use-package which-key :ensure t +(use-package which-key :ensure t :defer t + :hook ((elpaca-after-init . which-key-mode)) :config - (declare-function which-key-mode "which-key") - (which-key-mode t) (setopt which-key-idle-delay 0.5)) ;;;;;;;;;;;;;;;;; Use C-n to create a new line diff --git a/lisp/icejam-blocking.el b/lisp/icejam-blocking.el index 6757739..524f452 100644 --- a/lisp/icejam-blocking.el +++ b/lisp/icejam-blocking.el @@ -12,11 +12,6 @@ (use-package diminish :ensure t) (use-package company :ensure t) -;; https://emacs-lsp.github.io/lsp-mode/page/performance/#use-plists-for-deserialization -;; This supposedly makes it faster. -(setenv "LSP_USE_PLISTS" "true") -(use-package lsp-mode :ensure t) - ;; Finally, wait for installation of these four packages. (declare-function elpaca-wait "elpaca") (elpaca-wait) diff --git a/lisp/icejam-company-yasnippet.el b/lisp/icejam-company-yasnippet.el index f05a13b..23c2992 100644 --- a/lisp/icejam-company-yasnippet.el +++ b/lisp/icejam-company-yasnippet.el @@ -4,9 +4,9 @@ ;;; Code: (require 'icejam-blocking) -(use-package yasnippet :ensure t +(use-package yasnippet :ensure t :defer t + :hook ((elpaca-after-init . yas-global-mode)) :config - (yas-global-mode t) (unbind-key "C-c & C-n" yas-minor-mode-map) (unbind-key "C-c & C-s" yas-minor-mode-map) (unbind-key "C-c & C-v" yas-minor-mode-map)) @@ -77,7 +77,7 @@ ;; Only use RETURN for completion in company (unbind-key "TAB" company-active-map) -;;; Yasnippet configuration + ;; Yasnippet configuration (define-key prog-mode-map (kbd "C-c y") 'company-yasnippet) (define-key prog-mode-map (kbd "") 'icejam-insert-space-and-complete) (define-key prog-mode-map (kbd "TAB") 'company-indent-or-complete-common) diff --git a/lisp/icejam-completing-read.el b/lisp/icejam-completing-read.el index e1c9e71..0fec4db 100644 --- a/lisp/icejam-completing-read.el +++ b/lisp/icejam-completing-read.el @@ -32,7 +32,8 @@ (add-hook 'minibuffer-setup-hook #'cursor-intangible-mode) ;; Actual orderless -(use-package vertico :ensure t +(use-package vertico :ensure t :defer t + :hook ((elpaca-after-init . vertico-mode)) :config (setopt vertico-scroll-margin 1) ;; Scroll on N-1 (setopt vertico-count 15) ;; Show 5 more candidates @@ -41,22 +42,17 @@ ;; Add working page up /down (keymap-set vertico-map "" 'vertico-scroll-up) - (keymap-set vertico-map "" 'vertico-scroll-down) - - (declare-function vertico-mode "vertico") - (vertico-mode t)) + (keymap-set vertico-map "" 'vertico-scroll-down)) (use-package orderless :ensure t :config - (setopt completion-styles '(orderless partial-completion basic)) ;; Fallback to basic if orderless does not work. + ;; Fallback to basic if orderless does not work. + (setopt completion-styles '(orderless partial-completion basic)) (setopt completion-category-defaults nil) (setopt completion-category-overrides '((file (styles partial-completion))))) - -(use-package marginalia :ensure t - :config - (declare-function marginalia-mode "marginalia") - (marginalia-mode t)) +(use-package marginalia :ensure t :defer t + :hook ((elpaca-after-init . marginalia-mode))) (use-package consult :ensure t :config @@ -70,7 +66,11 @@ ("M-g g" . consult-goto-line) ("C-c a" . consult-ripgrep))) -(use-package helpful :ensure t) +(use-package helpful :ensure t :defer t + :bind (([remap describe-key] . helpful-key) + ([remap describe-variable] . helpful-variable) + ([remap describe-function] . helpful-callable) + ([remap describe-command] . helpful-command))) (provide 'icejam-completing-read) ;;; icejam-completing-read.el ends here diff --git a/lisp/icejam-deft.el b/lisp/icejam-deft.el index c377d81..2518f1e 100644 --- a/lisp/icejam-deft.el +++ b/lisp/icejam-deft.el @@ -6,7 +6,7 @@ (require 'icejam-keys-mode) (require 'icejam-transient) -(use-package deft :ensure t +(use-package deft :ensure t :defer t :config (setopt deft-directory (substitute-in-file-name "$DEFT_PATH") deft-default-extension "md" diff --git a/lisp/icejam-flycheck.el b/lisp/icejam-flycheck.el index 976bca0..a73ef44 100644 --- a/lisp/icejam-flycheck.el +++ b/lisp/icejam-flycheck.el @@ -2,7 +2,7 @@ ;;; Commentary: ;;; Code: -;; Use flycheck globally to check syntax and compile languages +;; Use flycheck checks with flymake. (use-package flymake-flycheck :ensure t :defer t :config (setq-default flycheck-disabled-checkers @@ -10,36 +10,18 @@ '(emacs-lisp emacs-lisp-checkdoc emacs-lisp-package sh-shellcheck)))) +;; Use flymake, the built in linter/checker. (use-package flymake :ensure nil + :defer t :config - (setopt flymake-mode-line-lighter "Fly") ;; Show 'Fly' in mode line - (setopt elisp-flymake-byte-compile-load-path load-path) ;; Use the same load-path as normal configuration + ;; Show 'Fly' in mode line. + (setopt flymake-mode-line-lighter "Fly") + ;; Use the same load-path as normal configuration. This makes the errors that + ;; appear in elisp files less jarring. + (setopt elisp-flymake-byte-compile-load-path load-path) :hook ((prog-mode . flymake-mode) (text-mode . flymake-mode) (flymake-mode . flymake-flycheck-auto))) - -;; (use-package flycheck :ensure t -;; :custom ((flycheck-emacs-lisp-load-path 'inherit)) -;; :config -;; (global-flycheck-mode t) -;; (setopt flycheck-emacs-lisp-load-path 'inherit) -;; (unbind-key "C-c ! C-c" flycheck-mode-map) -;; (unbind-key "C-c ! C-w" flycheck-mode-map) -;; (unbind-key "C-c ! ?" flycheck-mode-map) -;; (unbind-key "C-c ! C" flycheck-mode-map) -;; (unbind-key "C-c ! H" flycheck-mode-map) -;; (unbind-key "C-c ! V" flycheck-mode-map) -;; (unbind-key "C-c ! c" flycheck-mode-map) -;; (unbind-key "C-c ! e" flycheck-mode-map) -;; (unbind-key "C-c ! h" flycheck-mode-map) -;; (unbind-key "C-c ! i" flycheck-mode-map) -;; (unbind-key "C-c ! l" flycheck-mode-map) -;; (unbind-key "C-c ! n" flycheck-mode-map) -;; (unbind-key "C-c ! p" flycheck-mode-map) -;; (unbind-key "C-c ! s" flycheck-mode-map) -;; (unbind-key "C-c ! v" flycheck-mode-map) -;; (unbind-key "C-c ! x" flycheck-mode-map)) - (provide 'icejam-flycheck) ;;; icejam-flycheck.el ends here diff --git a/lisp/icejam-ispell.el b/lisp/icejam-ispell.el index 04061d4..3abd1a1 100644 --- a/lisp/icejam-ispell.el +++ b/lisp/icejam-ispell.el @@ -3,7 +3,7 @@ ;;; Highlight misspelled words ;;; Code: -(use-package ispell :ensure nil +(use-package ispell :ensure nil :defer t :config (setopt ispell-program-name "aspell") (setopt ispell-extra-args '("--run-together" "--run-together-limit=5" "--run-together-min=2"))) diff --git a/lisp/icejam-lsp.el b/lisp/icejam-lsp.el index 9a2591b..e8a0adb 100644 --- a/lisp/icejam-lsp.el +++ b/lisp/icejam-lsp.el @@ -4,8 +4,11 @@ ;;; Code: (require 'icejam-blocking) -;; (use-package lsp-mode :ensure (:depth 5) :requires (company)) -(with-eval-after-load 'lsp-mode +;; https://emacs-lsp.github.io/lsp-mode/page/performance/#use-plists-for-deserialization +;; This supposedly makes it faster. +(setenv "LSP_USE_PLISTS" "true") +(use-package lsp-mode :ensure t :defer t + :config (add-to-list 'lsp-disabled-clients '(typescript-ts-mode . vue-semantic-server)) (add-to-list 'lsp-disabled-clients '(js-mode . vue-semantic-server)) (add-to-list 'lsp-disabled-clients '(css-mode . vue-semantic-server)) @@ -60,8 +63,8 @@ (unbind-key "s-l s r" lsp-mode-map) (unbind-key "s-l s s" lsp-mode-map)) -(use-package lsp-ui :ensure t :after (lsp-mode)) -(with-eval-after-load 'lsp-ui +(use-package lsp-ui :ensure t :after (lsp-mode) :defer t + :config (setopt lsp-ui-doc-enable t lsp-ui-header t lsp-ui-delay 0.5 ;; Wait half a second to display documentation @@ -69,7 +72,7 @@ lsp-ui-doc-include-signature t)) ;; Lsp debugger mode -(use-package dap-mode :ensure t :after (lsp-mode lsp-ui)) +(use-package dap-mode :ensure t :after (lsp-mode lsp-ui) :defer t) (provide 'icejam-lsp) ;;; icejam-lsp.el ends here diff --git a/lisp/icejam-prog-mode.el b/lisp/icejam-prog-mode.el index 54ab56a..dbf927d 100644 --- a/lisp/icejam-prog-mode.el +++ b/lisp/icejam-prog-mode.el @@ -12,10 +12,9 @@ (global-eldoc-mode t) ;; Revert tag tables without asking -(use-package etags :ensure nil +(use-package etags :ensure nil :defer t :config - (setopt tags-revert-without-query t) ;; Revert tags without query - ) + (setopt tags-revert-without-query t)) ;;; Show trailing whitespace and remove whitespace on save (use-package whitespace :ensure nil @@ -32,20 +31,19 @@ ;; Use colorful, matching parens ;; Rework the code below to enumerate each hook separately: -(use-package rainbow-delimiters :ensure t +(use-package rainbow-delimiters :ensure t :defer t :hook ((prog-mode . rainbow-delimiters-mode) - (text-mode . rainbow-delimiters-mode)) - :config - (electric-pair-mode t) - (show-paren-mode t)) + (text-mode . rainbow-delimiters-mode) + (elpaca-after-init . electric-pair-mode) + (elpaca-after-init . show-paren-mode))) ;;; Show hex (#aaa) colors as colors -(use-package rainbow-mode :ensure t +(use-package rainbow-mode :ensure t :defer t :hook ((prog-mode . rainbow-mode) (text-mode . rainbow-mode))) ;; Dash integration -(use-package dash-at-point :ensure t) +(use-package dash-at-point :ensure t :defer t) (with-eval-after-load 'dash-at-point (add-to-list 'dash-at-point-mode-alist '(enh-ruby-mode . "ruby,rubygems,rails")) (add-to-list 'dash-at-point-mode-alist '(elixir-ts-mode . "elixir,hex"))) @@ -61,13 +59,11 @@ (setq-local tab-width step) (setq-local tab-stop-list (number-sequence step 200 step))) -(use-package column-enforce-mode :ensure t - :config - (declare-function global-column-enforce-mode "column-enforce-mode") - (global-column-enforce-mode t)) +(use-package column-enforce-mode :ensure t :defer t + :hook (elpaca-after-init . global-column-enforce-mode)) ;; PCRE to Emacs regex translations -(use-package pcre2el :ensure t) +(use-package pcre2el :ensure t :defer t) ;; Visual regexp (use-package visual-regexp-steroids :ensure t :after (pcre2el) diff --git a/lisp/icejam-tree-sitter.el b/lisp/icejam-tree-sitter.el index debd006..9e9fbc4 100644 --- a/lisp/icejam-tree-sitter.el +++ b/lisp/icejam-tree-sitter.el @@ -11,25 +11,27 @@ ;;; Code: -(use-package tree-sitter-langs :ensure t - :config - (declare-function tree-sitter-langs--bin-dir "tree-sitter-langs") - (add-to-list 'treesit-extra-load-path (tree-sitter-langs--bin-dir)) +(use-package tree-sitter-langs :ensure t :defer t + :commands tree-sitter-langs--bin-dir + :hook + (elpaca-after-init . (lambda () (add-to-list + 'treesit-extra-load-path + (tree-sitter-langs--bin-dir))))) - (defun icejam-tree-sitter-symlink-grammar-objects () - "Create symlinks for treesitter grammars. -Tree-sitter-langs-build releases grammars as LANG.so. Treesit needs +(defun icejam-tree-sitter-symlink-grammar-objects () + "Create symlinks for treesitter grammars. +Tree-sitter-langs-build releases grammars as LANG.so. Treesit needs libtree-sitter-LANG.so" - (interactive) - (dolist (file (directory-files (tree-sitter-langs--bin-dir) 'full - (concat "\\" (car tree-sitter-load-suffixes) "$"))) - ;; make symlink (or copy) libtree-sitter-c.so -> c.so - (let ((target (concat (file-name-as-directory (file-name-directory file)) - "libtree-sitter-" - (file-name-nondirectory file)))) - (if (memq system-type '(ms-dos windows-nt cygwin)) - (copy-file file target) - (make-symbolic-link file target)))))) + (interactive) + (dolist (file (directory-files (tree-sitter-langs--bin-dir) 'full + (concat "\\" (car tree-sitter-load-suffixes) "$"))) + ;; make symlink (or copy) libtree-sitter-c.so -> c.so + (let ((target (concat (file-name-as-directory (file-name-directory file)) + "libtree-sitter-" + (file-name-nondirectory file)))) + (if (memq system-type '(ms-dos windows-nt cygwin)) + (copy-file file target) + (make-symbolic-link file target))))) (provide 'icejam-tree-sitter) ;;; icejam-tree-sitter.el ends here diff --git a/lisp/langs/icejam-lang-elixir.el b/lisp/langs/icejam-lang-elixir.el index bfc0c12..5fef361 100644 --- a/lisp/langs/icejam-lang-elixir.el +++ b/lisp/langs/icejam-lang-elixir.el @@ -9,17 +9,12 @@ (declare-function lsp "lsp-mode" nil) (declare-function column-enforce-n "column-enforce-mode" (number)) -;; Elixir mode is used for formatting through elixir-format function, -;; so it needs to be loaded without deferring. One it is, we can -;; make it so that treesit takes over. -(use-package elixir-mode :ensure t - :config - (add-to-list 'auto-mode-alist '("\\.exs\\'" . elixir-ts-mode)) - (add-to-list 'auto-mode-alist '("\\.ex\\'" . elixir-ts-mode))) +;; Only load the elixir-format from elixir mode. +(use-package elixir-format :defer t + :ensure (:type git :host github :repo "elixir-editors/emacs-elixir" :files ("elixir-format.el"))) -(use-package elixir-ts-mode :ensure t - :after (elixir-mode lsp-mode lsp-ui) - :defer t) +(use-package elixir-ts-mode :ensure t :defer t + :after (elixir-format lsp-mode lsp-ui)) (transient-define-prefix icejam-elixir-lang-menu () "Elixir Buffer Commands." diff --git a/lisp/langs/icejam-lang-markdown.el b/lisp/langs/icejam-lang-markdown.el index 6e3ab50..f2240d0 100644 --- a/lisp/langs/icejam-lang-markdown.el +++ b/lisp/langs/icejam-lang-markdown.el @@ -8,7 +8,7 @@ ;; a warning from the byte compiler. (declare-function elpaca-installed-p "elpaca") (unless (elpaca-installed-p 'markdown-mode) - (use-package markdown-mode :ensure t)) + (use-package markdown-mode :ensure t :defer t)) (with-eval-after-load 'markdown-mode (setq-default markdown-command "pandoc")) From 0ec8f700af8f625f723c246da497e5d2a082d563 Mon Sep 17 00:00:00 2001 From: Maciej Szlosarczyk Date: Sun, 5 Jan 2025 17:34:12 +0200 Subject: [PATCH 12/34] Fix bug in exec-path-from-shell hook, simplify font setup --- README.MD | 13 +--- lisp/icejam-base.el | 4 +- lisp/icejam-custom-init.el | 1 + lisp/icejam-fonts.el | 143 ++++++++++++++++++------------------- 4 files changed, 75 insertions(+), 86 deletions(-) diff --git a/README.MD b/README.MD index 49aaf19..ccef7a4 100644 --- a/README.MD +++ b/README.MD @@ -1,14 +1,8 @@ -# My emacs config +# Emacs configuration -Contains config I use for the following languages/modes: +This is the repository of my emacs configuration that I use on both MacOS and Linux. There are some additional configuration properties to use with BSD when I was testing it, but it is best treated as abandoned. -* Elixir -* Ruby -* Rust -* Markdown -* HTML and compatibile (ERB) - -As of current iteration, I avoid usage of Evil modes, instead focusing of usage of Emacs functionality. +I predominantly write Elixir, so that part is the most polished bit of the configuration but it also works for Ruby, Rust, Go, Javascript/Typescript and Kotlin. I use emacs for programming, so there is no org-mode, GTD, email or RSS here. I use deft to keep some programming notes here and there. ## Installation @@ -19,6 +13,5 @@ git clone git@github.com:maciej-szlosarczyk/emacs.git ~/.emacs.d And then put the following lines into init.el ```emacs -(add-to-list 'load-path (concat user-emacs-directory "lisp")) (require 'icejam-custom-init) ``` diff --git a/lisp/icejam-base.el b/lisp/icejam-base.el index ccc881f..c363539 100644 --- a/lisp/icejam-base.el +++ b/lisp/icejam-base.el @@ -101,15 +101,13 @@ ;; :if (memq window-system '(x mac ns)) :ensure t :defer t - :hook ((elpaca-after-init . exec-path-from-shell-initalize)) + :hook ((elpaca-after-init . exec-path-from-shell-initialize)) :config (declare-function exec-path-from-shell-initialize "exec-path-from-shell") (add-to-list 'exec-path "/usr/local/bin") (dolist (var '("DEFT_PATH" "LANG" "LC_CTYPE")) (add-to-list 'exec-path-from-shell-variables var))) -;; (use-package envrc :ensure t :hook (elpaca-after-init . envrc-global-mode)) - (use-package direnv :ensure t :defer t :hook ((elpaca-after-init . direnv-mode))) diff --git a/lisp/icejam-custom-init.el b/lisp/icejam-custom-init.el index 6a76f73..fa58a8e 100644 --- a/lisp/icejam-custom-init.el +++ b/lisp/icejam-custom-init.el @@ -78,6 +78,7 @@ ;; I don't know why this needs to be here and with a lisp directory, but ;; normal subdirs.el file doesn't work. +(add-to-list 'load-path (concat user-emacs-directory "lisp")) (add-to-list 'load-path (concat user-emacs-directory "lisp/themes")) (add-to-list 'load-path (concat user-emacs-directory "lisp/langs")) diff --git a/lisp/icejam-fonts.el b/lisp/icejam-fonts.el index 3fe0d9b..811675e 100644 --- a/lisp/icejam-fonts.el +++ b/lisp/icejam-fonts.el @@ -9,6 +9,7 @@ ;; Set font stuff ;;; Code: +(use-package dash :ensure t :defer t) ;; (defconst icejam-font "Monoid" ;; (defconst icejam-font "Fira Mono" @@ -27,21 +28,27 @@ ;; (defconst icejam-font "Victor Mono Medium" "Default font.") ;; (defconst icejam-font "Iosevka Term" "Default font.") -(defconst icejam-font "Iosevka Comfy Motion" "Default font.") +(defconst icejam-font-family "Iosevka Comfy Motion" "Default font.") +(defconst icejam-markdown-font-family "Iosevka Term" "Font used to render code blocks in markdown.") -(defconst icejam-font-size 14 - "Default size of then font. -It is used to calculated the size in relation to the screen +(defconst icejam-font-height 14 + "Default height of then font. +It is used to calculated the height in relation to the screen in `icejam-set-font-to-screen`.") -(defcustom icejam-mut-font - icejam-font +(defcustom icejam-mut-font-family + icejam-font-family "Current font, defaults to the one loaded in the beginning." :type 'string :group 'icejam) -(defcustom icejam-mut-font-size - icejam-font-size - "Current font size." +(defcustom icejam-mut-markdown-font-family + icejam-markdown-font-family + "Current markdown font family, defaults to the one loaded in the beginning." + :type 'string + :group 'icejam) +(defcustom icejam-mut-font-height + icejam-font-height + "Current font height." :type 'integer :group 'icejam) @@ -50,85 +57,75 @@ in `icejam-set-font-to-screen`.") (defvar lsp-ui-doc-frame-hook) (defun icejam-set-lsp-ui-font-hook () - "Reset LSP IO font to specified `icejam-font` and `icejam-font-size`." + "Reset LSP IO font to specified `icejam-font` and `icejam-font-height`." (setopt lsp-ui-doc-frame-hook nil) - (add-hook 'lsp-ui-doc-frame-hook - (lambda (frame _w) - (set-face-attribute - 'default frame :font - (format "%s %d" icejam-mut-font (- icejam-mut-font-size 2)))))) + (add-hook + 'lsp-ui-doc-frame-hook + (lambda (frame _w) + (set-face-attribute 'default frame + :family icejam-mut-font-family + :height (-> icejam-mut-font-height (- 2) (* 10)))))) -(defun icejam-set-font (name size) - "Set font to NAME and its SIZE to X pixels." - (interactive "sNew font: \nnEnter size for %s: ") - (setopt icejam-mut-font name) - (setopt icejam-mut-font-size size) +(defun icejam-set-font (family height) + "Set font to FAMILY and its HEIGHT to X. - (set-face-attribute 'default nil :font (format "%s %d" name size)) +Not all faces will be set to this value. Some of them look better with being +slightly smaller than the default face, by 1 point. Those are: `tooltip', +`company-tooltip', `company-tooltip-annotation', `company-tooltip-mouse'. - ;; Set completion and modeline font to be 1 pixel point smaller than - ;; the general font - ;; (set-face-attribute - ;; 'markdown-code-face nil :font (format "%s %d" name (- size 1))) - (set-face-attribute - 'tooltip nil :font (format "%s %d" name (- size 1))) - (set-face-attribute - 'company-tooltip nil :font (format "%s %d" name (- size 1))) - (set-face-attribute - 'company-tooltip-annotation nil :font (format "%s %d" name (- size 1))) - (set-face-attribute - 'company-tooltip-mouse nil :font (format "%s %d" name (- size 1))) - (set-face-attribute - 'mode-line nil :font (format "%s %d" name (- size 1))) - (set-face-attribute - 'mode-line-inactive nil :font (format "%s %d" name (- size 1))) +Modeline faces (`mode-line' and `mode-line-inactive') look better if they are +two points smaller." + (interactive "sNew font: \nnEnter height for %s: ") + (setopt icejam-mut-font-family family) + (setopt icejam-mut-font-height height) + + ;; Set default font. + (set-face-attribute 'default nil :family family :height (-> height (* 10))) + + ;; Some font faces look better when they are 1 point smaller. + (dolist (face '(tooltip + company-tooltip + company-tooltip-annotation + company-tooltip-mouse)) + (set-face-attribute face nil :height (-> height (- 1) (* 10)))) + + ;; And some, mainly in modeline with 2 points. + (dolist (face '(mode-line mode-line-inactive)) + (set-face-attribute face nil :height (-> height (- 2) (* 10)))) ;; Call LSP-UI hook (icejam-set-lsp-ui-font-hook)) (defun icejam-set-font-to-screen () - "Automatically set font size to suit the monitor." - ;; If display is set to emulate FullHD resultion or less, make the font - ;; smaller. + "Automatically set font height to suit the monitor." (interactive) - (cond ((eq (x-display-list) nil)) - ;; built-in screen - ((>= 1050 (x-display-pixel-height)) - (icejam-set-font icejam-font icejam-font-size)) + ;; Only do anything if there's a display at all. + (if (x-display-list) + (cond + ;; LG 27" screen connected to a MacBook. + ((>= 1080 (x-display-pixel-height)) + (icejam-set-font icejam-font-family icejam-font-height)) - ;; 4K screen on a Mac - ((>= 1080 (x-display-pixel-height)) - (icejam-set-font icejam-font icejam-font-size)) + ;; MacBook 14" built-in screen. + ((>= 1440 (x-display-pixel-height)) + (icejam-set-font icejam-font-family (+ icejam-font-height 3))) - ;; Other screens - ((>= 1120 (x-display-pixel-height)) - (icejam-set-font icejam-font icejam-font-size)) + ;; 4K screen on Windows or Linux + ((>= 2160 (x-display-pixel-height)) + (icejam-set-font icejam-font-family (- icejam-font-height 3)))))) - ((>= 1440 (x-display-pixel-height)) - (icejam-set-font icejam-font (+ icejam-font-size 3))) +;; Run the above function once, after elpaca finishes all downloads. +(add-hook 'elpaca-after-init-hook 'icejam-set-font-to-screen) - ((>= 1920 (x-display-pixel-height)) - (icejam-set-font icejam-font icejam-font-size)) +(defun icejam-set-font-height (height) + "Set font to a specified HEIGHT." + (interactive "nEnter height for font: ") + (icejam-set-font icejam-mut-font-family height)) - ;; 4K screen on Windows or Linux - ((>= 2160 (x-display-pixel-height)) - (icejam-set-font icejam-font (- icejam-font-size 3))) - - ;; Default - (t (icejam-set-font icejam-font (- icejam-font-size 3))))) - -;; Do it automatically on startup -(icejam-set-font-to-screen) - -(defun icejam-set-font-size (size) - "Set font to a specified SIZE." - (interactive "nEnter size for font: ") - (icejam-set-font icejam-mut-font size)) - -(defun icejam-set-font-size-for-this-frame (new-size) - "Set font NEW-SIZE for this frame only." - (interactive "nEnter new size for font in this frame: ") - (set-frame-font (format "%s %d" icejam-mut-font new-size))) +(defun icejam-set-font-height-for-this-frame (new-height) + "Set font NEW-HEIGHT for this frame only." + (interactive "nEnter new height for font in this frame: ") + (set-frame-font (format "%s %d" icejam-mut-font-family new-height))) ;; Remove ugly black line (set-face-attribute 'vertical-border nil :foreground From 46b86fc5a9e022ca8d4586032567222dd83f7ed2 Mon Sep 17 00:00:00 2001 From: Maciej Szlosarczyk Date: Mon, 6 Jan 2025 11:36:39 +0200 Subject: [PATCH 13/34] Make diminish non-blocking Further lowers the startup time --- lisp/icejam-blocking.el | 1 - lisp/icejam-diminish.el | 41 ++++++++++++++++++--------------- lisp/icejam-fonts.el | 8 +++---- lisp/langs/icejam-lang-elisp.el | 4 ++++ 4 files changed, 31 insertions(+), 23 deletions(-) diff --git a/lisp/icejam-blocking.el b/lisp/icejam-blocking.el index 524f452..428235a 100644 --- a/lisp/icejam-blocking.el +++ b/lisp/icejam-blocking.el @@ -9,7 +9,6 @@ ;;; Code: (use-package transient :ensure t) -(use-package diminish :ensure t) (use-package company :ensure t) ;; Finally, wait for installation of these four packages. diff --git a/lisp/icejam-diminish.el b/lisp/icejam-diminish.el index 1332de0..9e2d0ed 100644 --- a/lisp/icejam-diminish.el +++ b/lisp/icejam-diminish.el @@ -6,27 +6,32 @@ ;;; Commentary: -;; diminish minor modes +;; diminish minor modes to remove modeline litter. ;;; Code: -(require 'icejam-blocking) -;; (use-package diminish :ensure t) +(use-package diminish :ensure t :defer t :commands (diminish)) -(with-eval-after-load 'diminish - (with-eval-after-load 'flyspell (diminish 'flyspell-mode)) - (with-eval-after-load 'flycheck (diminish 'flycheck-mode)) - (with-eval-after-load 'rainbow-mode (diminish 'rainbow-mode)) - (with-eval-after-load 'undo-tree (diminish 'undo-tree-mode)) - (with-eval-after-load 'company (diminish 'company-mode)) - (with-eval-after-load 'which-key (diminish 'which-key-mode)) - (with-eval-after-load 'eldoc (diminish 'eldoc-mode)) - (with-eval-after-load 'yasnippet (diminish 'yas-minor-mode)) - (with-eval-after-load 'whitespace (diminish 'whitespace-mode)) - (with-eval-after-load 'autorevert (diminish 'auto-revert-mode)) - (with-eval-after-load 'ivy (diminish 'ivy-mode)) - (with-eval-after-load 'company-box (diminish 'company-box-mode)) - (with-eval-after-load 'smerge-mode (diminish 'smerge-mode)) - (with-eval-after-load 'gcmh (diminish 'gcmh-mode))) +(defun icejam-diminish-modes () + "Diminish selected modes." + (dolist (package-and-mode '((flyspell flyspell-mode) + (flycheck flycheck-mode) + (rainbow-mode rainbow-mode) + (undo-tree undo-tree-mode) + (company company-mode) + (which-key which-key-mode) + (eldoc eldoc-mode) + (yasnippet yas-minor-mode) + (whitespace whitespace-mode) + (autorevert auto-revert-mode) + (ivy ivy-mode) + (company-box company-box-mode) + (smerge-mode smerge-mode) + (gcmh gcmh-mode))) + (let ((package (car package-and-mode)) + (mode (car (last package-and-mode)))) + (with-eval-after-load package (diminish mode))))) + +(add-hook 'elpaca-after-init-hook 'icejam-diminish-modes) (provide 'icejam-diminish) ;;; icejam-diminish.el ends here diff --git a/lisp/icejam-fonts.el b/lisp/icejam-fonts.el index 811675e..ec3bdf4 100644 --- a/lisp/icejam-fonts.el +++ b/lisp/icejam-fonts.el @@ -3,14 +3,11 @@ ;; Author: Maciej Szlosarczyk ;; Maintainer: Maciej Szlosarczyk ;; Version: 0.1-snapshot - ;;; Commentary: ;; Set font stuff ;;; Code: -(use-package dash :ensure t :defer t) - ;; (defconst icejam-font "Monoid" ;; (defconst icejam-font "Fira Mono" ;; (defconst icejam-font "Fira Code" @@ -26,11 +23,14 @@ ;; (defconst icejam-font "Berkeley Mono Trial" ;; (defconst icejam-font "Inconsolata" ;; (defconst icejam-font "Victor Mono Medium" "Default font.") - ;; (defconst icejam-font "Iosevka Term" "Default font.") + (defconst icejam-font-family "Iosevka Comfy Motion" "Default font.") (defconst icejam-markdown-font-family "Iosevka Term" "Font used to render code blocks in markdown.") +;; Require dash functions to be included: +(declare-function -> "dash.el") + (defconst icejam-font-height 14 "Default height of then font. It is used to calculated the height in relation to the screen diff --git a/lisp/langs/icejam-lang-elisp.el b/lisp/langs/icejam-lang-elisp.el index 44484bd..9f7d5c5 100644 --- a/lisp/langs/icejam-lang-elisp.el +++ b/lisp/langs/icejam-lang-elisp.el @@ -5,6 +5,9 @@ (require 'icejam-prog-mode) (require 'icejam-transient) +;; Dash is a package that creates terse and more natural to me functions to +;; do basic things in Elisp. +(use-package dash :ensure t :defer t) (use-package lispy :ensure t :defer t) (use-package aggressive-indent :ensure t :defer t) @@ -32,6 +35,7 @@ (icejam-set-indent 2) ;; Default indentation of 2 characters (column-enforce-n 80) + (dash-fontify-mode t) ;; Fontify dash variables (lispy-mode t) ;; Pseudomodal editing for lisp code (aggressive-indent-mode) ;; Indent lisp automatically From d260817105c14d523c9fac9a7cdb5bcea90c7164 Mon Sep 17 00:00:00 2001 From: Maciej Szlosarczyk Date: Mon, 6 Jan 2025 19:59:33 +0200 Subject: [PATCH 14/34] Make gcmh deferred --- elpaca.lock | 334 +++++++++++++++++++-------------------- lisp/icejam-base.el | 8 +- lisp/icejam-blocking.el | 4 +- lisp/icejam-fonts.el | 62 ++++---- lisp/icejam-magit.el | 5 +- lisp/icejam-transient.el | 1 - 6 files changed, 208 insertions(+), 206 deletions(-) diff --git a/elpaca.lock b/elpaca.lock index c74c874..88334b5 100644 --- a/elpaca.lock +++ b/elpaca.lock @@ -1,5 +1,5 @@ ((elpaca :source "lockfile" :date - (26490 8127 573337 0) + (26492 5050 620228 0) :recipe (:source nil :protocol https :inherit t :depth 1 :repo "https://github.com/progfolio/elpaca.git" :ref "92cbdba42bd1696f19cb9739ecb59ae6098d53f9" :files (:defaults "elpaca-test.el" @@ -8,7 +8,7 @@ (:not elpaca--activate-package) :package "elpaca")) (elpaca-use-package :source "lockfile" :date - (26490 8127 565413 0) + (26492 5050 612529 0) :recipe (:package "elpaca-use-package" :wait t :repo "https://github.com/progfolio/elpaca.git" :files ("extensions/elpaca-use-package.el") @@ -16,160 +16,153 @@ (:not elpaca--compile-info) :source "Elpaca extensions" :protocol https :inherit t :depth treeless :ref "92cbdba42bd1696f19cb9739ecb59ae6098d53f9")) (benchmark-init :source "lockfile" :date - (26490 8127 557679 0) + (26492 5050 604794 0) :recipe (:package "benchmark-init" :fetcher github :repo "dholm/benchmark-init-el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :wait t :ref "2b34432d79fa0aae8abc3db72db1cb79a28c00b2")) (transient :source "lockfile" :date - (26490 8127 549842 0) + (26492 5050 597143 0) :recipe (:package "transient" :fetcher github :repo "magit/transient" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "000ff15942878aa1108abaa020da86ada675fea9")) - (diminish :source "lockfile" :date - (26490 8127 541998 0) - :recipe - (:package "diminish" :fetcher github :repo "myrjola/diminish.el" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "fbd5d846611bad828e336b25d2e131d1bc06b83d")) (company :source "lockfile" :date - (26490 8127 534116 0) + (26492 5050 589356 0) :recipe (:package "company" :fetcher github :repo "company-mode/company-mode" :files (:defaults "icons" ("images/small" "doc/images/small/*.png")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "6b4f28562c0f68e1a93d11ed4e9c08d828de22aa")) (compat :source "lockfile" :date - (26490 8127 526287 0) + (26492 5050 581535 0) :recipe (:package "compat" :repo ("https://github.com/emacs-compat/compat" . "compat") :files ("*" (:exclude ".git")) - :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "e87b984bf763aa6c574dde58b3cb4458b3b7db17")) + :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "a1a1c9c395a494ebba26c9d46549fe9daf54e032")) (easy-kill :source "lockfile" :date - (26490 8127 518332 0) + (26492 5050 573643 0) :recipe (:package "easy-kill" :fetcher github :repo "leoliu/easy-kill" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "de7d66c3c864a4722a973ee9bc228a14be49ba0c")) (buffer-move :source "lockfile" :date - (26490 8127 510504 0) + (26492 5050 565645 0) :recipe (:package "buffer-move" :fetcher github :repo "lukhas/buffer-move" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "e7800b3ab1bd76ee475ef35507ec51ecd5a3f065")) (gcmh :source "lockfile" :date - (26490 8127 502521 0) + (26492 5050 557872 0) :recipe (:package "gcmh" :repo "koral/gcmh" :fetcher gitlab :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "0089f9c3a6d4e9a310d0791cf6fa8f35642ecfd9")) (exec-path-from-shell :source "lockfile" :date - (26490 8127 494446 0) + (26492 5050 549519 0) :recipe (:package "exec-path-from-shell" :fetcher github :repo "purcell/exec-path-from-shell" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "4896a797252fbfdac32fb77508500ac7d220f717")) (direnv :source "lockfile" :date - (26490 8127 485514 0) + (26492 5050 541580 0) :recipe (:package "direnv" :fetcher github :repo "wbolster/emacs-direnv" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c0bf3b81c7a97e2a0d06d05495e86848254fcc1f")) (treemacs :source "lockfile" :date - (26490 8127 477061 0) + (26492 5050 533405 0) :recipe (:package "treemacs" :fetcher github :repo "Alexander-Miller/treemacs" :files (:defaults "Changelog.org" "icons" "src/elisp/treemacs*.el" "src/scripts/treemacs*.py" (:exclude "src/extra/*")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "ac3f0706bf6248b7321da683438efdcc6bce3e4c")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "32bb3dd02ddfca85661614b3b227e770fab821e2")) (treemacs-all-the-icons :source "lockfile" :date - (26490 8127 469360 0) + (26492 5050 525538 0) :recipe (:package "treemacs-all-the-icons" :fetcher github :repo "Alexander-Miller/treemacs" :files ("src/extra/treemacs-all-the-icons.el") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "ac3f0706bf6248b7321da683438efdcc6bce3e4c")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "32bb3dd02ddfca85661614b3b227e770fab821e2")) (keyfreq :source "lockfile" :date - (26490 8127 461681 0) + (26492 5050 517631 0) :recipe (:package "keyfreq" :fetcher github :repo "dacap/keyfreq" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c6955162307f37c2ac631d9daf118781009f8dda")) (which-key :source "lockfile" :date - (26490 8127 453826 0) + (26492 5050 509786 0) :recipe (:package "which-key" :repo "justbur/emacs-which-key" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "38d4308d1143b61e4004b6e7a940686784e51500")) (tree-sitter-langs :source "lockfile" :date - (26490 8127 445936 0) + (26492 5050 501944 0) :recipe (:package "tree-sitter-langs" :repo "emacs-tree-sitter/tree-sitter-langs" :fetcher github :branch "release" :files (:defaults "queries") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "e2ee3f66c62139f4cd4483c4d97ec34cb279df9d")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "4f951dbb530d254a0eb223431a0e0d63b2a7399a")) (vertico :source "lockfile" :date - (26490 8127 438230 0) + (26492 5050 494174 0) :recipe (:package "vertico" :repo "minad/vertico" :files (:defaults "extensions/vertico-*.el") :fetcher github :source "MELPA" :protocol https :inherit t :depth treeless :ref "7f36ecf5a550b7605da3433448970448deac4bb3")) (orderless :source "lockfile" :date - (26490 8127 430448 0) + (26492 5050 486246 0) :recipe (:package "orderless" :repo "oantolin/orderless" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "411051c3257d60f0492cf88065193bb443b6ca0d")) (marginalia :source "lockfile" :date - (26490 8127 422720 0) + (26492 5050 477123 0) :recipe (:package "marginalia" :repo "minad/marginalia" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c390456b89ad46bc10c3ef2ee5df59947b72084e")) (consult :source "lockfile" :date - (26490 8127 414894 0) + (26492 5050 469339 0) :recipe (:package "consult" :repo "minad/consult" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "036a13ccd4fdd8bafb20ad6d4baa2622520f1cb8")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "4bbe9f65e53b56496a2a3935bd85546a4402e7e8")) (helpful :source "lockfile" :date - (26490 8127 407185 0) + (26492 5050 461559 0) :recipe (:package "helpful" :repo "Wilfred/helpful" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "4ba24cac9fb14d5fdc32582cd947572040e82b2c")) (avy :source "lockfile" :date - (26490 8127 399405 0) + (26492 5050 453748 0) :recipe (:package "avy" :repo "abo-abo/avy" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "933d1f36cca0f71e4acb5fac707e9ae26c536264")) (rainbow-delimiters :source "lockfile" :date - (26490 8127 391647 0) + (26492 5050 445990 0) :recipe (:package "rainbow-delimiters" :fetcher github :repo "Fanael/rainbow-delimiters" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f40ece58df8b2f0fb6c8576b527755a552a5e763")) (rainbow-mode :source "lockfile" :date - (26490 8127 383828 0) + (26492 5050 438004 0) :recipe (:package "rainbow-mode" :repo ("git://git.sv.gnu.org/emacs/elpa" . "rainbow-mode") @@ -178,129 +171,129 @@ (:exclude ".git")) :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "f7db3b5919f70420a91eb199f8663468de3033f3")) (dash-at-point :source "lockfile" :date - (26490 8127 376047 0) + (26492 5050 430188 0) :recipe (:package "dash-at-point" :fetcher github :repo "stanaka/dash-at-point" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "fba1a6f42ea51d05110e12c62bdced664059eb55")) (column-enforce-mode :source "lockfile" :date - (26490 8127 368289 0) + (26492 5050 422280 0) :recipe (:package "column-enforce-mode" :fetcher github :repo "jordonbiondo/column-enforce-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "14a7622f2268890e33536ccd29510024d51ee96f")) (pcre2el :source "lockfile" :date - (26490 8127 360486 0) + (26492 5050 414514 0) :recipe (:package "pcre2el" :fetcher github :repo "joddie/pcre2el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "b4d846d80dddb313042131cf2b8fbf647567e000")) (visual-regexp-steroids :source "lockfile" :date - (26490 8127 352642 0) + (26492 5050 406655 0) :recipe (:package "visual-regexp-steroids" :repo "benma/visual-regexp-steroids.el" :fetcher github :files ("visual-regexp-steroids.el" "regexp.py") :source "MELPA" :protocol https :inherit t :depth treeless :ref "a6420b25ec0fbba43bf57875827092e1196d8a9e")) (yasnippet :source "lockfile" :date - (26490 8127 344768 0) + (26492 5050 398435 0) :recipe (:package "yasnippet" :repo "joaotavora/yasnippet" :fetcher github :files ("yasnippet.el" "snippets") :source "MELPA" :protocol https :inherit t :depth treeless :ref "fe1f4e0e96ce42d8668920335eb22c3c009dab3e")) (yasnippet-snippets :source "lockfile" :date - (26490 8127 336869 0) + (26492 5050 390640 0) :recipe (:package "yasnippet-snippets" :repo "AndreaCrotti/yasnippet-snippets" :fetcher github :files ("*.el" "snippets" ".nosearch") :source "MELPA" :protocol https :inherit t :depth treeless :ref "f1907ed38acc479e78d5c113810465e4d77d8604")) (company-box :source "lockfile" :date - (26490 8127 328973 0) + (26492 5050 382872 0) :recipe (:package "company-box" :fetcher github :repo "sebastiencs/company-box" :files (:defaults "images") :source "MELPA" :protocol https :inherit t :depth treeless :ref "c4f2e243fba03c11e46b1600b124e036f2be7691")) (copilot :source "lockfile" :date - (26490 8127 321192 0) + (26492 5050 375168 0) :recipe (:source nil :protocol https :inherit t :depth treeless :host github :repo "copilot-emacs/copilot.el" :files ("*.el") - :package "copilot" :ref "c5dfa99f05878db5e6a6a378dc7ed09f11e803d4")) + :package "copilot" :ref "be6c274562e150e4acf5253968d1b434c40d368b")) (gptel :source "lockfile" :date - (26490 8127 313428 0) + (26492 5050 367352 0) :recipe (:package "gptel" :repo "karthink/gptel" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "7ac9201b84f3d132dce0094d135a525ebcfafa12")) (aider :source "lockfile" :date - (26490 8127 305580 0) + (26492 5050 359569 0) :recipe (:source nil :protocol https :inherit t :depth treeless :host github :repo "tninja/aider.el" :files ("aider.el") - :package "aider" :ref "471673b0d491c149668e442f6685f4f485f58e54")) + :package "aider" :ref "9a564f76156595fc0051316fd4af679516f11057")) (elysium :source "lockfile" :date - (26490 8127 297784 0) + (26492 5050 351691 0) :recipe (:package "elysium" :fetcher github :repo "lanceberge/elysium" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "1847dc71bef86e1828be34539a9ae60c3debedc4")) (flymake-flycheck :source "lockfile" :date - (26490 8127 289848 0) + (26492 5050 343863 0) :recipe (:package "flymake-flycheck" :fetcher github :repo "purcell/flymake-flycheck" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "88455c5e6d8ebf650fb51a45c7511a1c18097344")) (flyspell-correct :source "lockfile" :date - (26490 8127 282088 0) + (26492 5050 335971 0) :recipe (:package "flyspell-correct" :repo "d12frosted/flyspell-correct" :fetcher github :files ("flyspell-correct.el" "flyspell-correct-ido.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "1e7a5a56362dd875dddf848b9a9e25d1395b9d37")) (deft :source "lockfile" :date - (26490 8127 274264 0) + (26492 5050 328236 0) :recipe (:package "deft" :repo "jrblevin/deft" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "b369d7225d86551882568788a23c5497b232509c")) (lsp-mode :source "lockfile" :date - (26490 8127 266317 0) + (26492 5050 320537 0) :recipe (:package "lsp-mode" :repo "emacs-lsp/lsp-mode" :fetcher github :files (:defaults "clients/*.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "f3bd38d50b6d4f803c490b64f8c5e69988a0b933")) (lsp-ui :source "lockfile" :date - (26490 8127 258530 0) + (26492 5050 312761 0) :recipe (:package "lsp-ui" :repo "emacs-lsp/lsp-ui" :fetcher github :files (:defaults "lsp-ui-doc.html" "resources") :source "MELPA" :protocol https :inherit t :depth treeless :ref "f0edfac7b3736fcab617cbeb07e465c9153ae68b")) (dap-mode :source "lockfile" :date - (26490 8127 250764 0) + (26492 5050 304973 0) :recipe (:package "dap-mode" :repo "emacs-lsp/dap-mode" :fetcher github :files (:defaults "icons") :source "MELPA" :protocol https :inherit t :depth treeless :ref "ffb795761273e1bdc3d0cd1ebdd43e36b7c08921")) (dashboard :source "lockfile" :date - (26490 8127 242902 0) + (26492 5050 297310 0) :recipe (:package "dashboard" :fetcher github :repo "emacs-dashboard/emacs-dashboard" :files (:defaults "banners") :source "MELPA" :protocol https :inherit t :depth treeless :ref "c9f8230f6b7992b7b40c3bb9abc36cc03b6a423d")) (magit :source "lockfile" :date - (26490 8127 235159 0) + (26492 5050 289439 0) :recipe (:package "magit" :fetcher github :repo "magit/magit" :files ("lisp/magit*.el" "lisp/git-*.el" "docs/magit.texi" "docs/AUTHORS.md" "LICENSE" "magit-pkg.el" (:exclude "lisp/magit-section.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "92f6d57a0a1378555b3e93976ed6ffd77696b990")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "7f47299581abb6f77870cb5abdae159fcd35b3d5")) (vundo :source "lockfile" :date - (26490 8127 227380 0) + (26492 5050 281538 0) :recipe (:package "vundo" :repo ("https://github.com/casouri/vundo" . "vundo") @@ -309,264 +302,270 @@ (:exclude ".git" "test")) :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "d792738a5e4da73e619ad9c47dc34a3566445871")) (speed-type :source "lockfile" :date - (26490 8127 219508 0) + (26492 5050 273747 0) :recipe (:package "speed-type" :fetcher github :repo "dakra/speed-type" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "b982ee6081a11837760eeaed73c4f413eefb07b1")) (spaceline :source "lockfile" :date - (26490 8127 211723 0) + (26492 5050 265561 0) :recipe (:package "spaceline" :fetcher github :repo "TheBB/spaceline" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "086420d16e526c79b67fc1edec4c2ae1e699f372")) (base16-theme :source "lockfile" :date - (26490 8127 204013 0) + (26492 5050 257783 0) :recipe (:package "base16-theme" :repo "tinted-theming/base16-emacs" :fetcher github :files (:defaults "build/*.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "1d48474c3c07521276f4e7d73317a654997b4381")) (clojure-mode :source "lockfile" :date - (26490 8127 196261 0) + (26492 5050 249896 0) :recipe (:package "clojure-mode" :repo "clojure-emacs/clojure-mode" :fetcher github :files ("clojure-mode.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "eabe29b076fff19db552d36d4babaa36ecf0b704")) (cider :source "lockfile" :date - (26490 8127 188368 0) + (26492 5050 242066 0) :recipe (:package "cider" :fetcher github :repo "clojure-emacs/cider" :files ("lisp/*.el" "bin/*.sh" "*.el" "clojure.sh" "lein.sh" (:exclude ".dir-locals.el")) :old-names (nrepl) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "be8b2e5c0da96c17f2ca0d8127f7f2e120ee2829")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "f00e83d338434c92cc21663a1818139f0847b707")) (clj-refactor :source "lockfile" :date - (26490 8127 180601 0) + (26492 5050 234257 0) :recipe (:package "clj-refactor" :fetcher github :repo "clojure-emacs/clj-refactor.el" :files (:defaults "CHANGELOG.md") :source "MELPA" :protocol https :inherit t :depth treeless :ref "dc1bbc8cdaa723bdbb6669ea7d280625c370755d")) (dart-mode :source "lockfile" :date - (26490 8127 172846 0) + (26492 5050 226400 0) :recipe (:package "dart-mode" :fetcher github :repo "emacsorphanage/dart-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "02e919c1cf200b4938139c18068577faff1fb364")) (lsp-dart :source "lockfile" :date - (26490 8127 165129 0) + (26492 5050 218471 0) :recipe (:package "lsp-dart" :repo "emacs-lsp/lsp-dart" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "7e3d3429418bc42cda7fa7b58e6644a705cf2f89")) (dhall-mode :source "lockfile" :date - (26490 8127 157259 0) + (26492 5050 210722 0) :recipe (:package "dhall-mode" :repo "psibi/dhall-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "87ab69fe765d87b3bb1604a306a8c44d6887681d")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "fca383a9c4622c1d9a39dc977572b34c7fa0b719")) + (dash :source "lockfile" :date + (26492 5050 202766 0) + :recipe + (:package "dash" :fetcher github :repo "magnars/dash.el" :files + ("dash.el" "dash.texi") + :source "MELPA" :protocol https :inherit t :depth treeless :ref "1de9dcb83eacfb162b6d9a118a4770b1281bcd84")) (lispy :source "lockfile" :date - (26490 8127 149459 0) + (26492 5050 195021 0) :recipe (:package "lispy" :repo "abo-abo/lispy" :fetcher github :files (:defaults "lispy-clojure.clj" "lispy-clojure.cljs" "lispy-python.py") :source "MELPA" :protocol https :inherit t :depth treeless :ref "fe44efd21573868638ca86fc8313241148fabbe3")) (aggressive-indent :source "lockfile" :date - (26490 8127 141634 0) + (26492 5050 187093 0) :recipe (:package "aggressive-indent" :repo "Malabarba/aggressive-indent-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "a437a45868f94b77362c6b913c5ee8e67b273c42")) (elixir-format :source "lockfile" :date - (26490 8127 133762 0) + (26492 5050 179328 0) :recipe (:source nil :protocol https :inherit t :depth treeless :type git :host github :repo "elixir-editors/emacs-elixir" :files ("elixir-format.el") :package "elixir-format" :ref "00d6580a040a750e019218f9392cf9a4c2dac23a")) (elixir-ts-mode :source "lockfile" :date - (26490 8127 126097 0) + (26492 5050 171515 0) :recipe (:package "elixir-ts-mode" :repo "wkirschbaum/elixir-ts-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "143b94f4a5ac1f161c232e3f25b84c6768be2f25")) (erlang :source "lockfile" :date - (26490 8127 118358 0) + (26492 5050 163225 0) :recipe (:package "erlang" :fetcher github :repo "erlang/otp" :version-regexp "OTP-%v" :files ("lib/tools/emacs/*.el" (:exclude "lib/tools/emacs/erlang_appwiz.el")) :source "MELPA" :protocol https :inherit t :depth 1 :ref "ac7be0d00d9072e28ee9c14d1845f96dc7ed2b25")) (fsharp-mode :source "lockfile" :date - (26490 8127 110588 0) + (26492 5050 153379 0) :recipe (:package "fsharp-mode" :fetcher github :repo "fsharp/emacs-fsharp-mode" :files (:defaults (:exclude "eglot-fsharp.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "677d78c4d6cb574086408082dedbcaef04a85359")) (gleam-ts-mode :source "lockfile" :date - (26490 8127 102761 0) + (26492 5050 145508 0) :recipe (:package "gleam-ts-mode" :fetcher github :repo "gleam-lang/gleam-mode" :files ("gleam-ts-mode.el") :source "MELPA" :protocol https :inherit t :depth treeless :type git :host github :ref "d00f37d0b47f5d6810aa295af98c40a7708b4305")) (go-mode :source "lockfile" :date - (26490 8127 94850 0) + (26492 5050 137617 0) :recipe (:package "go-mode" :repo "dominikh/go-mode.el" :fetcher github :files ("go-mode.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "602d73e22646b1b98b2eb97927fd426c0d1d2f92")) (haskell-mode :source "lockfile" :date - (26490 8127 86837 0) + (26492 5050 129906 0) :recipe (:package "haskell-mode" :repo "haskell/haskell-mode" :fetcher github :files (:defaults "NEWS" "logo.svg") :source "MELPA" :protocol https :inherit t :depth treeless :ref "1a285fc4c50ca74bb5cd9b2a8c1a46a64a77384a")) (lsp-haskell :source "lockfile" :date - (26490 8127 79061 0) + (26492 5050 122106 0) :recipe (:package "lsp-haskell" :repo "emacs-lsp/lsp-haskell" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "6981f8d1225c038c1a130e8cf70530cfe15f976e")) (js2-mode :source "lockfile" :date - (26490 8127 71244 0) + (26492 5050 114365 0) :recipe (:package "js2-mode" :repo "mooz/js2-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "e0c302872de4d26a9c1614fac8d6b94112b96307")) (kotlin-ts-mode :source "lockfile" :date - (26490 8127 63502 0) + (26492 5050 106541 0) :recipe (:package "kotlin-ts-mode" :fetcher gitlab :repo "bricka/emacs-kotlin-ts-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "a25d56cecac9160ba7c140f982ec16ca7b2fe97f")) (gradle-mode :source "lockfile" :date - (26490 8127 55687 0) + (26492 5050 98544 0) :recipe (:package "gradle-mode" :fetcher github :repo "scubacabra/emacs-gradle-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "e4d665d5784ecda7ddfba015f07c69be3cfc45f2")) (lean4-mode :source "lockfile" :date - (26490 8127 47852 0) + (26492 5050 90749 0) :recipe (:source nil :protocol https :inherit t :depth treeless :type git :host github :repo "leanprover/lean4-mode" :files ("*.el" "data") :package "lean4-mode" :ref "76895d8939111654a472cfc617cfd43fbf5f1eb6")) (markdown-mode :source "lockfile" :date - (26490 8127 40025 0) + (26492 5050 82872 0) :recipe (:package "markdown-mode" :fetcher github :repo "jrblevin/markdown-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "8692afc12e13431efb0c302baee1de5bbf4a41e4")) (merlin :source "lockfile" :date - (26490 8127 32195 0) + (26492 5050 75088 0) :recipe (:package "merlin" :fetcher github :repo "ocaml/merlin" :files ("emacs/*.el" (:exclude "emacs/merlin-ac.el" "emacs/merlin-company.el" "emacs/merlin-iedit.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "005b42c50b450a4930d5cea25aab271ed5b88cc3")) (opam-switch-mode :source "lockfile" :date - (26490 8127 24348 0) + (26492 5050 67238 0) :recipe (:package "opam-switch-mode" :fetcher github :repo "ProofGeneral/opam-switch-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "1069e56a662f23ea09d4e05611bdedeb99257012")) (dune :source "lockfile" :date - (26490 8127 16560 0) + (26492 5050 59415 0) :recipe (:package "dune" :fetcher github :repo "ocaml/dune" :files ("editor-integration/emacs/*.el") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "6152ab8ec5d7204d792be7b094063c032bfdd3cc")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "f937a9e77909c330002c9a45ea884f5719d955d8")) (tuareg :source "lockfile" :date - (26490 8127 8792 0) + (26492 5050 51572 0) :recipe (:package "tuareg" :fetcher github :repo "ocaml/tuareg" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "1d53723e39f22ab4ab76d31f2b188a2879305092")) (dockerfile-mode :source "lockfile" :date - (26490 8127 950 0) + (26492 5050 43702 0) :recipe (:package "dockerfile-mode" :fetcher github :repo "spotify/dockerfile-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "4d893bd2da15833ce056332e6c972d5d93e78f04")) (docker :source "lockfile" :date - (26490 8126 993067 0) + (26492 5050 35885 0) :recipe (:package "docker" :fetcher github :repo "Silex/docker.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "813c00410b40917cbfe7e8227ebd4fd60a027937")) (terraform-mode :source "lockfile" :date - (26490 8126 985166 0) + (26492 5050 28143 0) :recipe (:package "terraform-mode" :repo "hcl-emacs/terraform-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "5bdd734a87f67f6574664f63eb4d02a0bc74c0d0")) (ansible :source "lockfile" :date - (26490 8126 977283 0) + (26492 5050 20285 0) :recipe (:package "ansible" :fetcher gitlab :repo "emacs-ansible/emacs-ansible" :files (:defaults "snippets" "dict") :source "MELPA" :protocol https :inherit t :depth treeless :ref "03e285bb54a687e3fd9e21026b088fdac46679a0")) (nginx-mode :source "lockfile" :date - (26490 8126 969418 0) + (26492 5050 12523 0) :recipe (:package "nginx-mode" :fetcher github :repo "ajc/nginx-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c4ac5de975d65c84893a130a470af32a48b0b66c")) (jenkinsfile-mode :source "lockfile" :date - (26490 8126 961552 0) + (26492 5050 4669 0) :recipe (:package "jenkinsfile-mode" :repo "https://github.com/john2x/jenkinsfile-mode.git" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :branch "master" :ref "568865ee419e0592de0dd0717d6769a66d9df111")) (lua-mode :source "lockfile" :date - (26490 8126 953769 0) + (26492 5049 996943 0) :recipe (:package "lua-mode" :repo "immerrr/lua-mode" :fetcher github :files (:defaults (:exclude "init-tryout.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "d074e4134b1beae9ed4c9b512af741ca0d852ba3")) (graphql-mode :source "lockfile" :date - (26490 8126 945927 0) + (26492 5049 989051 0) :recipe (:package "graphql-mode" :repo "davazp/graphql-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "ee49531935ede7a2c9597713e13a4c9d33ef2220")) (yaml-mode :source "lockfile" :date - (26490 8126 938140 0) + (26492 5049 981266 0) :recipe (:package "yaml-mode" :repo "yoshiki/yaml-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "d91f878729312a6beed77e6637c60497c5786efa")) (json-mode :source "lockfile" :date - (26490 8126 930253 0) + (26492 5049 973453 0) :recipe (:package "json-mode" :fetcher github :repo "json-emacs/json-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "77125b01c0ddce537085201098bea9b4b8ba6be3")) (git-modes :source "lockfile" :date - (26490 8126 922466 0) + (26492 5049 965142 0) :recipe (:package "git-modes" :fetcher github :repo "magit/git-modes" :old-names (gitattributes-mode gitconfig-mode gitignore-mode) @@ -575,183 +574,184 @@ (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f99010bbeb8b6d8a0819fac0195a2ef0159d08f0")) (php-mode :source "lockfile" :date - (26490 8126 914676 0) + (26492 5049 957325 0) :recipe (:package "php-mode" :repo "emacs-php/php-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "b45992a6a9d019fafe7a9dcde19401b0f20a20bf")) (purescript-mode :source "lockfile" :date - (26490 8126 906818 0) + (26492 5049 949378 0) :recipe (:package "purescript-mode" :repo "purescript-emacs/purescript-mode" :fetcher github :files (:defaults "NEWS" "snippets") :source "MELPA" :protocol https :inherit t :depth treeless :ref "07e4d6ecfe677d595ed3759c912c0b262d886b98")) (rspec-mode :source "lockfile" :date - (26490 8126 898996 0) + (26492 5049 941564 0) :recipe (:package "rspec-mode" :repo "pezra/rspec-mode" :fetcher github :files ("rspec-mode.el" "snippets") :source "MELPA" :protocol https :inherit t :depth treeless :ref "29df3d081c6a1cbdf840cd13d45ea1c100c5bbaa")) (ruby-end :source "lockfile" :date - (26490 8126 891055 0) + (26492 5049 933410 0) :recipe (:package "ruby-end" :repo "rejeep/ruby-end.el" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "ba7d7230f9e3ed75c9982d32bb9fdff1dc10935d")) (rbs-mode :source "lockfile" :date - (26490 8126 883190 0) + (26492 5049 925443 0) :recipe (:package "rbs-mode" :fetcher github :repo "ybiquitous/rbs-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "e415a6fa9e88594cb9b7f7765145f57dda0e9b56")) (rust-mode :source "lockfile" :date - (26490 8126 875381 0) + (26492 5049 917514 0) :recipe (:package "rust-mode" :repo "rust-lang/rust-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "542f1755d8929ca83564322d7030d558f3392fe1")) (flycheck-rust :source "lockfile" :date - (26490 8126 867536 0) + (26492 5049 909682 0) :recipe (:package "flycheck-rust" :repo "flycheck/flycheck-rust" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "d499471ec433a62898a95ce76561964e3d015ce5")) (fish-mode :source "lockfile" :date - (26490 8126 859740 0) + (26492 5049 901840 0) :recipe (:package "fish-mode" :fetcher github :repo "wwwjfy/emacs-fish" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "2526b1803b58cf145bc70ff6ce2adb3f6c246f89")) (web-mode :source "lockfile" :date - (26490 8126 851955 0) + (26492 5049 893931 0) :recipe (:package "web-mode" :repo "fxbois/web-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "be2d59c8fa02b1a45ae54ce4079e502e659cefe6")) (zig-mode :source "lockfile" :date - (26490 8126 844136 0) + (26492 5049 885894 0) :recipe (:package "zig-mode" :repo "ziglang/zig-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f0b4a487530146f99230f4a5ff67e8d56c8f3f80")) - (dash :source "lockfile" :date - (26490 8126 836285 0) - :recipe - (:package "dash" :fetcher github :repo "magnars/dash.el" :files - ("dash.el" "dash.texi") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "1de9dcb83eacfb162b6d9a118a4770b1281bcd84")) + (diminish :source "lockfile" :date + (26492 5049 877793 0) + :recipe + (:package "diminish" :fetcher github :repo "myrjola/diminish.el" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "fbd5d846611bad828e336b25d2e131d1bc06b83d")) (s :source "lockfile" :date - (26490 8126 828487 0) + (26492 5049 869754 0) :recipe (:package "s" :fetcher github :repo "magnars/s.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "dda84d38fffdaf0c9b12837b504b402af910d01d")) (ace-window :source "lockfile" :date - (26490 8126 820570 0) + (26492 5049 861862 0) :recipe (:package "ace-window" :repo "abo-abo/ace-window" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "77115afc1b0b9f633084cf7479c767988106c196")) (pfuture :source "lockfile" :date - (26490 8126 812738 0) + (26492 5049 854013 0) :recipe (:package "pfuture" :repo "Alexander-Miller/pfuture" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "19b53aebbc0f2da31de6326c495038901bffb73c")) (hydra :source "lockfile" :date - (26490 8126 804908 0) + (26492 5049 846064 0) :recipe (:package "hydra" :repo "abo-abo/hydra" :fetcher github :files (:defaults (:exclude "lv.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "317e1de33086637579a7aeb60f77ed0405bf359b")) (ht :source "lockfile" :date - (26490 8126 797208 0) + (26492 5049 838038 0) :recipe (:package "ht" :fetcher github :repo "Wilfred/ht.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "1c49aad1c820c86f7ee35bf9fff8429502f60fef")) (cfrs :source "lockfile" :date - (26490 8126 789445 0) + (26492 5049 830293 0) :recipe (:package "cfrs" :repo "Alexander-Miller/cfrs" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f3a21f237b2a54e6b9f8a420a9da42b4f0a63121")) (posframe :source "lockfile" :date - (26490 8126 781590 0) + (26492 5049 822368 0) :recipe (:package "posframe" :fetcher github :repo "tumashu/posframe" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "81651536827c96bf5af5265ee7918ab70e1dd5b1")) (lv :source "lockfile" :date - (26490 8126 773870 0) + (26492 5049 814354 0) :recipe (:package "lv" :repo "abo-abo/hydra" :fetcher github :files ("lv.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "317e1de33086637579a7aeb60f77ed0405bf359b")) (all-the-icons :source "lockfile" :date - (26490 8126 766099 0) + (26492 5049 806306 0) :recipe (:package "all-the-icons" :repo "domtronn/all-the-icons.el" :fetcher github :files (:defaults "data") :source "MELPA" :protocol https :inherit t :depth treeless :ref "39ef44f810c34e8900978788467cc675870bcd19")) (tree-sitter :source "lockfile" :date - (26490 8126 758339 0) + (26492 5049 798342 0) :recipe (:package "tree-sitter" :repo "emacs-tree-sitter/elisp-tree-sitter" :fetcher github :branch "release" :files (:defaults (:exclude "lisp/tree-sitter-tests.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "3cfab8a0e945db9b3df84437f27945746a43cc71")) (tsc :source "lockfile" :date - (26490 8126 750664 0) + (26492 5049 790522 0) :recipe (:package "tsc" :fetcher github :repo "emacs-tree-sitter/elisp-tree-sitter" :branch "release" :files ("core/*.el" "core/Cargo.toml" "core/Cargo.lock" "core/src") :source "MELPA" :protocol https :inherit t :depth treeless :ref "3cfab8a0e945db9b3df84437f27945746a43cc71")) (f :source "lockfile" :date - (26490 8126 742826 0) + (26492 5049 782701 0) :recipe (:package "f" :fetcher github :repo "rejeep/f.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "931b6d0667fe03e7bf1c6c282d6d8d7006143c52")) (elisp-refs :source "lockfile" :date - (26490 8126 735052 0) + (26492 5049 774919 0) :recipe (:package "elisp-refs" :repo "Wilfred/elisp-refs" :fetcher github :files (:defaults (:exclude "elisp-refs-bench.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "541a064c3ce27867872cf708354a65d83baf2a6d")) (visual-regexp :source "lockfile" :date - (26490 8126 727199 0) + (26492 5049 766957 0) :recipe (:package "visual-regexp" :repo "benma/visual-regexp.el" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "48457d42a5e0fe10fa3a9c15854f1f127ade09b5")) (frame-local :source "lockfile" :date - (26490 8126 719369 0) + (26492 5049 759033 0) :recipe (:package "frame-local" :fetcher github :repo "sebastiencs/frame-local" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "7ee1106c3bcd4022f48421f8cb1ef4f995da816e")) (editorconfig :source "lockfile" :date - (26490 8126 711469 0) + (26492 5049 751165 0) :recipe (:package "editorconfig" :fetcher github :repo "editorconfig/editorconfig-emacs" :old-names (editorconfig-core editorconfig-fnmatch) @@ -760,14 +760,14 @@ (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "24f5b2b1cd4e37adc245fb59f7edeb6872a707a4")) (flycheck :source "lockfile" :date - (26490 8126 703687 0) + (26492 5049 743189 0) :recipe (:package "flycheck" :repo "flycheck/flycheck" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "e2a7f331d0e3c3f74981a805ef849cfdfb5657f1")) (spinner :source "lockfile" :date - (26490 8126 695905 0) + (26492 5049 735143 0) :recipe (:package "spinner" :repo ("https://github.com/Malabarba/spinner.el" . "spinner") @@ -776,61 +776,61 @@ (:exclude ".git")) :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "d4647ae87fb0cd24bc9081a3d287c860ff061c21")) (bui :source "lockfile" :date - (26490 8126 688056 0) + (26492 5049 727356 0) :recipe (:package "bui" :repo "alezost/bui.el" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f3a137628e112a91910fd33c0cff0948fa58d470")) (lsp-treemacs :source "lockfile" :date - (26490 8126 680210 0) + (26492 5049 719094 0) :recipe (:package "lsp-treemacs" :repo "emacs-lsp/lsp-treemacs" :fetcher github :files (:defaults "icons") :source "MELPA" :protocol https :inherit t :depth treeless :ref "fb1a07ae0a3d781dea8ac78da2933e0173eb48a4")) (lsp-docker :source "lockfile" :date - (26490 8126 672374 0) + (26492 5049 711111 0) :recipe (:package "lsp-docker" :repo "emacs-lsp/lsp-docker" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "ce291d0f80533f8eaca120eb745d55669e062636")) (yaml :source "lockfile" :date - (26490 8126 664573 0) + (26492 5049 703171 0) :recipe (:package "yaml" :repo "zkry/yaml.el" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "cd3edfc02cb12514426c00e07160b87bd8340f4a")) (magit-section :source "lockfile" :date - (26490 8126 656822 0) + (26492 5049 695441 0) :recipe (:package "magit-section" :fetcher github :repo "magit/magit" :files ("lisp/magit-section.el" "docs/magit-section.texi" "magit-section-pkg.el") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "92f6d57a0a1378555b3e93976ed6ffd77696b990")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "7f47299581abb6f77870cb5abdae159fcd35b3d5")) (with-editor :source "lockfile" :date - (26490 8126 648928 0) - :recipe - (:package "with-editor" :fetcher github :repo "magit/with-editor" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "ca902ae02972bdd6919a902be2593d8cb6bd991b")) + (26492 5049 687585 0) + :recipe + (:package "with-editor" :fetcher github :repo "magit/with-editor" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "ca902ae02972bdd6919a902be2593d8cb6bd991b")) (powerline :source "lockfile" :date - (26490 8126 640978 0) + (26492 5049 679597 0) :recipe (:package "powerline" :fetcher github :repo "milkypostman/powerline" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c35c35bdf5ce2d992882c1f06f0f078058870d4a")) (parseedn :source "lockfile" :date - (26490 8126 633047 0) + (26492 5049 671586 0) :recipe (:package "parseedn" :repo "clojure-emacs/parseedn" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "3407e4530a367b6c2b857dae261cdbb67a440aaa")) (queue :source "lockfile" :date - (26490 8126 625272 0) + (26492 5049 663703 0) :recipe (:package "queue" :repo ("git://git.sv.gnu.org/emacs/elpa" . "queue") @@ -839,115 +839,115 @@ (:exclude ".git")) :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "f986fb68e75bdae951efb9e11a3012ab6bd408ee")) (sesman :source "lockfile" :date - (26490 8126 617463 0) + (26492 5049 655831 0) :recipe (:package "sesman" :repo "vspinu/sesman" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "7bca68dbbab0af26a6a23be1ff5fa97f9a18e022")) (parseclj :source "lockfile" :date - (26490 8126 609596 0) + (26492 5049 647872 0) :recipe (:package "parseclj" :repo "clojure-emacs/parseclj" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "6af22372e0fe14df882dd300b22b12ba2d7e00b0")) (paredit :source "lockfile" :date - (26490 8126 601690 0) + (26492 5049 639654 0) :recipe (:package "paredit" :fetcher git :url "https://mumble.net/~campbell/git/paredit.git" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "af075775af91f2dbc63b915d762b4aec092946c4")) (multiple-cursors :source "lockfile" :date - (26490 8126 593837 0) + (26492 5049 631697 0) :recipe (:package "multiple-cursors" :fetcher github :repo "magnars/multiple-cursors.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "dd10cf2334333838e4550f091a75695448e26765")) (inflections :source "lockfile" :date - (26490 8126 585922 0) + (26492 5049 623798 0) :recipe (:package "inflections" :repo "eschulte/jump.el" :fetcher github :files ("inflections.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "55caa66a7cc6e0b1a76143fd40eff38416928941")) (reformatter :source "lockfile" :date - (26490 8126 578103 0) + (26492 5049 615628 0) :recipe (:package "reformatter" :repo "purcell/emacs-reformatter" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f2cb59466b1c3f85a8c960f7d4b7b7ead015bedc")) (iedit :source "lockfile" :date - (26490 8126 570269 0) + (26492 5049 607428 0) :recipe (:package "iedit" :repo "victorhge/iedit" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "27c61866b1b9b8d77629ac702e5f48e67dfe0d3b")) (swiper :source "lockfile" :date - (26490 8126 562531 0) + (26492 5049 599239 0) :recipe (:package "swiper" :repo "abo-abo/swiper" :fetcher github :files ("swiper.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "8dc02d5b725f78d1f80904807b46f5406f129674")) (zoutline :source "lockfile" :date - (26490 8126 554657 0) + (26492 5049 591126 0) :recipe (:package "zoutline" :repo "abo-abo/zoutline" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "32857c6c4b9b0bcbed14d825a10b91a98d5fed0a")) (ivy :source "lockfile" :date - (26490 8126 546808 0) + (26492 5049 581588 0) :recipe (:package "ivy" :repo "abo-abo/swiper" :fetcher github :files (:defaults "doc/ivy-help.org" (:exclude "swiper.el" "counsel.el" "ivy-hydra.el" "ivy-avy.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "8dc02d5b725f78d1f80904807b46f5406f129674")) (heex-ts-mode :source "lockfile" :date - (26490 8126 538719 0) + (26492 5049 572591 0) :recipe (:package "heex-ts-mode" :repo "wkirschbaum/heex-ts-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "dafed72c254c226cdd28528ac70965ef8efa04ca")) (caml :source "lockfile" :date - (26490 8126 530355 0) + (26492 5049 563567 0) :recipe (:package "caml" :repo "ocaml/caml-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "47defafa2b08fb680e89bfee9cb9ce82bd9e3bcf")) (aio :source "lockfile" :date - (26490 8126 522342 0) + (26492 5049 553105 0) :recipe (:package "aio" :fetcher github :repo "skeeto/emacs-aio" :files ("aio.el" "README.md" "UNLICENSE") :source "MELPA" :protocol https :inherit t :depth treeless :ref "da93523e235529fa97d6f251319d9e1d6fc24a41")) (tablist :source "lockfile" :date - (26490 8126 514193 0) + (26492 5049 542715 0) :recipe (:package "tablist" :fetcher github :repo "emacsorphanage/tablist" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "fcd37147121fabdf003a70279cf86fbe08cfac6f")) (hcl-mode :source "lockfile" :date - (26490 8126 506057 0) + (26492 5049 531739 0) :recipe (:package "hcl-mode" :repo "hcl-emacs/hcl-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "1da895ed75d28d9f87cbf9b74f075d90ba31c0ed")) (groovy-mode :source "lockfile" :date - (26490 8126 497836 0) + (26492 5049 518677 0) :recipe (:package "groovy-mode" :fetcher github :repo "Groovy-Emacs-Modes/groovy-emacs-modes" :files ("*groovy*.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "7b8520b2e2d3ab1d62b35c426e17ac25ed0120bb")) (json-snatcher :source "lockfile" :date - (26490 8126 489249 0) + (26492 5049 502473 0) :recipe (:package "json-snatcher" :fetcher github :repo "Sterlingg/json-snatcher" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" diff --git a/lisp/icejam-base.el b/lisp/icejam-base.el index c363539..3d124d4 100644 --- a/lisp/icejam-base.el +++ b/lisp/icejam-base.el @@ -48,14 +48,14 @@ (use-package buffer-move :ensure t :defer t) ;; Garbage collection magic hack -(use-package gcmh :ensure t +(use-package gcmh :ensure t :defer t + :commands (gcmh-mode) + :hook ((elpaca-after-init . (lambda () (gcmh-mode t)))) :config - (declare-function gcmh-mode "gcmh") (setopt gcmh-verbose nil) ;; Do not log GC messages (setopt gcmh-idle-delay 'auto) ;; Compute GC delay based on gcmh-auto-idle-delay-factor (setopt gcmh-auto-idle-delay-factor 10) ;; Original value was 10 - (setopt gcmh-high-cons-threshold (* 128 1024 1024)) - (gcmh-mode t)) + (setopt gcmh-high-cons-threshold (* 128 1024 1024))) ;; #====================== Backup config #============================== (setopt backup-directory-alist diff --git a/lisp/icejam-blocking.el b/lisp/icejam-blocking.el index 428235a..1d9194d 100644 --- a/lisp/icejam-blocking.el +++ b/lisp/icejam-blocking.el @@ -12,8 +12,8 @@ (use-package company :ensure t) ;; Finally, wait for installation of these four packages. -(declare-function elpaca-wait "elpaca") -(elpaca-wait) +(if (fboundp 'elpaca-wait) + (elpaca-wait)) (provide 'icejam-blocking) ;;; icejam-blocking.el ends here diff --git a/lisp/icejam-fonts.el b/lisp/icejam-fonts.el index ec3bdf4..6101fa8 100644 --- a/lisp/icejam-fonts.el +++ b/lisp/icejam-fonts.el @@ -59,12 +59,13 @@ in `icejam-set-font-to-screen`.") (defun icejam-set-lsp-ui-font-hook () "Reset LSP IO font to specified `icejam-font` and `icejam-font-height`." (setopt lsp-ui-doc-frame-hook nil) - (add-hook - 'lsp-ui-doc-frame-hook - (lambda (frame _w) - (set-face-attribute 'default frame - :family icejam-mut-font-family - :height (-> icejam-mut-font-height (- 2) (* 10)))))) + (add-hook 'lsp-ui-doc-frame-hook + (lambda (frame _w) + (set-face-attribute 'default frame + :family icejam-mut-font-family + :height (-> icejam-mut-font-height + (- 2) + (* 10)))))) (defun icejam-set-font (family height) "Set font to FAMILY and its HEIGHT to X. @@ -80,18 +81,26 @@ two points smaller." (setopt icejam-mut-font-height height) ;; Set default font. - (set-face-attribute 'default nil :family family :height (-> height (* 10))) + (set-face-attribute 'default nil + :family family + :height (-> height + (* 10))) ;; Some font faces look better when they are 1 point smaller. (dolist (face '(tooltip company-tooltip company-tooltip-annotation company-tooltip-mouse)) - (set-face-attribute face nil :height (-> height (- 1) (* 10)))) + (set-face-attribute face nil :height (-> height + (- 1) + (* 10)))) - ;; And some, mainly in modeline with 2 points. - (dolist (face '(mode-line mode-line-inactive)) - (set-face-attribute face nil :height (-> height (- 2) (* 10)))) + ;; And some, mainly in modeline with 2 points. + (dolist (face '(mode-line + mode-line-inactive)) + (set-face-attribute face nil :height (-> height + (- 2) + (* 10)))) ;; Call LSP-UI hook (icejam-set-lsp-ui-font-hook)) @@ -99,20 +108,22 @@ two points smaller." (defun icejam-set-font-to-screen () "Automatically set font height to suit the monitor." (interactive) + ;; Only do anything if there's a display at all. (if (x-display-list) - (cond - ;; LG 27" screen connected to a MacBook. - ((>= 1080 (x-display-pixel-height)) - (icejam-set-font icejam-font-family icejam-font-height)) + (let ((pixel-height (x-display-pixel-height))) + (cond + ;; MacBook 14" built-in screen. + ((>= 1080 pixel-height) + (icejam-set-font icejam-font-family icejam-font-height)) - ;; MacBook 14" built-in screen. - ((>= 1440 (x-display-pixel-height)) - (icejam-set-font icejam-font-family (+ icejam-font-height 3))) + ;; LG 27" screen connected to a MacBook. + ((>= 1440 pixel-height) + (icejam-set-font icejam-font-family (+ icejam-font-height 3))) - ;; 4K screen on Windows or Linux - ((>= 2160 (x-display-pixel-height)) - (icejam-set-font icejam-font-family (- icejam-font-height 3)))))) + ;; 4K screen on Windows or Linux + ((>= 2160 pixel-height) + (icejam-set-font icejam-font-family (- icejam-font-height 3))))))) ;; Run the above function once, after elpaca finishes all downloads. (add-hook 'elpaca-after-init-hook 'icejam-set-font-to-screen) @@ -127,14 +138,5 @@ two points smaller." (interactive "nEnter new height for font in this frame: ") (set-frame-font (format "%s %d" icejam-mut-font-family new-height))) -;; Remove ugly black line -(set-face-attribute 'vertical-border nil :foreground - (face-attribute 'fringe :background)) - -;; Set fringe colors to default, so it does not bother you. -(set-face-attribute 'fringe nil - :foreground (face-foreground 'default) - :background (face-background 'default)) - (provide 'icejam-fonts) ;;; icejam-fonts.el ends here diff --git a/lisp/icejam-magit.el b/lisp/icejam-magit.el index 48021fe..185c9a3 100644 --- a/lisp/icejam-magit.el +++ b/lisp/icejam-magit.el @@ -6,13 +6,14 @@ (use-package magit :ensure t + :commands (magit-blame-quit) :defer t :bind (:map icejam-keys-mode-map (" c" . magit-checkout) (" b" . magit-blame-addition) (" g" . magit-status)) - (:map magit-blame-mode-map - (" b" . 'magit-blame-quit))) + (:map magit-blame-mode-map + (" b" . 'magit-blame-quit))) (provide 'icejam-magit) ;;; icejam-magit.el ends here diff --git a/lisp/icejam-transient.el b/lisp/icejam-transient.el index f91a879..aedd862 100644 --- a/lisp/icejam-transient.el +++ b/lisp/icejam-transient.el @@ -6,7 +6,6 @@ (require 'icejam-avy) (require 'icejam-keys-mode) (require 'icejam-blocking) -;; (use-package transient :ensure (:wait t) :demand t) (defun icejam-mark-and-indent-whole-buffer () "Mark and indent whole buffer." From b9559eabe09657fdb80bc50b38f48c7df072cf2d Mon Sep 17 00:00:00 2001 From: Maciej Szlosarczyk Date: Tue, 7 Jan 2025 08:04:41 +0200 Subject: [PATCH 15/34] Replace company-box with kind-icons It makes icons also appear in the terminal --- elpaca.lock | 319 ++++++++++++++++--------------- lisp/icejam-company-yasnippet.el | 23 ++- 2 files changed, 177 insertions(+), 165 deletions(-) diff --git a/elpaca.lock b/elpaca.lock index 88334b5..eab9f34 100644 --- a/elpaca.lock +++ b/elpaca.lock @@ -1,5 +1,5 @@ ((elpaca :source "lockfile" :date - (26492 5050 620228 0) + (26492 50133 317932 0) :recipe (:source nil :protocol https :inherit t :depth 1 :repo "https://github.com/progfolio/elpaca.git" :ref "92cbdba42bd1696f19cb9739ecb59ae6098d53f9" :files (:defaults "elpaca-test.el" @@ -8,7 +8,7 @@ (:not elpaca--activate-package) :package "elpaca")) (elpaca-use-package :source "lockfile" :date - (26492 5050 612529 0) + (26492 50133 310231 0) :recipe (:package "elpaca-use-package" :wait t :repo "https://github.com/progfolio/elpaca.git" :files ("extensions/elpaca-use-package.el") @@ -16,28 +16,28 @@ (:not elpaca--compile-info) :source "Elpaca extensions" :protocol https :inherit t :depth treeless :ref "92cbdba42bd1696f19cb9739ecb59ae6098d53f9")) (benchmark-init :source "lockfile" :date - (26492 5050 604794 0) + (26492 50133 302384 0) :recipe (:package "benchmark-init" :fetcher github :repo "dholm/benchmark-init-el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :wait t :ref "2b34432d79fa0aae8abc3db72db1cb79a28c00b2")) (transient :source "lockfile" :date - (26492 5050 597143 0) + (26492 50133 294430 0) :recipe (:package "transient" :fetcher github :repo "magit/transient" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "000ff15942878aa1108abaa020da86ada675fea9")) (company :source "lockfile" :date - (26492 5050 589356 0) + (26492 50133 286793 0) :recipe (:package "company" :fetcher github :repo "company-mode/company-mode" :files (:defaults "icons" ("images/small" "doc/images/small/*.png")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "6b4f28562c0f68e1a93d11ed4e9c08d828de22aa")) (compat :source "lockfile" :date - (26492 5050 581535 0) + (26492 50133 277739 0) :recipe (:package "compat" :repo ("https://github.com/emacs-compat/compat" . "compat") @@ -46,123 +46,123 @@ (:exclude ".git")) :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "a1a1c9c395a494ebba26c9d46549fe9daf54e032")) (easy-kill :source "lockfile" :date - (26492 5050 573643 0) + (26492 50133 269889 0) :recipe (:package "easy-kill" :fetcher github :repo "leoliu/easy-kill" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "de7d66c3c864a4722a973ee9bc228a14be49ba0c")) (buffer-move :source "lockfile" :date - (26492 5050 565645 0) + (26492 50133 262114 0) :recipe (:package "buffer-move" :fetcher github :repo "lukhas/buffer-move" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "e7800b3ab1bd76ee475ef35507ec51ecd5a3f065")) (gcmh :source "lockfile" :date - (26492 5050 557872 0) + (26492 50133 254382 0) :recipe (:package "gcmh" :repo "koral/gcmh" :fetcher gitlab :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "0089f9c3a6d4e9a310d0791cf6fa8f35642ecfd9")) (exec-path-from-shell :source "lockfile" :date - (26492 5050 549519 0) + (26492 50133 246624 0) :recipe (:package "exec-path-from-shell" :fetcher github :repo "purcell/exec-path-from-shell" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "4896a797252fbfdac32fb77508500ac7d220f717")) (direnv :source "lockfile" :date - (26492 5050 541580 0) + (26492 50133 238793 0) :recipe (:package "direnv" :fetcher github :repo "wbolster/emacs-direnv" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c0bf3b81c7a97e2a0d06d05495e86848254fcc1f")) (treemacs :source "lockfile" :date - (26492 5050 533405 0) + (26492 50133 230785 0) :recipe (:package "treemacs" :fetcher github :repo "Alexander-Miller/treemacs" :files (:defaults "Changelog.org" "icons" "src/elisp/treemacs*.el" "src/scripts/treemacs*.py" (:exclude "src/extra/*")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "32bb3dd02ddfca85661614b3b227e770fab821e2")) (treemacs-all-the-icons :source "lockfile" :date - (26492 5050 525538 0) + (26492 50133 223028 0) :recipe (:package "treemacs-all-the-icons" :fetcher github :repo "Alexander-Miller/treemacs" :files ("src/extra/treemacs-all-the-icons.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "32bb3dd02ddfca85661614b3b227e770fab821e2")) (keyfreq :source "lockfile" :date - (26492 5050 517631 0) + (26492 50133 215221 0) :recipe (:package "keyfreq" :fetcher github :repo "dacap/keyfreq" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c6955162307f37c2ac631d9daf118781009f8dda")) (which-key :source "lockfile" :date - (26492 5050 509786 0) + (26492 50133 207427 0) :recipe (:package "which-key" :repo "justbur/emacs-which-key" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "38d4308d1143b61e4004b6e7a940686784e51500")) (tree-sitter-langs :source "lockfile" :date - (26492 5050 501944 0) + (26492 50133 199490 0) :recipe (:package "tree-sitter-langs" :repo "emacs-tree-sitter/tree-sitter-langs" :fetcher github :branch "release" :files (:defaults "queries") :source "MELPA" :protocol https :inherit t :depth treeless :ref "4f951dbb530d254a0eb223431a0e0d63b2a7399a")) (vertico :source "lockfile" :date - (26492 5050 494174 0) + (26492 50133 191538 0) :recipe (:package "vertico" :repo "minad/vertico" :files (:defaults "extensions/vertico-*.el") :fetcher github :source "MELPA" :protocol https :inherit t :depth treeless :ref "7f36ecf5a550b7605da3433448970448deac4bb3")) (orderless :source "lockfile" :date - (26492 5050 486246 0) + (26492 50133 183134 0) :recipe (:package "orderless" :repo "oantolin/orderless" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "411051c3257d60f0492cf88065193bb443b6ca0d")) (marginalia :source "lockfile" :date - (26492 5050 477123 0) + (26492 50133 175421 0) :recipe (:package "marginalia" :repo "minad/marginalia" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c390456b89ad46bc10c3ef2ee5df59947b72084e")) (consult :source "lockfile" :date - (26492 5050 469339 0) + (26492 50133 167710 0) :recipe (:package "consult" :repo "minad/consult" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "4bbe9f65e53b56496a2a3935bd85546a4402e7e8")) (helpful :source "lockfile" :date - (26492 5050 461559 0) + (26492 50133 159888 0) :recipe (:package "helpful" :repo "Wilfred/helpful" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "4ba24cac9fb14d5fdc32582cd947572040e82b2c")) (avy :source "lockfile" :date - (26492 5050 453748 0) + (26492 50133 152137 0) :recipe (:package "avy" :repo "abo-abo/avy" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "933d1f36cca0f71e4acb5fac707e9ae26c536264")) (rainbow-delimiters :source "lockfile" :date - (26492 5050 445990 0) + (26492 50133 144278 0) :recipe (:package "rainbow-delimiters" :fetcher github :repo "Fanael/rainbow-delimiters" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f40ece58df8b2f0fb6c8576b527755a552a5e763")) (rainbow-mode :source "lockfile" :date - (26492 5050 438004 0) + (26492 50133 136452 0) :recipe (:package "rainbow-mode" :repo ("git://git.sv.gnu.org/emacs/elpa" . "rainbow-mode") @@ -171,129 +171,132 @@ (:exclude ".git")) :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "f7db3b5919f70420a91eb199f8663468de3033f3")) (dash-at-point :source "lockfile" :date - (26492 5050 430188 0) + (26492 50133 128733 0) :recipe (:package "dash-at-point" :fetcher github :repo "stanaka/dash-at-point" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "fba1a6f42ea51d05110e12c62bdced664059eb55")) (column-enforce-mode :source "lockfile" :date - (26492 5050 422280 0) + (26492 50133 120906 0) :recipe (:package "column-enforce-mode" :fetcher github :repo "jordonbiondo/column-enforce-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "14a7622f2268890e33536ccd29510024d51ee96f")) (pcre2el :source "lockfile" :date - (26492 5050 414514 0) + (26492 50133 112982 0) :recipe (:package "pcre2el" :fetcher github :repo "joddie/pcre2el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "b4d846d80dddb313042131cf2b8fbf647567e000")) (visual-regexp-steroids :source "lockfile" :date - (26492 5050 406655 0) + (26492 50133 105216 0) :recipe (:package "visual-regexp-steroids" :repo "benma/visual-regexp-steroids.el" :fetcher github :files ("visual-regexp-steroids.el" "regexp.py") :source "MELPA" :protocol https :inherit t :depth treeless :ref "a6420b25ec0fbba43bf57875827092e1196d8a9e")) (yasnippet :source "lockfile" :date - (26492 5050 398435 0) + (26492 50133 97376 0) :recipe (:package "yasnippet" :repo "joaotavora/yasnippet" :fetcher github :files ("yasnippet.el" "snippets") :source "MELPA" :protocol https :inherit t :depth treeless :ref "fe1f4e0e96ce42d8668920335eb22c3c009dab3e")) (yasnippet-snippets :source "lockfile" :date - (26492 5050 390640 0) + (26492 50133 89446 0) :recipe (:package "yasnippet-snippets" :repo "AndreaCrotti/yasnippet-snippets" :fetcher github :files ("*.el" "snippets" ".nosearch") :source "MELPA" :protocol https :inherit t :depth treeless :ref "f1907ed38acc479e78d5c113810465e4d77d8604")) - (company-box :source "lockfile" :date - (26492 5050 382872 0) - :recipe - (:package "company-box" :fetcher github :repo "sebastiencs/company-box" :files - (:defaults "images") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "c4f2e243fba03c11e46b1600b124e036f2be7691")) + (kind-icon :source "lockfile" :date + (26492 50133 81648 0) + :recipe + (:package "kind-icon" :repo + ("https://github.com/jdtsmith/kind-icon" . "kind-icon") + :files + ("*" + (:exclude ".git")) + :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "b206898fb004bb0f3e0e3bbb9bd630342770db7d")) (copilot :source "lockfile" :date - (26492 5050 375168 0) + (26492 50133 73679 0) :recipe (:source nil :protocol https :inherit t :depth treeless :host github :repo "copilot-emacs/copilot.el" :files ("*.el") :package "copilot" :ref "be6c274562e150e4acf5253968d1b434c40d368b")) (gptel :source "lockfile" :date - (26492 5050 367352 0) + (26492 50133 65822 0) :recipe (:package "gptel" :repo "karthink/gptel" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "7ac9201b84f3d132dce0094d135a525ebcfafa12")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "25efd55002c591b3721cdd2c96dac93d70dce814")) (aider :source "lockfile" :date - (26492 5050 359569 0) + (26492 50133 57909 0) :recipe (:source nil :protocol https :inherit t :depth treeless :host github :repo "tninja/aider.el" :files ("aider.el") :package "aider" :ref "9a564f76156595fc0051316fd4af679516f11057")) (elysium :source "lockfile" :date - (26492 5050 351691 0) + (26492 50133 50208 0) :recipe (:package "elysium" :fetcher github :repo "lanceberge/elysium" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "1847dc71bef86e1828be34539a9ae60c3debedc4")) (flymake-flycheck :source "lockfile" :date - (26492 5050 343863 0) + (26492 50133 42398 0) :recipe (:package "flymake-flycheck" :fetcher github :repo "purcell/flymake-flycheck" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "88455c5e6d8ebf650fb51a45c7511a1c18097344")) (flyspell-correct :source "lockfile" :date - (26492 5050 335971 0) + (26492 50133 34708 0) :recipe (:package "flyspell-correct" :repo "d12frosted/flyspell-correct" :fetcher github :files ("flyspell-correct.el" "flyspell-correct-ido.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "1e7a5a56362dd875dddf848b9a9e25d1395b9d37")) (deft :source "lockfile" :date - (26492 5050 328236 0) + (26492 50133 26904 0) :recipe (:package "deft" :repo "jrblevin/deft" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "b369d7225d86551882568788a23c5497b232509c")) (lsp-mode :source "lockfile" :date - (26492 5050 320537 0) + (26492 50133 19117 0) :recipe (:package "lsp-mode" :repo "emacs-lsp/lsp-mode" :fetcher github :files (:defaults "clients/*.el") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "f3bd38d50b6d4f803c490b64f8c5e69988a0b933")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "e9230e8078316a2263e70ae9a0aa40f046898de5")) (lsp-ui :source "lockfile" :date - (26492 5050 312761 0) + (26492 50133 11394 0) :recipe (:package "lsp-ui" :repo "emacs-lsp/lsp-ui" :fetcher github :files (:defaults "lsp-ui-doc.html" "resources") :source "MELPA" :protocol https :inherit t :depth treeless :ref "f0edfac7b3736fcab617cbeb07e465c9153ae68b")) (dap-mode :source "lockfile" :date - (26492 5050 304973 0) + (26492 50133 3626 0) :recipe (:package "dap-mode" :repo "emacs-lsp/dap-mode" :fetcher github :files (:defaults "icons") :source "MELPA" :protocol https :inherit t :depth treeless :ref "ffb795761273e1bdc3d0cd1ebdd43e36b7c08921")) (dashboard :source "lockfile" :date - (26492 5050 297310 0) + (26492 50132 995728 0) :recipe (:package "dashboard" :fetcher github :repo "emacs-dashboard/emacs-dashboard" :files (:defaults "banners") :source "MELPA" :protocol https :inherit t :depth treeless :ref "c9f8230f6b7992b7b40c3bb9abc36cc03b6a423d")) (magit :source "lockfile" :date - (26492 5050 289439 0) + (26492 50132 987873 0) :recipe (:package "magit" :fetcher github :repo "magit/magit" :files ("lisp/magit*.el" "lisp/git-*.el" "docs/magit.texi" "docs/AUTHORS.md" "LICENSE" "magit-pkg.el" (:exclude "lisp/magit-section.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "7f47299581abb6f77870cb5abdae159fcd35b3d5")) (vundo :source "lockfile" :date - (26492 5050 281538 0) + (26492 50132 980202 0) :recipe (:package "vundo" :repo ("https://github.com/casouri/vundo" . "vundo") @@ -302,33 +305,33 @@ (:exclude ".git" "test")) :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "d792738a5e4da73e619ad9c47dc34a3566445871")) (speed-type :source "lockfile" :date - (26492 5050 273747 0) + (26492 50132 972449 0) :recipe (:package "speed-type" :fetcher github :repo "dakra/speed-type" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "b982ee6081a11837760eeaed73c4f413eefb07b1")) (spaceline :source "lockfile" :date - (26492 5050 265561 0) + (26492 50132 964713 0) :recipe (:package "spaceline" :fetcher github :repo "TheBB/spaceline" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "086420d16e526c79b67fc1edec4c2ae1e699f372")) (base16-theme :source "lockfile" :date - (26492 5050 257783 0) + (26492 50132 956855 0) :recipe (:package "base16-theme" :repo "tinted-theming/base16-emacs" :fetcher github :files (:defaults "build/*.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "1d48474c3c07521276f4e7d73317a654997b4381")) (clojure-mode :source "lockfile" :date - (26492 5050 249896 0) + (26492 50132 948628 0) :recipe (:package "clojure-mode" :repo "clojure-emacs/clojure-mode" :fetcher github :files ("clojure-mode.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "eabe29b076fff19db552d36d4babaa36ecf0b704")) (cider :source "lockfile" :date - (26492 5050 242066 0) + (26492 50132 940555 0) :recipe (:package "cider" :fetcher github :repo "clojure-emacs/cider" :files ("lisp/*.el" "bin/*.sh" "*.el" "clojure.sh" "lein.sh" @@ -337,235 +340,235 @@ (nrepl) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f00e83d338434c92cc21663a1818139f0847b707")) (clj-refactor :source "lockfile" :date - (26492 5050 234257 0) + (26492 50132 932841 0) :recipe (:package "clj-refactor" :fetcher github :repo "clojure-emacs/clj-refactor.el" :files (:defaults "CHANGELOG.md") :source "MELPA" :protocol https :inherit t :depth treeless :ref "dc1bbc8cdaa723bdbb6669ea7d280625c370755d")) (dart-mode :source "lockfile" :date - (26492 5050 226400 0) + (26492 50132 925054 0) :recipe (:package "dart-mode" :fetcher github :repo "emacsorphanage/dart-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "02e919c1cf200b4938139c18068577faff1fb364")) (lsp-dart :source "lockfile" :date - (26492 5050 218471 0) + (26492 50132 917262 0) :recipe (:package "lsp-dart" :repo "emacs-lsp/lsp-dart" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "7e3d3429418bc42cda7fa7b58e6644a705cf2f89")) (dhall-mode :source "lockfile" :date - (26492 5050 210722 0) + (26492 50132 909451 0) :recipe (:package "dhall-mode" :repo "psibi/dhall-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "fca383a9c4622c1d9a39dc977572b34c7fa0b719")) (dash :source "lockfile" :date - (26492 5050 202766 0) + (26492 50132 901616 0) :recipe (:package "dash" :fetcher github :repo "magnars/dash.el" :files ("dash.el" "dash.texi") :source "MELPA" :protocol https :inherit t :depth treeless :ref "1de9dcb83eacfb162b6d9a118a4770b1281bcd84")) (lispy :source "lockfile" :date - (26492 5050 195021 0) + (26492 50132 893730 0) :recipe (:package "lispy" :repo "abo-abo/lispy" :fetcher github :files (:defaults "lispy-clojure.clj" "lispy-clojure.cljs" "lispy-python.py") :source "MELPA" :protocol https :inherit t :depth treeless :ref "fe44efd21573868638ca86fc8313241148fabbe3")) (aggressive-indent :source "lockfile" :date - (26492 5050 187093 0) + (26492 50132 884796 0) :recipe (:package "aggressive-indent" :repo "Malabarba/aggressive-indent-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "a437a45868f94b77362c6b913c5ee8e67b273c42")) (elixir-format :source "lockfile" :date - (26492 5050 179328 0) + (26492 50132 876935 0) :recipe (:source nil :protocol https :inherit t :depth treeless :type git :host github :repo "elixir-editors/emacs-elixir" :files ("elixir-format.el") :package "elixir-format" :ref "00d6580a040a750e019218f9392cf9a4c2dac23a")) (elixir-ts-mode :source "lockfile" :date - (26492 5050 171515 0) + (26492 50132 869153 0) :recipe (:package "elixir-ts-mode" :repo "wkirschbaum/elixir-ts-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "143b94f4a5ac1f161c232e3f25b84c6768be2f25")) (erlang :source "lockfile" :date - (26492 5050 163225 0) + (26492 50132 861419 0) :recipe (:package "erlang" :fetcher github :repo "erlang/otp" :version-regexp "OTP-%v" :files ("lib/tools/emacs/*.el" (:exclude "lib/tools/emacs/erlang_appwiz.el")) :source "MELPA" :protocol https :inherit t :depth 1 :ref "ac7be0d00d9072e28ee9c14d1845f96dc7ed2b25")) (fsharp-mode :source "lockfile" :date - (26492 5050 153379 0) + (26492 50132 853721 0) :recipe (:package "fsharp-mode" :fetcher github :repo "fsharp/emacs-fsharp-mode" :files (:defaults (:exclude "eglot-fsharp.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "677d78c4d6cb574086408082dedbcaef04a85359")) (gleam-ts-mode :source "lockfile" :date - (26492 5050 145508 0) + (26492 50132 845963 0) :recipe (:package "gleam-ts-mode" :fetcher github :repo "gleam-lang/gleam-mode" :files ("gleam-ts-mode.el") :source "MELPA" :protocol https :inherit t :depth treeless :type git :host github :ref "d00f37d0b47f5d6810aa295af98c40a7708b4305")) (go-mode :source "lockfile" :date - (26492 5050 137617 0) + (26492 50132 838187 0) :recipe (:package "go-mode" :repo "dominikh/go-mode.el" :fetcher github :files ("go-mode.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "602d73e22646b1b98b2eb97927fd426c0d1d2f92")) (haskell-mode :source "lockfile" :date - (26492 5050 129906 0) + (26492 50132 830521 0) :recipe (:package "haskell-mode" :repo "haskell/haskell-mode" :fetcher github :files (:defaults "NEWS" "logo.svg") :source "MELPA" :protocol https :inherit t :depth treeless :ref "1a285fc4c50ca74bb5cd9b2a8c1a46a64a77384a")) (lsp-haskell :source "lockfile" :date - (26492 5050 122106 0) + (26492 50132 822456 0) :recipe (:package "lsp-haskell" :repo "emacs-lsp/lsp-haskell" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "6981f8d1225c038c1a130e8cf70530cfe15f976e")) (js2-mode :source "lockfile" :date - (26492 5050 114365 0) + (26492 50132 814645 0) :recipe (:package "js2-mode" :repo "mooz/js2-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "e0c302872de4d26a9c1614fac8d6b94112b96307")) (kotlin-ts-mode :source "lockfile" :date - (26492 5050 106541 0) + (26492 50132 806773 0) :recipe (:package "kotlin-ts-mode" :fetcher gitlab :repo "bricka/emacs-kotlin-ts-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "a25d56cecac9160ba7c140f982ec16ca7b2fe97f")) (gradle-mode :source "lockfile" :date - (26492 5050 98544 0) + (26492 50132 798866 0) :recipe (:package "gradle-mode" :fetcher github :repo "scubacabra/emacs-gradle-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "e4d665d5784ecda7ddfba015f07c69be3cfc45f2")) (lean4-mode :source "lockfile" :date - (26492 5050 90749 0) + (26492 50132 791046 0) :recipe (:source nil :protocol https :inherit t :depth treeless :type git :host github :repo "leanprover/lean4-mode" :files ("*.el" "data") :package "lean4-mode" :ref "76895d8939111654a472cfc617cfd43fbf5f1eb6")) (markdown-mode :source "lockfile" :date - (26492 5050 82872 0) + (26492 50132 782207 0) :recipe (:package "markdown-mode" :fetcher github :repo "jrblevin/markdown-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "8692afc12e13431efb0c302baee1de5bbf4a41e4")) (merlin :source "lockfile" :date - (26492 5050 75088 0) + (26492 50132 773944 0) :recipe (:package "merlin" :fetcher github :repo "ocaml/merlin" :files ("emacs/*.el" (:exclude "emacs/merlin-ac.el" "emacs/merlin-company.el" "emacs/merlin-iedit.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "005b42c50b450a4930d5cea25aab271ed5b88cc3")) (opam-switch-mode :source "lockfile" :date - (26492 5050 67238 0) + (26492 50132 766012 0) :recipe (:package "opam-switch-mode" :fetcher github :repo "ProofGeneral/opam-switch-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "1069e56a662f23ea09d4e05611bdedeb99257012")) (dune :source "lockfile" :date - (26492 5050 59415 0) + (26492 50132 758112 0) :recipe (:package "dune" :fetcher github :repo "ocaml/dune" :files ("editor-integration/emacs/*.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "f937a9e77909c330002c9a45ea884f5719d955d8")) (tuareg :source "lockfile" :date - (26492 5050 51572 0) + (26492 50132 750166 0) :recipe (:package "tuareg" :fetcher github :repo "ocaml/tuareg" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "1d53723e39f22ab4ab76d31f2b188a2879305092")) (dockerfile-mode :source "lockfile" :date - (26492 5050 43702 0) + (26492 50132 742266 0) :recipe (:package "dockerfile-mode" :fetcher github :repo "spotify/dockerfile-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "4d893bd2da15833ce056332e6c972d5d93e78f04")) (docker :source "lockfile" :date - (26492 5050 35885 0) + (26492 50132 734327 0) :recipe (:package "docker" :fetcher github :repo "Silex/docker.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "813c00410b40917cbfe7e8227ebd4fd60a027937")) (terraform-mode :source "lockfile" :date - (26492 5050 28143 0) + (26492 50132 726436 0) :recipe (:package "terraform-mode" :repo "hcl-emacs/terraform-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "5bdd734a87f67f6574664f63eb4d02a0bc74c0d0")) (ansible :source "lockfile" :date - (26492 5050 20285 0) + (26492 50132 718612 0) :recipe (:package "ansible" :fetcher gitlab :repo "emacs-ansible/emacs-ansible" :files (:defaults "snippets" "dict") :source "MELPA" :protocol https :inherit t :depth treeless :ref "03e285bb54a687e3fd9e21026b088fdac46679a0")) (nginx-mode :source "lockfile" :date - (26492 5050 12523 0) + (26492 50132 710783 0) :recipe (:package "nginx-mode" :fetcher github :repo "ajc/nginx-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c4ac5de975d65c84893a130a470af32a48b0b66c")) (jenkinsfile-mode :source "lockfile" :date - (26492 5050 4669 0) + (26492 50132 702938 0) :recipe (:package "jenkinsfile-mode" :repo "https://github.com/john2x/jenkinsfile-mode.git" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :branch "master" :ref "568865ee419e0592de0dd0717d6769a66d9df111")) (lua-mode :source "lockfile" :date - (26492 5049 996943 0) + (26492 50132 695162 0) :recipe (:package "lua-mode" :repo "immerrr/lua-mode" :fetcher github :files (:defaults (:exclude "init-tryout.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "d074e4134b1beae9ed4c9b512af741ca0d852ba3")) (graphql-mode :source "lockfile" :date - (26492 5049 989051 0) + (26492 50132 687282 0) :recipe (:package "graphql-mode" :repo "davazp/graphql-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "ee49531935ede7a2c9597713e13a4c9d33ef2220")) (yaml-mode :source "lockfile" :date - (26492 5049 981266 0) + (26492 50132 679406 0) :recipe (:package "yaml-mode" :repo "yoshiki/yaml-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "d91f878729312a6beed77e6637c60497c5786efa")) (json-mode :source "lockfile" :date - (26492 5049 973453 0) + (26492 50132 671609 0) :recipe (:package "json-mode" :fetcher github :repo "json-emacs/json-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "77125b01c0ddce537085201098bea9b4b8ba6be3")) (git-modes :source "lockfile" :date - (26492 5049 965142 0) + (26492 50132 663787 0) :recipe (:package "git-modes" :fetcher github :repo "magit/git-modes" :old-names (gitattributes-mode gitconfig-mode gitignore-mode) @@ -574,184 +577,186 @@ (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f99010bbeb8b6d8a0819fac0195a2ef0159d08f0")) (php-mode :source "lockfile" :date - (26492 5049 957325 0) + (26492 50132 656028 0) :recipe (:package "php-mode" :repo "emacs-php/php-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "b45992a6a9d019fafe7a9dcde19401b0f20a20bf")) (purescript-mode :source "lockfile" :date - (26492 5049 949378 0) + (26492 50132 648196 0) :recipe (:package "purescript-mode" :repo "purescript-emacs/purescript-mode" :fetcher github :files (:defaults "NEWS" "snippets") :source "MELPA" :protocol https :inherit t :depth treeless :ref "07e4d6ecfe677d595ed3759c912c0b262d886b98")) (rspec-mode :source "lockfile" :date - (26492 5049 941564 0) + (26492 50132 640369 0) :recipe (:package "rspec-mode" :repo "pezra/rspec-mode" :fetcher github :files ("rspec-mode.el" "snippets") :source "MELPA" :protocol https :inherit t :depth treeless :ref "29df3d081c6a1cbdf840cd13d45ea1c100c5bbaa")) (ruby-end :source "lockfile" :date - (26492 5049 933410 0) + (26492 50132 632521 0) :recipe (:package "ruby-end" :repo "rejeep/ruby-end.el" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "ba7d7230f9e3ed75c9982d32bb9fdff1dc10935d")) (rbs-mode :source "lockfile" :date - (26492 5049 925443 0) + (26492 50132 624690 0) :recipe (:package "rbs-mode" :fetcher github :repo "ybiquitous/rbs-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "e415a6fa9e88594cb9b7f7765145f57dda0e9b56")) (rust-mode :source "lockfile" :date - (26492 5049 917514 0) + (26492 50132 616830 0) :recipe (:package "rust-mode" :repo "rust-lang/rust-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "542f1755d8929ca83564322d7030d558f3392fe1")) (flycheck-rust :source "lockfile" :date - (26492 5049 909682 0) + (26492 50132 608722 0) :recipe (:package "flycheck-rust" :repo "flycheck/flycheck-rust" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "d499471ec433a62898a95ce76561964e3d015ce5")) (fish-mode :source "lockfile" :date - (26492 5049 901840 0) + (26492 50132 600120 0) :recipe (:package "fish-mode" :fetcher github :repo "wwwjfy/emacs-fish" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "2526b1803b58cf145bc70ff6ce2adb3f6c246f89")) (web-mode :source "lockfile" :date - (26492 5049 893931 0) + (26492 50132 592195 0) :recipe (:package "web-mode" :repo "fxbois/web-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "be2d59c8fa02b1a45ae54ce4079e502e659cefe6")) (zig-mode :source "lockfile" :date - (26492 5049 885894 0) + (26492 50132 584061 0) :recipe (:package "zig-mode" :repo "ziglang/zig-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f0b4a487530146f99230f4a5ff67e8d56c8f3f80")) (diminish :source "lockfile" :date - (26492 5049 877793 0) + (26492 50132 575786 0) :recipe (:package "diminish" :fetcher github :repo "myrjola/diminish.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "fbd5d846611bad828e336b25d2e131d1bc06b83d")) (s :source "lockfile" :date - (26492 5049 869754 0) + (26492 50132 567006 0) :recipe (:package "s" :fetcher github :repo "magnars/s.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "dda84d38fffdaf0c9b12837b504b402af910d01d")) (ace-window :source "lockfile" :date - (26492 5049 861862 0) + (26492 50132 559045 0) :recipe (:package "ace-window" :repo "abo-abo/ace-window" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "77115afc1b0b9f633084cf7479c767988106c196")) (pfuture :source "lockfile" :date - (26492 5049 854013 0) + (26492 50132 551287 0) :recipe (:package "pfuture" :repo "Alexander-Miller/pfuture" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "19b53aebbc0f2da31de6326c495038901bffb73c")) (hydra :source "lockfile" :date - (26492 5049 846064 0) + (26492 50132 543503 0) :recipe (:package "hydra" :repo "abo-abo/hydra" :fetcher github :files (:defaults (:exclude "lv.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "317e1de33086637579a7aeb60f77ed0405bf359b")) (ht :source "lockfile" :date - (26492 5049 838038 0) + (26492 50132 535680 0) :recipe (:package "ht" :fetcher github :repo "Wilfred/ht.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "1c49aad1c820c86f7ee35bf9fff8429502f60fef")) (cfrs :source "lockfile" :date - (26492 5049 830293 0) + (26492 50132 527966 0) :recipe (:package "cfrs" :repo "Alexander-Miller/cfrs" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f3a21f237b2a54e6b9f8a420a9da42b4f0a63121")) (posframe :source "lockfile" :date - (26492 5049 822368 0) + (26492 50132 520101 0) :recipe (:package "posframe" :fetcher github :repo "tumashu/posframe" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "81651536827c96bf5af5265ee7918ab70e1dd5b1")) (lv :source "lockfile" :date - (26492 5049 814354 0) + (26492 50132 512320 0) :recipe (:package "lv" :repo "abo-abo/hydra" :fetcher github :files ("lv.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "317e1de33086637579a7aeb60f77ed0405bf359b")) (all-the-icons :source "lockfile" :date - (26492 5049 806306 0) + (26492 50132 504505 0) :recipe (:package "all-the-icons" :repo "domtronn/all-the-icons.el" :fetcher github :files (:defaults "data") :source "MELPA" :protocol https :inherit t :depth treeless :ref "39ef44f810c34e8900978788467cc675870bcd19")) (tree-sitter :source "lockfile" :date - (26492 5049 798342 0) + (26492 50132 496697 0) :recipe (:package "tree-sitter" :repo "emacs-tree-sitter/elisp-tree-sitter" :fetcher github :branch "release" :files (:defaults (:exclude "lisp/tree-sitter-tests.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "3cfab8a0e945db9b3df84437f27945746a43cc71")) (tsc :source "lockfile" :date - (26492 5049 790522 0) + (26492 50132 488929 0) :recipe (:package "tsc" :fetcher github :repo "emacs-tree-sitter/elisp-tree-sitter" :branch "release" :files ("core/*.el" "core/Cargo.toml" "core/Cargo.lock" "core/src") :source "MELPA" :protocol https :inherit t :depth treeless :ref "3cfab8a0e945db9b3df84437f27945746a43cc71")) (f :source "lockfile" :date - (26492 5049 782701 0) + (26492 50132 481162 0) :recipe (:package "f" :fetcher github :repo "rejeep/f.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "931b6d0667fe03e7bf1c6c282d6d8d7006143c52")) (elisp-refs :source "lockfile" :date - (26492 5049 774919 0) + (26492 50132 473373 0) :recipe (:package "elisp-refs" :repo "Wilfred/elisp-refs" :fetcher github :files (:defaults (:exclude "elisp-refs-bench.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "541a064c3ce27867872cf708354a65d83baf2a6d")) (visual-regexp :source "lockfile" :date - (26492 5049 766957 0) + (26492 50132 465569 0) :recipe (:package "visual-regexp" :repo "benma/visual-regexp.el" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "48457d42a5e0fe10fa3a9c15854f1f127ade09b5")) - (frame-local :source "lockfile" :date - (26492 5049 759033 0) - :recipe - (:package "frame-local" :fetcher github :repo "sebastiencs/frame-local" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "7ee1106c3bcd4022f48421f8cb1ef4f995da816e")) + (svg-lib :source "lockfile" :date + (26492 50132 457667 0) + :recipe + (:package "svg-lib" :repo + ("https://github.com/rougier/svg-lib" . "svg-lib") + :files + ("*" + (:exclude ".git")) + :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "39621cd178dbf903414156d893c1eefe217b7c29")) (editorconfig :source "lockfile" :date - (26492 5049 751165 0) + (26492 50132 449794 0) :recipe (:package "editorconfig" :fetcher github :repo "editorconfig/editorconfig-emacs" :old-names (editorconfig-core editorconfig-fnmatch) @@ -760,14 +765,14 @@ (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "24f5b2b1cd4e37adc245fb59f7edeb6872a707a4")) (flycheck :source "lockfile" :date - (26492 5049 743189 0) + (26492 50132 441392 0) :recipe (:package "flycheck" :repo "flycheck/flycheck" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "e2a7f331d0e3c3f74981a805ef849cfdfb5657f1")) (spinner :source "lockfile" :date - (26492 5049 735143 0) + (26492 50132 433391 0) :recipe (:package "spinner" :repo ("https://github.com/Malabarba/spinner.el" . "spinner") @@ -776,61 +781,61 @@ (:exclude ".git")) :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "d4647ae87fb0cd24bc9081a3d287c860ff061c21")) (bui :source "lockfile" :date - (26492 5049 727356 0) + (26492 50132 425620 0) :recipe (:package "bui" :repo "alezost/bui.el" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f3a137628e112a91910fd33c0cff0948fa58d470")) (lsp-treemacs :source "lockfile" :date - (26492 5049 719094 0) + (26492 50132 417801 0) :recipe (:package "lsp-treemacs" :repo "emacs-lsp/lsp-treemacs" :fetcher github :files (:defaults "icons") :source "MELPA" :protocol https :inherit t :depth treeless :ref "fb1a07ae0a3d781dea8ac78da2933e0173eb48a4")) (lsp-docker :source "lockfile" :date - (26492 5049 711111 0) + (26492 50132 409938 0) :recipe (:package "lsp-docker" :repo "emacs-lsp/lsp-docker" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "ce291d0f80533f8eaca120eb745d55669e062636")) (yaml :source "lockfile" :date - (26492 5049 703171 0) + (26492 50132 402151 0) :recipe (:package "yaml" :repo "zkry/yaml.el" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "cd3edfc02cb12514426c00e07160b87bd8340f4a")) (magit-section :source "lockfile" :date - (26492 5049 695441 0) + (26492 50132 393902 0) :recipe (:package "magit-section" :fetcher github :repo "magit/magit" :files ("lisp/magit-section.el" "docs/magit-section.texi" "magit-section-pkg.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "7f47299581abb6f77870cb5abdae159fcd35b3d5")) (with-editor :source "lockfile" :date - (26492 5049 687585 0) - :recipe - (:package "with-editor" :fetcher github :repo "magit/with-editor" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "ca902ae02972bdd6919a902be2593d8cb6bd991b")) + (26492 50132 385567 0) + :recipe + (:package "with-editor" :fetcher github :repo "magit/with-editor" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "ca902ae02972bdd6919a902be2593d8cb6bd991b")) (powerline :source "lockfile" :date - (26492 5049 679597 0) + (26492 50132 377178 0) :recipe (:package "powerline" :fetcher github :repo "milkypostman/powerline" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c35c35bdf5ce2d992882c1f06f0f078058870d4a")) (parseedn :source "lockfile" :date - (26492 5049 671586 0) + (26492 50132 368768 0) :recipe (:package "parseedn" :repo "clojure-emacs/parseedn" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "3407e4530a367b6c2b857dae261cdbb67a440aaa")) (queue :source "lockfile" :date - (26492 5049 663703 0) + (26492 50132 360329 0) :recipe (:package "queue" :repo ("git://git.sv.gnu.org/emacs/elpa" . "queue") @@ -839,115 +844,115 @@ (:exclude ".git")) :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "f986fb68e75bdae951efb9e11a3012ab6bd408ee")) (sesman :source "lockfile" :date - (26492 5049 655831 0) + (26492 50132 352147 0) :recipe (:package "sesman" :repo "vspinu/sesman" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "7bca68dbbab0af26a6a23be1ff5fa97f9a18e022")) (parseclj :source "lockfile" :date - (26492 5049 647872 0) + (26492 50132 343971 0) :recipe (:package "parseclj" :repo "clojure-emacs/parseclj" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "6af22372e0fe14df882dd300b22b12ba2d7e00b0")) (paredit :source "lockfile" :date - (26492 5049 639654 0) + (26492 50132 335738 0) :recipe (:package "paredit" :fetcher git :url "https://mumble.net/~campbell/git/paredit.git" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "af075775af91f2dbc63b915d762b4aec092946c4")) (multiple-cursors :source "lockfile" :date - (26492 5049 631697 0) + (26492 50132 327333 0) :recipe (:package "multiple-cursors" :fetcher github :repo "magnars/multiple-cursors.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "dd10cf2334333838e4550f091a75695448e26765")) (inflections :source "lockfile" :date - (26492 5049 623798 0) + (26492 50132 319174 0) :recipe (:package "inflections" :repo "eschulte/jump.el" :fetcher github :files ("inflections.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "55caa66a7cc6e0b1a76143fd40eff38416928941")) (reformatter :source "lockfile" :date - (26492 5049 615628 0) + (26492 50132 310908 0) :recipe (:package "reformatter" :repo "purcell/emacs-reformatter" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f2cb59466b1c3f85a8c960f7d4b7b7ead015bedc")) (iedit :source "lockfile" :date - (26492 5049 607428 0) + (26492 50132 302776 0) :recipe (:package "iedit" :repo "victorhge/iedit" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "27c61866b1b9b8d77629ac702e5f48e67dfe0d3b")) (swiper :source "lockfile" :date - (26492 5049 599239 0) + (26492 50132 294603 0) :recipe (:package "swiper" :repo "abo-abo/swiper" :fetcher github :files ("swiper.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "8dc02d5b725f78d1f80904807b46f5406f129674")) (zoutline :source "lockfile" :date - (26492 5049 591126 0) + (26492 50132 286141 0) :recipe (:package "zoutline" :repo "abo-abo/zoutline" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "32857c6c4b9b0bcbed14d825a10b91a98d5fed0a")) (ivy :source "lockfile" :date - (26492 5049 581588 0) + (26492 50132 277831 0) :recipe (:package "ivy" :repo "abo-abo/swiper" :fetcher github :files (:defaults "doc/ivy-help.org" (:exclude "swiper.el" "counsel.el" "ivy-hydra.el" "ivy-avy.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "8dc02d5b725f78d1f80904807b46f5406f129674")) (heex-ts-mode :source "lockfile" :date - (26492 5049 572591 0) + (26492 50132 269251 0) :recipe (:package "heex-ts-mode" :repo "wkirschbaum/heex-ts-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "dafed72c254c226cdd28528ac70965ef8efa04ca")) (caml :source "lockfile" :date - (26492 5049 563567 0) + (26492 50132 260378 0) :recipe (:package "caml" :repo "ocaml/caml-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "47defafa2b08fb680e89bfee9cb9ce82bd9e3bcf")) (aio :source "lockfile" :date - (26492 5049 553105 0) + (26492 50132 250913 0) :recipe (:package "aio" :fetcher github :repo "skeeto/emacs-aio" :files ("aio.el" "README.md" "UNLICENSE") :source "MELPA" :protocol https :inherit t :depth treeless :ref "da93523e235529fa97d6f251319d9e1d6fc24a41")) (tablist :source "lockfile" :date - (26492 5049 542715 0) + (26492 50132 240998 0) :recipe (:package "tablist" :fetcher github :repo "emacsorphanage/tablist" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "fcd37147121fabdf003a70279cf86fbe08cfac6f")) (hcl-mode :source "lockfile" :date - (26492 5049 531739 0) + (26492 50132 230759 0) :recipe (:package "hcl-mode" :repo "hcl-emacs/hcl-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "1da895ed75d28d9f87cbf9b74f075d90ba31c0ed")) (groovy-mode :source "lockfile" :date - (26492 5049 518677 0) + (26492 50132 219216 0) :recipe (:package "groovy-mode" :fetcher github :repo "Groovy-Emacs-Modes/groovy-emacs-modes" :files ("*groovy*.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "7b8520b2e2d3ab1d62b35c426e17ac25ed0120bb")) (json-snatcher :source "lockfile" :date - (26492 5049 502473 0) + (26492 50132 205465 0) :recipe (:package "json-snatcher" :fetcher github :repo "Sterlingg/json-snatcher" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" diff --git a/lisp/icejam-company-yasnippet.el b/lisp/icejam-company-yasnippet.el index 23c2992..a5e6ce6 100644 --- a/lisp/icejam-company-yasnippet.el +++ b/lisp/icejam-company-yasnippet.el @@ -12,8 +12,16 @@ (unbind-key "C-c & C-v" yas-minor-mode-map)) (use-package yasnippet-snippets :ensure t :after (yasnippet)) -(use-package company-box :ensure t :after (company) - :hook (company-mode . company-box-mode)) + +(use-package kind-icon + :ensure t + :after company + :config + (let* ((kind-func (lambda (candidate) (company-call-backend 'kind candidate))) + (formatter (kind-icon-margin-formatter `((company-kind . ,kind-func))))) + (defun icejam-company-kind-icon-margin (candidate _selected) + (funcall formatter candidate)) + (setopt company-format-margin-function #'icejam-company-kind-icon-margin))) (with-eval-after-load 'company (global-company-mode t) @@ -55,12 +63,11 @@ ;; Absolute defaults for company mode (setopt company-backends - '((company-files ; files & directory - company-keywords ; keywords - company-capf - ) - (company-dabbrev company-abbrev) - )) + '((company-files ; files & directory + company-keywords ; keywords + company-capf) + (company-dabbrev company-abbrev) + )) ;; Use standard emacs next and previous bindings for navigating company ;; suggestions From a0500746f4c47f12ad4bee6a3f02874fe0bc2311 Mon Sep 17 00:00:00 2001 From: Maciej Szlosarczyk Date: Tue, 7 Jan 2025 14:25:33 +0200 Subject: [PATCH 16/34] Working corfu setup without company --- elpaca.lock | 361 +++++++++++++------------- lisp/icejam-blocking.el | 2 +- lisp/icejam-company-yasnippet.el | 97 ------- lisp/icejam-complete-at-point.el | 55 ++++ lisp/icejam-custom-init.el | 2 +- lisp/icejam-fonts.el | 8 +- lisp/icejam-transient.el | 2 - lisp/langs/icejam-lang-clang.el | 5 +- lisp/langs/icejam-lang-common-lisp.el | 2 +- lisp/langs/icejam-lang-elisp.el | 29 ++- lisp/langs/icejam-lang-rust.el | 6 +- 11 files changed, 255 insertions(+), 314 deletions(-) delete mode 100644 lisp/icejam-company-yasnippet.el create mode 100644 lisp/icejam-complete-at-point.el diff --git a/elpaca.lock b/elpaca.lock index eab9f34..1f6c7bc 100644 --- a/elpaca.lock +++ b/elpaca.lock @@ -1,5 +1,5 @@ ((elpaca :source "lockfile" :date - (26492 50133 317932 0) + (26493 6648 87103 0) :recipe (:source nil :protocol https :inherit t :depth 1 :repo "https://github.com/progfolio/elpaca.git" :ref "92cbdba42bd1696f19cb9739ecb59ae6098d53f9" :files (:defaults "elpaca-test.el" @@ -8,7 +8,7 @@ (:not elpaca--activate-package) :package "elpaca")) (elpaca-use-package :source "lockfile" :date - (26492 50133 310231 0) + (26493 6648 79406 0) :recipe (:package "elpaca-use-package" :wait t :repo "https://github.com/progfolio/elpaca.git" :files ("extensions/elpaca-use-package.el") @@ -16,28 +16,21 @@ (:not elpaca--compile-info) :source "Elpaca extensions" :protocol https :inherit t :depth treeless :ref "92cbdba42bd1696f19cb9739ecb59ae6098d53f9")) (benchmark-init :source "lockfile" :date - (26492 50133 302384 0) + (26493 6648 71734 0) :recipe (:package "benchmark-init" :fetcher github :repo "dholm/benchmark-init-el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :wait t :ref "2b34432d79fa0aae8abc3db72db1cb79a28c00b2")) (transient :source "lockfile" :date - (26492 50133 294430 0) + (26493 6648 64086 0) :recipe (:package "transient" :fetcher github :repo "magit/transient" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "000ff15942878aa1108abaa020da86ada675fea9")) - (company :source "lockfile" :date - (26492 50133 286793 0) - :recipe - (:package "company" :fetcher github :repo "company-mode/company-mode" :files - (:defaults "icons" - ("images/small" "doc/images/small/*.png")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "6b4f28562c0f68e1a93d11ed4e9c08d828de22aa")) (compat :source "lockfile" :date - (26492 50133 277739 0) + (26493 6648 56352 0) :recipe (:package "compat" :repo ("https://github.com/emacs-compat/compat" . "compat") @@ -46,123 +39,123 @@ (:exclude ".git")) :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "a1a1c9c395a494ebba26c9d46549fe9daf54e032")) (easy-kill :source "lockfile" :date - (26492 50133 269889 0) + (26493 6648 48712 0) :recipe (:package "easy-kill" :fetcher github :repo "leoliu/easy-kill" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "de7d66c3c864a4722a973ee9bc228a14be49ba0c")) (buffer-move :source "lockfile" :date - (26492 50133 262114 0) + (26493 6648 40979 0) :recipe (:package "buffer-move" :fetcher github :repo "lukhas/buffer-move" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "e7800b3ab1bd76ee475ef35507ec51ecd5a3f065")) (gcmh :source "lockfile" :date - (26492 50133 254382 0) + (26493 6648 33279 0) :recipe (:package "gcmh" :repo "koral/gcmh" :fetcher gitlab :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "0089f9c3a6d4e9a310d0791cf6fa8f35642ecfd9")) (exec-path-from-shell :source "lockfile" :date - (26492 50133 246624 0) + (26493 6648 25524 0) :recipe (:package "exec-path-from-shell" :fetcher github :repo "purcell/exec-path-from-shell" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "4896a797252fbfdac32fb77508500ac7d220f717")) (direnv :source "lockfile" :date - (26492 50133 238793 0) + (26493 6648 17799 0) :recipe (:package "direnv" :fetcher github :repo "wbolster/emacs-direnv" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c0bf3b81c7a97e2a0d06d05495e86848254fcc1f")) (treemacs :source "lockfile" :date - (26492 50133 230785 0) + (26493 6648 10010 0) :recipe (:package "treemacs" :fetcher github :repo "Alexander-Miller/treemacs" :files (:defaults "Changelog.org" "icons" "src/elisp/treemacs*.el" "src/scripts/treemacs*.py" (:exclude "src/extra/*")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "32bb3dd02ddfca85661614b3b227e770fab821e2")) (treemacs-all-the-icons :source "lockfile" :date - (26492 50133 223028 0) + (26493 6648 2379 0) :recipe (:package "treemacs-all-the-icons" :fetcher github :repo "Alexander-Miller/treemacs" :files ("src/extra/treemacs-all-the-icons.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "32bb3dd02ddfca85661614b3b227e770fab821e2")) (keyfreq :source "lockfile" :date - (26492 50133 215221 0) + (26493 6647 994513 0) :recipe (:package "keyfreq" :fetcher github :repo "dacap/keyfreq" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c6955162307f37c2ac631d9daf118781009f8dda")) (which-key :source "lockfile" :date - (26492 50133 207427 0) + (26493 6647 986872 0) :recipe (:package "which-key" :repo "justbur/emacs-which-key" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "38d4308d1143b61e4004b6e7a940686784e51500")) (tree-sitter-langs :source "lockfile" :date - (26492 50133 199490 0) + (26493 6647 979213 0) :recipe (:package "tree-sitter-langs" :repo "emacs-tree-sitter/tree-sitter-langs" :fetcher github :branch "release" :files (:defaults "queries") :source "MELPA" :protocol https :inherit t :depth treeless :ref "4f951dbb530d254a0eb223431a0e0d63b2a7399a")) (vertico :source "lockfile" :date - (26492 50133 191538 0) + (26493 6647 971615 0) :recipe (:package "vertico" :repo "minad/vertico" :files (:defaults "extensions/vertico-*.el") :fetcher github :source "MELPA" :protocol https :inherit t :depth treeless :ref "7f36ecf5a550b7605da3433448970448deac4bb3")) (orderless :source "lockfile" :date - (26492 50133 183134 0) + (26493 6647 963907 0) :recipe (:package "orderless" :repo "oantolin/orderless" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "411051c3257d60f0492cf88065193bb443b6ca0d")) (marginalia :source "lockfile" :date - (26492 50133 175421 0) + (26493 6647 956261 0) :recipe (:package "marginalia" :repo "minad/marginalia" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c390456b89ad46bc10c3ef2ee5df59947b72084e")) (consult :source "lockfile" :date - (26492 50133 167710 0) + (26493 6647 948562 0) :recipe (:package "consult" :repo "minad/consult" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "4bbe9f65e53b56496a2a3935bd85546a4402e7e8")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "f66f3b2de5a51f04236d9c0c08381b373d4d7ee8")) (helpful :source "lockfile" :date - (26492 50133 159888 0) + (26493 6647 940929 0) :recipe (:package "helpful" :repo "Wilfred/helpful" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "4ba24cac9fb14d5fdc32582cd947572040e82b2c")) (avy :source "lockfile" :date - (26492 50133 152137 0) + (26493 6647 933208 0) :recipe (:package "avy" :repo "abo-abo/avy" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "933d1f36cca0f71e4acb5fac707e9ae26c536264")) (rainbow-delimiters :source "lockfile" :date - (26492 50133 144278 0) + (26493 6647 925538 0) :recipe (:package "rainbow-delimiters" :fetcher github :repo "Fanael/rainbow-delimiters" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f40ece58df8b2f0fb6c8576b527755a552a5e763")) (rainbow-mode :source "lockfile" :date - (26492 50133 136452 0) + (26493 6647 917823 0) :recipe (:package "rainbow-mode" :repo ("git://git.sv.gnu.org/emacs/elpa" . "rainbow-mode") @@ -171,46 +164,75 @@ (:exclude ".git")) :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "f7db3b5919f70420a91eb199f8663468de3033f3")) (dash-at-point :source "lockfile" :date - (26492 50133 128733 0) + (26493 6647 910117 0) :recipe (:package "dash-at-point" :fetcher github :repo "stanaka/dash-at-point" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "fba1a6f42ea51d05110e12c62bdced664059eb55")) (column-enforce-mode :source "lockfile" :date - (26492 50133 120906 0) + (26493 6647 902484 0) :recipe (:package "column-enforce-mode" :fetcher github :repo "jordonbiondo/column-enforce-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "14a7622f2268890e33536ccd29510024d51ee96f")) (pcre2el :source "lockfile" :date - (26492 50133 112982 0) + (26493 6647 894843 0) :recipe (:package "pcre2el" :fetcher github :repo "joddie/pcre2el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "b4d846d80dddb313042131cf2b8fbf647567e000")) (visual-regexp-steroids :source "lockfile" :date - (26492 50133 105216 0) + (26493 6647 887145 0) :recipe (:package "visual-regexp-steroids" :repo "benma/visual-regexp-steroids.el" :fetcher github :files ("visual-regexp-steroids.el" "regexp.py") :source "MELPA" :protocol https :inherit t :depth treeless :ref "a6420b25ec0fbba43bf57875827092e1196d8a9e")) (yasnippet :source "lockfile" :date - (26492 50133 97376 0) + (26493 6647 879413 0) :recipe (:package "yasnippet" :repo "joaotavora/yasnippet" :fetcher github :files ("yasnippet.el" "snippets") :source "MELPA" :protocol https :inherit t :depth treeless :ref "fe1f4e0e96ce42d8668920335eb22c3c009dab3e")) (yasnippet-snippets :source "lockfile" :date - (26492 50133 89446 0) + (26493 6647 871695 0) :recipe (:package "yasnippet-snippets" :repo "AndreaCrotti/yasnippet-snippets" :fetcher github :files ("*.el" "snippets" ".nosearch") :source "MELPA" :protocol https :inherit t :depth treeless :ref "f1907ed38acc479e78d5c113810465e4d77d8604")) + (corfu :source "lockfile" :date + (26493 6647 863989 0) + :recipe + (:package "corfu" :repo "minad/corfu" :files + (:defaults "extensions/corfu-*.el") + :fetcher github :source "MELPA" :protocol https :inherit t :depth treeless :ref "ec846c6aa373931508cc078b49a3a8ba8265c453")) + (corfu-terminal :source "lockfile" :date + (26493 6647 856299 0) + :recipe + (:package "corfu-terminal" :repo + ("https://codeberg.org/akib/emacs-corfu-terminal" . "corfu-terminal") + :files + ("*" + (:exclude ".git")) + :source "NonGNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "501548c3d51f926c687e8cd838c5865ec45d03cc")) + (cape :source "lockfile" :date + (26493 6647 848614 0) + :recipe + (:package "cape" :repo "minad/cape" :fetcher github :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "d981e8f9460f6434e60812780ed81eda54940a97")) + (yasnippet-capf :source "lockfile" :date + (26493 6647 840840 0) + :recipe + (:package "yasnippet-capf" :fetcher github :repo "elken/yasnippet-capf" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "4c2e33d70cd1d95cf1e08d134b058a6dd90a99c9")) (kind-icon :source "lockfile" :date - (26492 50133 81648 0) + (26493 6647 833018 0) :recipe (:package "kind-icon" :repo ("https://github.com/jdtsmith/kind-icon" . "kind-icon") @@ -219,84 +241,84 @@ (:exclude ".git")) :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "b206898fb004bb0f3e0e3bbb9bd630342770db7d")) (copilot :source "lockfile" :date - (26492 50133 73679 0) + (26493 6647 824782 0) :recipe (:source nil :protocol https :inherit t :depth treeless :host github :repo "copilot-emacs/copilot.el" :files ("*.el") :package "copilot" :ref "be6c274562e150e4acf5253968d1b434c40d368b")) (gptel :source "lockfile" :date - (26492 50133 65822 0) + (26493 6647 817163 0) :recipe (:package "gptel" :repo "karthink/gptel" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "25efd55002c591b3721cdd2c96dac93d70dce814")) (aider :source "lockfile" :date - (26492 50133 57909 0) + (26493 6647 809481 0) :recipe (:source nil :protocol https :inherit t :depth treeless :host github :repo "tninja/aider.el" :files ("aider.el") :package "aider" :ref "9a564f76156595fc0051316fd4af679516f11057")) (elysium :source "lockfile" :date - (26492 50133 50208 0) + (26493 6647 801783 0) :recipe (:package "elysium" :fetcher github :repo "lanceberge/elysium" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "1847dc71bef86e1828be34539a9ae60c3debedc4")) (flymake-flycheck :source "lockfile" :date - (26492 50133 42398 0) + (26493 6647 793925 0) :recipe (:package "flymake-flycheck" :fetcher github :repo "purcell/flymake-flycheck" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "88455c5e6d8ebf650fb51a45c7511a1c18097344")) (flyspell-correct :source "lockfile" :date - (26492 50133 34708 0) + (26493 6647 785944 0) :recipe (:package "flyspell-correct" :repo "d12frosted/flyspell-correct" :fetcher github :files ("flyspell-correct.el" "flyspell-correct-ido.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "1e7a5a56362dd875dddf848b9a9e25d1395b9d37")) (deft :source "lockfile" :date - (26492 50133 26904 0) + (26493 6647 778220 0) :recipe (:package "deft" :repo "jrblevin/deft" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "b369d7225d86551882568788a23c5497b232509c")) (lsp-mode :source "lockfile" :date - (26492 50133 19117 0) + (26493 6647 770124 0) :recipe (:package "lsp-mode" :repo "emacs-lsp/lsp-mode" :fetcher github :files (:defaults "clients/*.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "e9230e8078316a2263e70ae9a0aa40f046898de5")) (lsp-ui :source "lockfile" :date - (26492 50133 11394 0) + (26493 6647 762182 0) :recipe (:package "lsp-ui" :repo "emacs-lsp/lsp-ui" :fetcher github :files (:defaults "lsp-ui-doc.html" "resources") :source "MELPA" :protocol https :inherit t :depth treeless :ref "f0edfac7b3736fcab617cbeb07e465c9153ae68b")) (dap-mode :source "lockfile" :date - (26492 50133 3626 0) + (26493 6647 754359 0) :recipe (:package "dap-mode" :repo "emacs-lsp/dap-mode" :fetcher github :files (:defaults "icons") :source "MELPA" :protocol https :inherit t :depth treeless :ref "ffb795761273e1bdc3d0cd1ebdd43e36b7c08921")) (dashboard :source "lockfile" :date - (26492 50132 995728 0) + (26493 6647 746701 0) :recipe (:package "dashboard" :fetcher github :repo "emacs-dashboard/emacs-dashboard" :files (:defaults "banners") :source "MELPA" :protocol https :inherit t :depth treeless :ref "c9f8230f6b7992b7b40c3bb9abc36cc03b6a423d")) (magit :source "lockfile" :date - (26492 50132 987873 0) + (26493 6647 738736 0) :recipe (:package "magit" :fetcher github :repo "magit/magit" :files ("lisp/magit*.el" "lisp/git-*.el" "docs/magit.texi" "docs/AUTHORS.md" "LICENSE" "magit-pkg.el" (:exclude "lisp/magit-section.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "7f47299581abb6f77870cb5abdae159fcd35b3d5")) (vundo :source "lockfile" :date - (26492 50132 980202 0) + (26493 6647 731092 0) :recipe (:package "vundo" :repo ("https://github.com/casouri/vundo" . "vundo") @@ -305,33 +327,33 @@ (:exclude ".git" "test")) :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "d792738a5e4da73e619ad9c47dc34a3566445871")) (speed-type :source "lockfile" :date - (26492 50132 972449 0) + (26493 6647 723405 0) :recipe (:package "speed-type" :fetcher github :repo "dakra/speed-type" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "b982ee6081a11837760eeaed73c4f413eefb07b1")) (spaceline :source "lockfile" :date - (26492 50132 964713 0) + (26493 6647 715740 0) :recipe (:package "spaceline" :fetcher github :repo "TheBB/spaceline" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "086420d16e526c79b67fc1edec4c2ae1e699f372")) (base16-theme :source "lockfile" :date - (26492 50132 956855 0) + (26493 6647 708020 0) :recipe (:package "base16-theme" :repo "tinted-theming/base16-emacs" :fetcher github :files (:defaults "build/*.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "1d48474c3c07521276f4e7d73317a654997b4381")) (clojure-mode :source "lockfile" :date - (26492 50132 948628 0) + (26493 6647 700345 0) :recipe (:package "clojure-mode" :repo "clojure-emacs/clojure-mode" :fetcher github :files ("clojure-mode.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "eabe29b076fff19db552d36d4babaa36ecf0b704")) (cider :source "lockfile" :date - (26492 50132 940555 0) + (26493 6647 692621 0) :recipe (:package "cider" :fetcher github :repo "clojure-emacs/cider" :files ("lisp/*.el" "bin/*.sh" "*.el" "clojure.sh" "lein.sh" @@ -340,235 +362,216 @@ (nrepl) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f00e83d338434c92cc21663a1818139f0847b707")) (clj-refactor :source "lockfile" :date - (26492 50132 932841 0) + (26493 6647 684874 0) :recipe (:package "clj-refactor" :fetcher github :repo "clojure-emacs/clj-refactor.el" :files (:defaults "CHANGELOG.md") :source "MELPA" :protocol https :inherit t :depth treeless :ref "dc1bbc8cdaa723bdbb6669ea7d280625c370755d")) (dart-mode :source "lockfile" :date - (26492 50132 925054 0) + (26493 6647 677135 0) :recipe (:package "dart-mode" :fetcher github :repo "emacsorphanage/dart-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "02e919c1cf200b4938139c18068577faff1fb364")) (lsp-dart :source "lockfile" :date - (26492 50132 917262 0) + (26493 6647 669502 0) :recipe (:package "lsp-dart" :repo "emacs-lsp/lsp-dart" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "7e3d3429418bc42cda7fa7b58e6644a705cf2f89")) (dhall-mode :source "lockfile" :date - (26492 50132 909451 0) + (26493 6647 661865 0) :recipe (:package "dhall-mode" :repo "psibi/dhall-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "fca383a9c4622c1d9a39dc977572b34c7fa0b719")) - (dash :source "lockfile" :date - (26492 50132 901616 0) - :recipe - (:package "dash" :fetcher github :repo "magnars/dash.el" :files - ("dash.el" "dash.texi") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "1de9dcb83eacfb162b6d9a118a4770b1281bcd84")) - (lispy :source "lockfile" :date - (26492 50132 893730 0) - :recipe - (:package "lispy" :repo "abo-abo/lispy" :fetcher github :files - (:defaults "lispy-clojure.clj" "lispy-clojure.cljs" "lispy-python.py") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "fe44efd21573868638ca86fc8313241148fabbe3")) - (aggressive-indent :source "lockfile" :date - (26492 50132 884796 0) - :recipe - (:package "aggressive-indent" :repo "Malabarba/aggressive-indent-mode" :fetcher github :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "a437a45868f94b77362c6b913c5ee8e67b273c42")) (elixir-format :source "lockfile" :date - (26492 50132 876935 0) + (26493 6647 654219 0) :recipe (:source nil :protocol https :inherit t :depth treeless :type git :host github :repo "elixir-editors/emacs-elixir" :files ("elixir-format.el") :package "elixir-format" :ref "00d6580a040a750e019218f9392cf9a4c2dac23a")) (elixir-ts-mode :source "lockfile" :date - (26492 50132 869153 0) + (26493 6647 646632 0) :recipe (:package "elixir-ts-mode" :repo "wkirschbaum/elixir-ts-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "143b94f4a5ac1f161c232e3f25b84c6768be2f25")) (erlang :source "lockfile" :date - (26492 50132 861419 0) + (26493 6647 638908 0) :recipe (:package "erlang" :fetcher github :repo "erlang/otp" :version-regexp "OTP-%v" :files ("lib/tools/emacs/*.el" (:exclude "lib/tools/emacs/erlang_appwiz.el")) :source "MELPA" :protocol https :inherit t :depth 1 :ref "ac7be0d00d9072e28ee9c14d1845f96dc7ed2b25")) (fsharp-mode :source "lockfile" :date - (26492 50132 853721 0) + (26493 6647 631043 0) :recipe (:package "fsharp-mode" :fetcher github :repo "fsharp/emacs-fsharp-mode" :files (:defaults (:exclude "eglot-fsharp.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "677d78c4d6cb574086408082dedbcaef04a85359")) (gleam-ts-mode :source "lockfile" :date - (26492 50132 845963 0) + (26493 6647 623395 0) :recipe (:package "gleam-ts-mode" :fetcher github :repo "gleam-lang/gleam-mode" :files ("gleam-ts-mode.el") :source "MELPA" :protocol https :inherit t :depth treeless :type git :host github :ref "d00f37d0b47f5d6810aa295af98c40a7708b4305")) (go-mode :source "lockfile" :date - (26492 50132 838187 0) + (26493 6647 615722 0) :recipe (:package "go-mode" :repo "dominikh/go-mode.el" :fetcher github :files ("go-mode.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "602d73e22646b1b98b2eb97927fd426c0d1d2f92")) (haskell-mode :source "lockfile" :date - (26492 50132 830521 0) + (26493 6647 608078 0) :recipe (:package "haskell-mode" :repo "haskell/haskell-mode" :fetcher github :files (:defaults "NEWS" "logo.svg") :source "MELPA" :protocol https :inherit t :depth treeless :ref "1a285fc4c50ca74bb5cd9b2a8c1a46a64a77384a")) (lsp-haskell :source "lockfile" :date - (26492 50132 822456 0) + (26493 6647 600417 0) :recipe (:package "lsp-haskell" :repo "emacs-lsp/lsp-haskell" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "6981f8d1225c038c1a130e8cf70530cfe15f976e")) (js2-mode :source "lockfile" :date - (26492 50132 814645 0) + (26493 6647 592757 0) :recipe (:package "js2-mode" :repo "mooz/js2-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "e0c302872de4d26a9c1614fac8d6b94112b96307")) (kotlin-ts-mode :source "lockfile" :date - (26492 50132 806773 0) + (26493 6647 585001 0) :recipe (:package "kotlin-ts-mode" :fetcher gitlab :repo "bricka/emacs-kotlin-ts-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "a25d56cecac9160ba7c140f982ec16ca7b2fe97f")) (gradle-mode :source "lockfile" :date - (26492 50132 798866 0) + (26493 6647 577240 0) :recipe (:package "gradle-mode" :fetcher github :repo "scubacabra/emacs-gradle-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "e4d665d5784ecda7ddfba015f07c69be3cfc45f2")) (lean4-mode :source "lockfile" :date - (26492 50132 791046 0) + (26493 6647 569608 0) :recipe (:source nil :protocol https :inherit t :depth treeless :type git :host github :repo "leanprover/lean4-mode" :files ("*.el" "data") :package "lean4-mode" :ref "76895d8939111654a472cfc617cfd43fbf5f1eb6")) (markdown-mode :source "lockfile" :date - (26492 50132 782207 0) + (26493 6647 561944 0) :recipe (:package "markdown-mode" :fetcher github :repo "jrblevin/markdown-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "8692afc12e13431efb0c302baee1de5bbf4a41e4")) (merlin :source "lockfile" :date - (26492 50132 773944 0) + (26493 6647 554201 0) :recipe (:package "merlin" :fetcher github :repo "ocaml/merlin" :files ("emacs/*.el" (:exclude "emacs/merlin-ac.el" "emacs/merlin-company.el" "emacs/merlin-iedit.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "005b42c50b450a4930d5cea25aab271ed5b88cc3")) (opam-switch-mode :source "lockfile" :date - (26492 50132 766012 0) + (26493 6647 546461 0) :recipe (:package "opam-switch-mode" :fetcher github :repo "ProofGeneral/opam-switch-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "1069e56a662f23ea09d4e05611bdedeb99257012")) (dune :source "lockfile" :date - (26492 50132 758112 0) + (26493 6647 538750 0) :recipe (:package "dune" :fetcher github :repo "ocaml/dune" :files ("editor-integration/emacs/*.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "f937a9e77909c330002c9a45ea884f5719d955d8")) (tuareg :source "lockfile" :date - (26492 50132 750166 0) + (26493 6647 531049 0) :recipe (:package "tuareg" :fetcher github :repo "ocaml/tuareg" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "1d53723e39f22ab4ab76d31f2b188a2879305092")) (dockerfile-mode :source "lockfile" :date - (26492 50132 742266 0) + (26493 6647 523356 0) :recipe (:package "dockerfile-mode" :fetcher github :repo "spotify/dockerfile-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "4d893bd2da15833ce056332e6c972d5d93e78f04")) (docker :source "lockfile" :date - (26492 50132 734327 0) + (26493 6647 515686 0) :recipe (:package "docker" :fetcher github :repo "Silex/docker.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "813c00410b40917cbfe7e8227ebd4fd60a027937")) (terraform-mode :source "lockfile" :date - (26492 50132 726436 0) + (26493 6647 508062 0) :recipe (:package "terraform-mode" :repo "hcl-emacs/terraform-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "5bdd734a87f67f6574664f63eb4d02a0bc74c0d0")) (ansible :source "lockfile" :date - (26492 50132 718612 0) + (26493 6647 500363 0) :recipe (:package "ansible" :fetcher gitlab :repo "emacs-ansible/emacs-ansible" :files (:defaults "snippets" "dict") :source "MELPA" :protocol https :inherit t :depth treeless :ref "03e285bb54a687e3fd9e21026b088fdac46679a0")) (nginx-mode :source "lockfile" :date - (26492 50132 710783 0) + (26493 6647 492582 0) :recipe (:package "nginx-mode" :fetcher github :repo "ajc/nginx-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c4ac5de975d65c84893a130a470af32a48b0b66c")) (jenkinsfile-mode :source "lockfile" :date - (26492 50132 702938 0) + (26493 6647 484818 0) :recipe (:package "jenkinsfile-mode" :repo "https://github.com/john2x/jenkinsfile-mode.git" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :branch "master" :ref "568865ee419e0592de0dd0717d6769a66d9df111")) (lua-mode :source "lockfile" :date - (26492 50132 695162 0) + (26493 6647 477016 0) :recipe (:package "lua-mode" :repo "immerrr/lua-mode" :fetcher github :files (:defaults (:exclude "init-tryout.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "d074e4134b1beae9ed4c9b512af741ca0d852ba3")) (graphql-mode :source "lockfile" :date - (26492 50132 687282 0) + (26493 6647 469289 0) :recipe (:package "graphql-mode" :repo "davazp/graphql-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "ee49531935ede7a2c9597713e13a4c9d33ef2220")) (yaml-mode :source "lockfile" :date - (26492 50132 679406 0) + (26493 6647 461626 0) :recipe (:package "yaml-mode" :repo "yoshiki/yaml-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "d91f878729312a6beed77e6637c60497c5786efa")) (json-mode :source "lockfile" :date - (26492 50132 671609 0) + (26493 6647 453877 0) :recipe (:package "json-mode" :fetcher github :repo "json-emacs/json-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "77125b01c0ddce537085201098bea9b4b8ba6be3")) (git-modes :source "lockfile" :date - (26492 50132 663787 0) + (26493 6647 446166 0) :recipe (:package "git-modes" :fetcher github :repo "magit/git-modes" :old-names (gitattributes-mode gitconfig-mode gitignore-mode) @@ -577,177 +580,192 @@ (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f99010bbeb8b6d8a0819fac0195a2ef0159d08f0")) (php-mode :source "lockfile" :date - (26492 50132 656028 0) + (26493 6647 438480 0) :recipe (:package "php-mode" :repo "emacs-php/php-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "b45992a6a9d019fafe7a9dcde19401b0f20a20bf")) (purescript-mode :source "lockfile" :date - (26492 50132 648196 0) + (26493 6647 430724 0) :recipe (:package "purescript-mode" :repo "purescript-emacs/purescript-mode" :fetcher github :files (:defaults "NEWS" "snippets") :source "MELPA" :protocol https :inherit t :depth treeless :ref "07e4d6ecfe677d595ed3759c912c0b262d886b98")) (rspec-mode :source "lockfile" :date - (26492 50132 640369 0) + (26493 6647 422979 0) :recipe (:package "rspec-mode" :repo "pezra/rspec-mode" :fetcher github :files ("rspec-mode.el" "snippets") :source "MELPA" :protocol https :inherit t :depth treeless :ref "29df3d081c6a1cbdf840cd13d45ea1c100c5bbaa")) (ruby-end :source "lockfile" :date - (26492 50132 632521 0) + (26493 6647 415272 0) :recipe (:package "ruby-end" :repo "rejeep/ruby-end.el" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "ba7d7230f9e3ed75c9982d32bb9fdff1dc10935d")) (rbs-mode :source "lockfile" :date - (26492 50132 624690 0) + (26493 6647 407470 0) :recipe (:package "rbs-mode" :fetcher github :repo "ybiquitous/rbs-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "e415a6fa9e88594cb9b7f7765145f57dda0e9b56")) (rust-mode :source "lockfile" :date - (26492 50132 616830 0) + (26493 6647 399859 0) :recipe (:package "rust-mode" :repo "rust-lang/rust-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "542f1755d8929ca83564322d7030d558f3392fe1")) (flycheck-rust :source "lockfile" :date - (26492 50132 608722 0) + (26493 6647 392273 0) :recipe (:package "flycheck-rust" :repo "flycheck/flycheck-rust" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "d499471ec433a62898a95ce76561964e3d015ce5")) (fish-mode :source "lockfile" :date - (26492 50132 600120 0) + (26493 6647 384598 0) :recipe (:package "fish-mode" :fetcher github :repo "wwwjfy/emacs-fish" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "2526b1803b58cf145bc70ff6ce2adb3f6c246f89")) (web-mode :source "lockfile" :date - (26492 50132 592195 0) + (26493 6647 376930 0) :recipe (:package "web-mode" :repo "fxbois/web-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "be2d59c8fa02b1a45ae54ce4079e502e659cefe6")) (zig-mode :source "lockfile" :date - (26492 50132 584061 0) + (26493 6647 369264 0) :recipe (:package "zig-mode" :repo "ziglang/zig-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f0b4a487530146f99230f4a5ff67e8d56c8f3f80")) (diminish :source "lockfile" :date - (26492 50132 575786 0) + (26493 6647 361567 0) :recipe (:package "diminish" :fetcher github :repo "myrjola/diminish.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "fbd5d846611bad828e336b25d2e131d1bc06b83d")) + (dash :source "lockfile" :date + (26493 6647 353876 0) + :recipe + (:package "dash" :fetcher github :repo "magnars/dash.el" :files + ("dash.el" "dash.texi") + :source "MELPA" :protocol https :inherit t :depth treeless :ref "1de9dcb83eacfb162b6d9a118a4770b1281bcd84")) (s :source "lockfile" :date - (26492 50132 567006 0) + (26493 6647 346102 0) :recipe (:package "s" :fetcher github :repo "magnars/s.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "dda84d38fffdaf0c9b12837b504b402af910d01d")) (ace-window :source "lockfile" :date - (26492 50132 559045 0) + (26493 6647 338363 0) :recipe (:package "ace-window" :repo "abo-abo/ace-window" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "77115afc1b0b9f633084cf7479c767988106c196")) (pfuture :source "lockfile" :date - (26492 50132 551287 0) + (26493 6647 330591 0) :recipe (:package "pfuture" :repo "Alexander-Miller/pfuture" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "19b53aebbc0f2da31de6326c495038901bffb73c")) (hydra :source "lockfile" :date - (26492 50132 543503 0) + (26493 6647 322846 0) :recipe (:package "hydra" :repo "abo-abo/hydra" :fetcher github :files (:defaults (:exclude "lv.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "317e1de33086637579a7aeb60f77ed0405bf359b")) (ht :source "lockfile" :date - (26492 50132 535680 0) + (26493 6647 315216 0) :recipe (:package "ht" :fetcher github :repo "Wilfred/ht.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "1c49aad1c820c86f7ee35bf9fff8429502f60fef")) (cfrs :source "lockfile" :date - (26492 50132 527966 0) + (26493 6647 307511 0) :recipe (:package "cfrs" :repo "Alexander-Miller/cfrs" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f3a21f237b2a54e6b9f8a420a9da42b4f0a63121")) (posframe :source "lockfile" :date - (26492 50132 520101 0) + (26493 6647 299789 0) :recipe (:package "posframe" :fetcher github :repo "tumashu/posframe" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "81651536827c96bf5af5265ee7918ab70e1dd5b1")) (lv :source "lockfile" :date - (26492 50132 512320 0) + (26493 6647 291950 0) :recipe (:package "lv" :repo "abo-abo/hydra" :fetcher github :files ("lv.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "317e1de33086637579a7aeb60f77ed0405bf359b")) (all-the-icons :source "lockfile" :date - (26492 50132 504505 0) + (26493 6647 284115 0) :recipe (:package "all-the-icons" :repo "domtronn/all-the-icons.el" :fetcher github :files (:defaults "data") :source "MELPA" :protocol https :inherit t :depth treeless :ref "39ef44f810c34e8900978788467cc675870bcd19")) (tree-sitter :source "lockfile" :date - (26492 50132 496697 0) + (26493 6647 276450 0) :recipe (:package "tree-sitter" :repo "emacs-tree-sitter/elisp-tree-sitter" :fetcher github :branch "release" :files (:defaults (:exclude "lisp/tree-sitter-tests.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "3cfab8a0e945db9b3df84437f27945746a43cc71")) (tsc :source "lockfile" :date - (26492 50132 488929 0) + (26493 6647 268813 0) :recipe (:package "tsc" :fetcher github :repo "emacs-tree-sitter/elisp-tree-sitter" :branch "release" :files ("core/*.el" "core/Cargo.toml" "core/Cargo.lock" "core/src") :source "MELPA" :protocol https :inherit t :depth treeless :ref "3cfab8a0e945db9b3df84437f27945746a43cc71")) (f :source "lockfile" :date - (26492 50132 481162 0) + (26493 6647 261161 0) :recipe (:package "f" :fetcher github :repo "rejeep/f.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "931b6d0667fe03e7bf1c6c282d6d8d7006143c52")) (elisp-refs :source "lockfile" :date - (26492 50132 473373 0) + (26493 6647 253567 0) :recipe (:package "elisp-refs" :repo "Wilfred/elisp-refs" :fetcher github :files (:defaults (:exclude "elisp-refs-bench.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "541a064c3ce27867872cf708354a65d83baf2a6d")) (visual-regexp :source "lockfile" :date - (26492 50132 465569 0) + (26493 6647 245921 0) :recipe (:package "visual-regexp" :repo "benma/visual-regexp.el" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "48457d42a5e0fe10fa3a9c15854f1f127ade09b5")) + (popon :source "lockfile" :date + (26493 6647 238203 0) + :recipe + (:package "popon" :repo + ("https://codeberg.org/akib/emacs-popon" . "popon") + :files + ("*" + (:exclude ".git")) + :source "NonGNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "bf8174cb7e6e8fe0fe91afe6b01b6562c4dc39da")) (svg-lib :source "lockfile" :date - (26492 50132 457667 0) + (26493 6647 230537 0) :recipe (:package "svg-lib" :repo ("https://github.com/rougier/svg-lib" . "svg-lib") @@ -756,7 +774,7 @@ (:exclude ".git")) :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "39621cd178dbf903414156d893c1eefe217b7c29")) (editorconfig :source "lockfile" :date - (26492 50132 449794 0) + (26493 6647 222810 0) :recipe (:package "editorconfig" :fetcher github :repo "editorconfig/editorconfig-emacs" :old-names (editorconfig-core editorconfig-fnmatch) @@ -765,14 +783,14 @@ (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "24f5b2b1cd4e37adc245fb59f7edeb6872a707a4")) (flycheck :source "lockfile" :date - (26492 50132 441392 0) + (26493 6647 214897 0) :recipe (:package "flycheck" :repo "flycheck/flycheck" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "e2a7f331d0e3c3f74981a805ef849cfdfb5657f1")) (spinner :source "lockfile" :date - (26492 50132 433391 0) + (26493 6647 206830 0) :recipe (:package "spinner" :repo ("https://github.com/Malabarba/spinner.el" . "spinner") @@ -781,61 +799,61 @@ (:exclude ".git")) :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "d4647ae87fb0cd24bc9081a3d287c860ff061c21")) (bui :source "lockfile" :date - (26492 50132 425620 0) + (26493 6647 198811 0) :recipe (:package "bui" :repo "alezost/bui.el" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f3a137628e112a91910fd33c0cff0948fa58d470")) (lsp-treemacs :source "lockfile" :date - (26492 50132 417801 0) + (26493 6647 190838 0) :recipe (:package "lsp-treemacs" :repo "emacs-lsp/lsp-treemacs" :fetcher github :files (:defaults "icons") :source "MELPA" :protocol https :inherit t :depth treeless :ref "fb1a07ae0a3d781dea8ac78da2933e0173eb48a4")) (lsp-docker :source "lockfile" :date - (26492 50132 409938 0) + (26493 6647 183147 0) :recipe (:package "lsp-docker" :repo "emacs-lsp/lsp-docker" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "ce291d0f80533f8eaca120eb745d55669e062636")) (yaml :source "lockfile" :date - (26492 50132 402151 0) + (26493 6647 175455 0) :recipe (:package "yaml" :repo "zkry/yaml.el" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "cd3edfc02cb12514426c00e07160b87bd8340f4a")) (magit-section :source "lockfile" :date - (26492 50132 393902 0) + (26493 6647 167630 0) :recipe (:package "magit-section" :fetcher github :repo "magit/magit" :files ("lisp/magit-section.el" "docs/magit-section.texi" "magit-section-pkg.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "7f47299581abb6f77870cb5abdae159fcd35b3d5")) (with-editor :source "lockfile" :date - (26492 50132 385567 0) + (26493 6647 159670 0) :recipe (:package "with-editor" :fetcher github :repo "magit/with-editor" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "ca902ae02972bdd6919a902be2593d8cb6bd991b")) (powerline :source "lockfile" :date - (26492 50132 377178 0) + (26493 6647 151961 0) :recipe (:package "powerline" :fetcher github :repo "milkypostman/powerline" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c35c35bdf5ce2d992882c1f06f0f078058870d4a")) (parseedn :source "lockfile" :date - (26492 50132 368768 0) + (26493 6647 144320 0) :recipe (:package "parseedn" :repo "clojure-emacs/parseedn" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "3407e4530a367b6c2b857dae261cdbb67a440aaa")) (queue :source "lockfile" :date - (26492 50132 360329 0) + (26493 6647 136589 0) :recipe (:package "queue" :repo ("git://git.sv.gnu.org/emacs/elpa" . "queue") @@ -844,115 +862,88 @@ (:exclude ".git")) :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "f986fb68e75bdae951efb9e11a3012ab6bd408ee")) (sesman :source "lockfile" :date - (26492 50132 352147 0) + (26493 6647 128866 0) :recipe (:package "sesman" :repo "vspinu/sesman" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "7bca68dbbab0af26a6a23be1ff5fa97f9a18e022")) (parseclj :source "lockfile" :date - (26492 50132 343971 0) + (26493 6647 121144 0) :recipe (:package "parseclj" :repo "clojure-emacs/parseclj" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "6af22372e0fe14df882dd300b22b12ba2d7e00b0")) (paredit :source "lockfile" :date - (26492 50132 335738 0) + (26493 6647 113390 0) :recipe (:package "paredit" :fetcher git :url "https://mumble.net/~campbell/git/paredit.git" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "af075775af91f2dbc63b915d762b4aec092946c4")) (multiple-cursors :source "lockfile" :date - (26492 50132 327333 0) + (26493 6647 105494 0) :recipe (:package "multiple-cursors" :fetcher github :repo "magnars/multiple-cursors.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "dd10cf2334333838e4550f091a75695448e26765")) (inflections :source "lockfile" :date - (26492 50132 319174 0) + (26493 6647 97737 0) :recipe (:package "inflections" :repo "eschulte/jump.el" :fetcher github :files ("inflections.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "55caa66a7cc6e0b1a76143fd40eff38416928941")) (reformatter :source "lockfile" :date - (26492 50132 310908 0) + (26493 6647 89921 0) :recipe (:package "reformatter" :repo "purcell/emacs-reformatter" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f2cb59466b1c3f85a8c960f7d4b7b7ead015bedc")) - (iedit :source "lockfile" :date - (26492 50132 302776 0) - :recipe - (:package "iedit" :repo "victorhge/iedit" :fetcher github :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "27c61866b1b9b8d77629ac702e5f48e67dfe0d3b")) - (swiper :source "lockfile" :date - (26492 50132 294603 0) - :recipe - (:package "swiper" :repo "abo-abo/swiper" :fetcher github :files - ("swiper.el") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "8dc02d5b725f78d1f80904807b46f5406f129674")) - (zoutline :source "lockfile" :date - (26492 50132 286141 0) - :recipe - (:package "zoutline" :repo "abo-abo/zoutline" :fetcher github :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "32857c6c4b9b0bcbed14d825a10b91a98d5fed0a")) - (ivy :source "lockfile" :date - (26492 50132 277831 0) - :recipe - (:package "ivy" :repo "abo-abo/swiper" :fetcher github :files - (:defaults "doc/ivy-help.org" - (:exclude "swiper.el" "counsel.el" "ivy-hydra.el" "ivy-avy.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "8dc02d5b725f78d1f80904807b46f5406f129674")) (heex-ts-mode :source "lockfile" :date - (26492 50132 269251 0) + (26493 6647 81983 0) :recipe (:package "heex-ts-mode" :repo "wkirschbaum/heex-ts-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "dafed72c254c226cdd28528ac70965ef8efa04ca")) (caml :source "lockfile" :date - (26492 50132 260378 0) + (26493 6647 73849 0) :recipe (:package "caml" :repo "ocaml/caml-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "47defafa2b08fb680e89bfee9cb9ce82bd9e3bcf")) (aio :source "lockfile" :date - (26492 50132 250913 0) + (26493 6647 65370 0) :recipe (:package "aio" :fetcher github :repo "skeeto/emacs-aio" :files ("aio.el" "README.md" "UNLICENSE") :source "MELPA" :protocol https :inherit t :depth treeless :ref "da93523e235529fa97d6f251319d9e1d6fc24a41")) (tablist :source "lockfile" :date - (26492 50132 240998 0) + (26493 6647 56249 0) :recipe (:package "tablist" :fetcher github :repo "emacsorphanage/tablist" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "fcd37147121fabdf003a70279cf86fbe08cfac6f")) (hcl-mode :source "lockfile" :date - (26492 50132 230759 0) + (26493 6647 46698 0) :recipe (:package "hcl-mode" :repo "hcl-emacs/hcl-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "1da895ed75d28d9f87cbf9b74f075d90ba31c0ed")) (groovy-mode :source "lockfile" :date - (26492 50132 219216 0) + (26493 6647 35070 0) :recipe (:package "groovy-mode" :fetcher github :repo "Groovy-Emacs-Modes/groovy-emacs-modes" :files ("*groovy*.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "7b8520b2e2d3ab1d62b35c426e17ac25ed0120bb")) (json-snatcher :source "lockfile" :date - (26492 50132 205465 0) + (26493 6647 20522 0) :recipe (:package "json-snatcher" :fetcher github :repo "Sterlingg/json-snatcher" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" diff --git a/lisp/icejam-blocking.el b/lisp/icejam-blocking.el index 1d9194d..11c3f04 100644 --- a/lisp/icejam-blocking.el +++ b/lisp/icejam-blocking.el @@ -8,8 +8,8 @@ ;; These packages are foundational dependency and possibly can be blocking. ;;; Code: +;; Nice menus (use-package transient :ensure t) -(use-package company :ensure t) ;; Finally, wait for installation of these four packages. (if (fboundp 'elpaca-wait) diff --git a/lisp/icejam-company-yasnippet.el b/lisp/icejam-company-yasnippet.el deleted file mode 100644 index a5e6ce6..0000000 --- a/lisp/icejam-company-yasnippet.el +++ /dev/null @@ -1,97 +0,0 @@ -;;; icejam-company-yasnippet.el -- summary -*- lexical-binding: t; -*- -;;; Commentary: -;;; Company completion framework configuration -;;; Code: -(require 'icejam-blocking) - -(use-package yasnippet :ensure t :defer t - :hook ((elpaca-after-init . yas-global-mode)) - :config - (unbind-key "C-c & C-n" yas-minor-mode-map) - (unbind-key "C-c & C-s" yas-minor-mode-map) - (unbind-key "C-c & C-v" yas-minor-mode-map)) - -(use-package yasnippet-snippets :ensure t :after (yasnippet)) - -(use-package kind-icon - :ensure t - :after company - :config - (let* ((kind-func (lambda (candidate) (company-call-backend 'kind candidate))) - (formatter (kind-icon-margin-formatter `((company-kind . ,kind-func))))) - (defun icejam-company-kind-icon-margin (candidate _selected) - (funcall formatter candidate)) - (setopt company-format-margin-function #'icejam-company-kind-icon-margin))) - -(with-eval-after-load 'company - (global-company-mode t) - - ;; Hacks for orderless - (defun just-one-face (fn &rest args) - (let ((orderless-match-faces [completions-common-part])) - (apply fn args))) - - (advice-add 'company-capf--candidates :around #'just-one-face) - - (defun company-completion-styles (capf-fn &rest args) - (let ((completion-styles '(partial-completion basic))) - (apply capf-fn args))) - - (advice-add 'company-capf :around #'company-completion-styles) - - (setq-default - company-minimum-prefix-length 3 ;; minimum prefix character number for auto complete. - company-idle-delay 0.1 - company-require-match nil - company-echo-delay 0 ;;;; company-show-numbers t - company-tooltip-align-annotations t ;; align annotations to the right tooltip border. - company-tooltip-flip-when-above t - company-tooltip-limit 10 ;; tooltip candidates max limit. - company-tooltip-minimum 2 ;; minimum candidates limit. - company-tooltip-minimum-width 10 ;; The minimum width of the tooltip's inner area. - ;; This doesn't include the margins and the scroll bar. - company-tooltip-margin 2 ;; width of margin columns to show around the tooltip - company-tooltip-offset-display 'lines ;; 'lines - how to show tooltip unshown candidates number. - company-show-numbers nil ;; t: show quick-access numbers for the first ten candidates. - company-selection-wrap-around t ;; loop over candidates - company-dabbrev-other-buffers t ;; Only offer dabbrev from the same major mode - company-dabbrev-downcase nil ;; Preserve case of candidates - company-format-margin-function nil - ;; company-async-wait 0.03 - ;; company-async-timeout 2 - ) - - ;; Absolute defaults for company mode - (setopt company-backends - '((company-files ; files & directory - company-keywords ; keywords - company-capf) - (company-dabbrev company-abbrev) - )) - - ;; Use standard emacs next and previous bindings for navigating company - ;; suggestions - (define-key company-active-map (kbd "C-p") 'company-select-previous-or-abort) - (define-key company-active-map (kbd "C-n") 'company-select-next-or-abort) - - (defun icejam-insert-space-and-complete () - "Insert space before trying to complete a section." - (interactive) - (save-excursion - (insert " ")) - (company-indent-or-complete-common)) - - ;; Only use RETURN for completion in company - (unbind-key "TAB" company-active-map) - - ;; Yasnippet configuration - (define-key prog-mode-map (kbd "C-c y") 'company-yasnippet) - (define-key prog-mode-map (kbd "") 'icejam-insert-space-and-complete) - (define-key prog-mode-map (kbd "TAB") 'company-indent-or-complete-common) - - (define-key text-mode-map (kbd "C-c y") 'company-yasnippet) - (define-key text-mode-map (kbd "") 'icejam-insert-space-and-complete) - (define-key text-mode-map (kbd "TAB") 'company-indent-or-complete-common)) - -(provide 'icejam-company-yasnippet) -;;; icejam-company-yasnippet.el ends here diff --git a/lisp/icejam-complete-at-point.el b/lisp/icejam-complete-at-point.el new file mode 100644 index 0000000..cc53b2e --- /dev/null +++ b/lisp/icejam-complete-at-point.el @@ -0,0 +1,55 @@ +;;; icejam-complete-at-point.el -- summary -*- lexical-binding: t; -*- +;;; Commentary: +;;; Company completion framework configuration +;;; Code: +(require 'icejam-blocking) + +(use-package yasnippet :ensure t :defer t + :hook ((elpaca-after-init . yas-global-mode)) + :config + (unbind-key "C-c & C-n" yas-minor-mode-map) + (unbind-key "C-c & C-s" yas-minor-mode-map) + (unbind-key "C-c & C-v" yas-minor-mode-map)) + +(use-package yasnippet-snippets :ensure t :after (yasnippet)) + +(use-package corfu :ensure t :defer t + :hook ((elpaca-after-init . global-corfu-mode) + (global-corfu-mode . corfu-popupinfo-mode)) + :config + (setopt corfu-auto-delay 0.2) + (setopt corfu-popupinfo-delay '(0.4 . 0.2)) + (setopt corfu-auto t) + (setopt corfu-quit-no-match 'separator)) + +(use-package corfu-terminal :ensure t :defer t + :unless (display-graphic-p) + :hook ((elpaca-after-init . corfu-terminal-mode))) + +(use-package cape :ensure t :after corfu + :commands (cape-dabbrev cape-file cape-elisp-symbol) + :init + (add-hook 'prog-mode-hook + (lambda () + (progn + (add-hook 'completion-at-point-functions #'cape-dabbrev) + (add-hook 'completion-at-point-functions #'cape-file) + (add-hook 'completion-at-point-functions #'cape-elisp-symbol))))) + +(use-package yasnippet-capf :ensure t + :after corfu + :commands (yasnippet-capf) + :config (setopt yasnippet-capf-lookup-by 'name) + :init + (add-hook 'prog-mode-hook + (lambda () (add-hook 'completion-at-point-functions #'yasnippet-capf)))) + +(use-package kind-icon + :ensure t + :after corfu + :config + (declare-function kind-icon-margin-formatter kind-icon) + (add-to-list 'corfu-margin-formatters #'kind-icon-margin-formatter)) + +(provide 'icejam-complete-at-point) +;;; icejam-complete-at-point.el ends here diff --git a/lisp/icejam-custom-init.el b/lisp/icejam-custom-init.el index fa58a8e..c548a2e 100644 --- a/lisp/icejam-custom-init.el +++ b/lisp/icejam-custom-init.el @@ -94,7 +94,7 @@ (require 'icejam-avy) (require 'icejam-transient) (require 'icejam-prog-mode) -(require 'icejam-company-yasnippet) +(require 'icejam-complete-at-point) (require 'icejam-copilot) (require 'icejam-flycheck) (require 'icejam-ispell) diff --git a/lisp/icejam-fonts.el b/lisp/icejam-fonts.el index 6101fa8..f552291 100644 --- a/lisp/icejam-fonts.el +++ b/lisp/icejam-fonts.el @@ -71,8 +71,7 @@ in `icejam-set-font-to-screen`.") "Set font to FAMILY and its HEIGHT to X. Not all faces will be set to this value. Some of them look better with being -slightly smaller than the default face, by 1 point. Those are: `tooltip', -`company-tooltip', `company-tooltip-annotation', `company-tooltip-mouse'. +slightly smaller than the default face, by 1 point. Those are: `tooltip'. Modeline faces (`mode-line' and `mode-line-inactive') look better if they are two points smaller." @@ -87,10 +86,7 @@ two points smaller." (* 10))) ;; Some font faces look better when they are 1 point smaller. - (dolist (face '(tooltip - company-tooltip - company-tooltip-annotation - company-tooltip-mouse)) + (dolist (face '(tooltip)) (set-face-attribute face nil :height (-> height (- 1) (* 10)))) diff --git a/lisp/icejam-transient.el b/lisp/icejam-transient.el index aedd862..7748754 100644 --- a/lisp/icejam-transient.el +++ b/lisp/icejam-transient.el @@ -44,8 +44,6 @@ ("r" "Replace" vr/replace) ("i" "Indent" indent-region)] ["Complete" - ("y" "Snippet" company-yasnippet) - ("m" "Any (Company)" company-complete) ("g" "Ask GPT" gptel-menu) ("a" "Aider" aider-transient-menu) ("e" "Refactor (Elysium)" elysium-query)] diff --git a/lisp/langs/icejam-lang-clang.el b/lisp/langs/icejam-lang-clang.el index 748b814..b04f8d4 100644 --- a/lisp/langs/icejam-lang-clang.el +++ b/lisp/langs/icejam-lang-clang.el @@ -19,10 +19,7 @@ (if (boundp 'c-default-style) (setq-local c-default-style "bsd") - (defvar c-default-style "bsd")) - - (add-to-list (make-local-variable 'company-backends) - '(company-etags company-yasnippet))) + (defvar c-default-style "bsd"))) (add-hook 'c-mode-hook 'icejam-lang-activate-clang-mode) diff --git a/lisp/langs/icejam-lang-common-lisp.el b/lisp/langs/icejam-lang-common-lisp.el index 4f9d359..672de40 100644 --- a/lisp/langs/icejam-lang-common-lisp.el +++ b/lisp/langs/icejam-lang-common-lisp.el @@ -9,7 +9,7 @@ ;;; Code: (require 'icejam-prog-mode) -(require 'icejam-company-yasnippet) +(require 'icejam-complete-at-point) (use-package slime :ensure t) (use-package slime-company :ensure t diff --git a/lisp/langs/icejam-lang-elisp.el b/lisp/langs/icejam-lang-elisp.el index 9f7d5c5..081275e 100644 --- a/lisp/langs/icejam-lang-elisp.el +++ b/lisp/langs/icejam-lang-elisp.el @@ -2,16 +2,20 @@ ;;; Commentary: ;;; Code: +(require 'icejam-blocking) (require 'icejam-prog-mode) (require 'icejam-transient) -;; Dash is a package that creates terse and more natural to me functions to -;; do basic things in Elisp. -(use-package dash :ensure t :defer t) -(use-package lispy :ensure t :defer t) -(use-package aggressive-indent :ensure t :defer t) +;; ;; Dash is a package that creates terse and more natural to me functions to +;; ;; do basic things in Elisp. +(declare-function elpaca-installed-p "elpaca") +(unless (elpaca-installed-p 'dash) + (use-package dash :ensure t :defer t)) + +;; ;; Adds pseudomodal editing for lisp. +(unless (elpaca-installed-p 'lispy) + (use-package lispy :ensure t :defer t)) -(declare-function aggressive-indent-mode "aggressive-indent") (declare-function column-enforce-n "column-enforce-mode" (number)) (add-to-list 'auto-mode-alist '("/Eask\\'" . emacs-lisp-mode)) @@ -35,13 +39,14 @@ (icejam-set-indent 2) ;; Default indentation of 2 characters (column-enforce-n 80) - (dash-fontify-mode t) ;; Fontify dash variables - (lispy-mode t) ;; Pseudomodal editing for lisp code - (aggressive-indent-mode) ;; Indent lisp automatically + (dash-fontify-mode t) + (lispy-mode t) - ;; Company list override - (add-to-list (make-local-variable 'company-backends) - '(company-yasnippet company-capf))) + (setq-local completion-at-point-functions '(yasnippet-capf + elisp-completion-at-point + cape-dabbrev + cape-file + cape-elisp-symbol))) (add-hook 'emacs-lisp-mode-hook 'icejam-activate-emacs-lisp-mode) diff --git a/lisp/langs/icejam-lang-rust.el b/lisp/langs/icejam-lang-rust.el index 202eb20..c4ea337 100644 --- a/lisp/langs/icejam-lang-rust.el +++ b/lisp/langs/icejam-lang-rust.el @@ -22,11 +22,7 @@ (column-enforce-n 99) ;; Run LSP - (lsp-deferred) - - ;; Company list override - (add-to-list (make-local-variable 'company-backends) - '(company-capf company-yasnippet))) + (lsp-deferred)) (add-hook 'rust-mode-hook 'icejam-activate-rust-mode) (add-hook 'rust-mode-hook 'flycheck-rust-setup) From d7e51e32d54f69ba83369ca3fa422cad1fcd78a7 Mon Sep 17 00:00:00 2001 From: Maciej Szlosarczyk Date: Tue, 7 Jan 2025 18:55:07 +0200 Subject: [PATCH 17/34] use corfu --- elpaca.lock | 951 ------------------------------- lisp/icejam-complete-at-point.el | 22 +- lisp/icejam-custom-init.el | 2 +- lisp/icejam-themes.el | 2 +- lisp/langs/icejam-lang-elisp.el | 32 +- 5 files changed, 34 insertions(+), 975 deletions(-) delete mode 100644 elpaca.lock diff --git a/elpaca.lock b/elpaca.lock deleted file mode 100644 index 1f6c7bc..0000000 --- a/elpaca.lock +++ /dev/null @@ -1,951 +0,0 @@ -((elpaca :source "lockfile" :date - (26493 6648 87103 0) - :recipe - (:source nil :protocol https :inherit t :depth 1 :repo "https://github.com/progfolio/elpaca.git" :ref "92cbdba42bd1696f19cb9739ecb59ae6098d53f9" :files - (:defaults "elpaca-test.el" - (:exclude "extensions")) - :build - (:not elpaca--activate-package) - :package "elpaca")) - (elpaca-use-package :source "lockfile" :date - (26493 6648 79406 0) - :recipe - (:package "elpaca-use-package" :wait t :repo "https://github.com/progfolio/elpaca.git" :files - ("extensions/elpaca-use-package.el") - :main "extensions/elpaca-use-package.el" :build - (:not elpaca--compile-info) - :source "Elpaca extensions" :protocol https :inherit t :depth treeless :ref "92cbdba42bd1696f19cb9739ecb59ae6098d53f9")) - (benchmark-init :source "lockfile" :date - (26493 6648 71734 0) - :recipe - (:package "benchmark-init" :fetcher github :repo "dholm/benchmark-init-el" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :wait t :ref "2b34432d79fa0aae8abc3db72db1cb79a28c00b2")) - (transient :source "lockfile" :date - (26493 6648 64086 0) - :recipe - (:package "transient" :fetcher github :repo "magit/transient" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "000ff15942878aa1108abaa020da86ada675fea9")) - (compat :source "lockfile" :date - (26493 6648 56352 0) - :recipe - (:package "compat" :repo - ("https://github.com/emacs-compat/compat" . "compat") - :files - ("*" - (:exclude ".git")) - :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "a1a1c9c395a494ebba26c9d46549fe9daf54e032")) - (easy-kill :source "lockfile" :date - (26493 6648 48712 0) - :recipe - (:package "easy-kill" :fetcher github :repo "leoliu/easy-kill" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "de7d66c3c864a4722a973ee9bc228a14be49ba0c")) - (buffer-move :source "lockfile" :date - (26493 6648 40979 0) - :recipe - (:package "buffer-move" :fetcher github :repo "lukhas/buffer-move" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "e7800b3ab1bd76ee475ef35507ec51ecd5a3f065")) - (gcmh :source "lockfile" :date - (26493 6648 33279 0) - :recipe - (:package "gcmh" :repo "koral/gcmh" :fetcher gitlab :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "0089f9c3a6d4e9a310d0791cf6fa8f35642ecfd9")) - (exec-path-from-shell :source "lockfile" :date - (26493 6648 25524 0) - :recipe - (:package "exec-path-from-shell" :fetcher github :repo "purcell/exec-path-from-shell" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "4896a797252fbfdac32fb77508500ac7d220f717")) - (direnv :source "lockfile" :date - (26493 6648 17799 0) - :recipe - (:package "direnv" :fetcher github :repo "wbolster/emacs-direnv" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "c0bf3b81c7a97e2a0d06d05495e86848254fcc1f")) - (treemacs :source "lockfile" :date - (26493 6648 10010 0) - :recipe - (:package "treemacs" :fetcher github :repo "Alexander-Miller/treemacs" :files - (:defaults "Changelog.org" "icons" "src/elisp/treemacs*.el" "src/scripts/treemacs*.py" - (:exclude "src/extra/*")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "32bb3dd02ddfca85661614b3b227e770fab821e2")) - (treemacs-all-the-icons :source "lockfile" :date - (26493 6648 2379 0) - :recipe - (:package "treemacs-all-the-icons" :fetcher github :repo "Alexander-Miller/treemacs" :files - ("src/extra/treemacs-all-the-icons.el") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "32bb3dd02ddfca85661614b3b227e770fab821e2")) - (keyfreq :source "lockfile" :date - (26493 6647 994513 0) - :recipe - (:package "keyfreq" :fetcher github :repo "dacap/keyfreq" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "c6955162307f37c2ac631d9daf118781009f8dda")) - (which-key :source "lockfile" :date - (26493 6647 986872 0) - :recipe - (:package "which-key" :repo "justbur/emacs-which-key" :fetcher github :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "38d4308d1143b61e4004b6e7a940686784e51500")) - (tree-sitter-langs :source "lockfile" :date - (26493 6647 979213 0) - :recipe - (:package "tree-sitter-langs" :repo "emacs-tree-sitter/tree-sitter-langs" :fetcher github :branch "release" :files - (:defaults "queries") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "4f951dbb530d254a0eb223431a0e0d63b2a7399a")) - (vertico :source "lockfile" :date - (26493 6647 971615 0) - :recipe - (:package "vertico" :repo "minad/vertico" :files - (:defaults "extensions/vertico-*.el") - :fetcher github :source "MELPA" :protocol https :inherit t :depth treeless :ref "7f36ecf5a550b7605da3433448970448deac4bb3")) - (orderless :source "lockfile" :date - (26493 6647 963907 0) - :recipe - (:package "orderless" :repo "oantolin/orderless" :fetcher github :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "411051c3257d60f0492cf88065193bb443b6ca0d")) - (marginalia :source "lockfile" :date - (26493 6647 956261 0) - :recipe - (:package "marginalia" :repo "minad/marginalia" :fetcher github :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "c390456b89ad46bc10c3ef2ee5df59947b72084e")) - (consult :source "lockfile" :date - (26493 6647 948562 0) - :recipe - (:package "consult" :repo "minad/consult" :fetcher github :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "f66f3b2de5a51f04236d9c0c08381b373d4d7ee8")) - (helpful :source "lockfile" :date - (26493 6647 940929 0) - :recipe - (:package "helpful" :repo "Wilfred/helpful" :fetcher github :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "4ba24cac9fb14d5fdc32582cd947572040e82b2c")) - (avy :source "lockfile" :date - (26493 6647 933208 0) - :recipe - (:package "avy" :repo "abo-abo/avy" :fetcher github :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "933d1f36cca0f71e4acb5fac707e9ae26c536264")) - (rainbow-delimiters :source "lockfile" :date - (26493 6647 925538 0) - :recipe - (:package "rainbow-delimiters" :fetcher github :repo "Fanael/rainbow-delimiters" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "f40ece58df8b2f0fb6c8576b527755a552a5e763")) - (rainbow-mode :source "lockfile" :date - (26493 6647 917823 0) - :recipe - (:package "rainbow-mode" :repo - ("git://git.sv.gnu.org/emacs/elpa" . "rainbow-mode") - :branch "externals/rainbow-mode" :files - ("*" - (:exclude ".git")) - :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "f7db3b5919f70420a91eb199f8663468de3033f3")) - (dash-at-point :source "lockfile" :date - (26493 6647 910117 0) - :recipe - (:package "dash-at-point" :fetcher github :repo "stanaka/dash-at-point" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "fba1a6f42ea51d05110e12c62bdced664059eb55")) - (column-enforce-mode :source "lockfile" :date - (26493 6647 902484 0) - :recipe - (:package "column-enforce-mode" :fetcher github :repo "jordonbiondo/column-enforce-mode" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "14a7622f2268890e33536ccd29510024d51ee96f")) - (pcre2el :source "lockfile" :date - (26493 6647 894843 0) - :recipe - (:package "pcre2el" :fetcher github :repo "joddie/pcre2el" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "b4d846d80dddb313042131cf2b8fbf647567e000")) - (visual-regexp-steroids :source "lockfile" :date - (26493 6647 887145 0) - :recipe - (:package "visual-regexp-steroids" :repo "benma/visual-regexp-steroids.el" :fetcher github :files - ("visual-regexp-steroids.el" "regexp.py") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "a6420b25ec0fbba43bf57875827092e1196d8a9e")) - (yasnippet :source "lockfile" :date - (26493 6647 879413 0) - :recipe - (:package "yasnippet" :repo "joaotavora/yasnippet" :fetcher github :files - ("yasnippet.el" "snippets") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "fe1f4e0e96ce42d8668920335eb22c3c009dab3e")) - (yasnippet-snippets :source "lockfile" :date - (26493 6647 871695 0) - :recipe - (:package "yasnippet-snippets" :repo "AndreaCrotti/yasnippet-snippets" :fetcher github :files - ("*.el" "snippets" ".nosearch") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "f1907ed38acc479e78d5c113810465e4d77d8604")) - (corfu :source "lockfile" :date - (26493 6647 863989 0) - :recipe - (:package "corfu" :repo "minad/corfu" :files - (:defaults "extensions/corfu-*.el") - :fetcher github :source "MELPA" :protocol https :inherit t :depth treeless :ref "ec846c6aa373931508cc078b49a3a8ba8265c453")) - (corfu-terminal :source "lockfile" :date - (26493 6647 856299 0) - :recipe - (:package "corfu-terminal" :repo - ("https://codeberg.org/akib/emacs-corfu-terminal" . "corfu-terminal") - :files - ("*" - (:exclude ".git")) - :source "NonGNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "501548c3d51f926c687e8cd838c5865ec45d03cc")) - (cape :source "lockfile" :date - (26493 6647 848614 0) - :recipe - (:package "cape" :repo "minad/cape" :fetcher github :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "d981e8f9460f6434e60812780ed81eda54940a97")) - (yasnippet-capf :source "lockfile" :date - (26493 6647 840840 0) - :recipe - (:package "yasnippet-capf" :fetcher github :repo "elken/yasnippet-capf" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "4c2e33d70cd1d95cf1e08d134b058a6dd90a99c9")) - (kind-icon :source "lockfile" :date - (26493 6647 833018 0) - :recipe - (:package "kind-icon" :repo - ("https://github.com/jdtsmith/kind-icon" . "kind-icon") - :files - ("*" - (:exclude ".git")) - :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "b206898fb004bb0f3e0e3bbb9bd630342770db7d")) - (copilot :source "lockfile" :date - (26493 6647 824782 0) - :recipe - (:source nil :protocol https :inherit t :depth treeless :host github :repo "copilot-emacs/copilot.el" :files - ("*.el") - :package "copilot" :ref "be6c274562e150e4acf5253968d1b434c40d368b")) - (gptel :source "lockfile" :date - (26493 6647 817163 0) - :recipe - (:package "gptel" :repo "karthink/gptel" :fetcher github :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "25efd55002c591b3721cdd2c96dac93d70dce814")) - (aider :source "lockfile" :date - (26493 6647 809481 0) - :recipe - (:source nil :protocol https :inherit t :depth treeless :host github :repo "tninja/aider.el" :files - ("aider.el") - :package "aider" :ref "9a564f76156595fc0051316fd4af679516f11057")) - (elysium :source "lockfile" :date - (26493 6647 801783 0) - :recipe - (:package "elysium" :fetcher github :repo "lanceberge/elysium" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "1847dc71bef86e1828be34539a9ae60c3debedc4")) - (flymake-flycheck :source "lockfile" :date - (26493 6647 793925 0) - :recipe - (:package "flymake-flycheck" :fetcher github :repo "purcell/flymake-flycheck" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "88455c5e6d8ebf650fb51a45c7511a1c18097344")) - (flyspell-correct :source "lockfile" :date - (26493 6647 785944 0) - :recipe - (:package "flyspell-correct" :repo "d12frosted/flyspell-correct" :fetcher github :files - ("flyspell-correct.el" "flyspell-correct-ido.el") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "1e7a5a56362dd875dddf848b9a9e25d1395b9d37")) - (deft :source "lockfile" :date - (26493 6647 778220 0) - :recipe - (:package "deft" :repo "jrblevin/deft" :fetcher github :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "b369d7225d86551882568788a23c5497b232509c")) - (lsp-mode :source "lockfile" :date - (26493 6647 770124 0) - :recipe - (:package "lsp-mode" :repo "emacs-lsp/lsp-mode" :fetcher github :files - (:defaults "clients/*.el") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "e9230e8078316a2263e70ae9a0aa40f046898de5")) - (lsp-ui :source "lockfile" :date - (26493 6647 762182 0) - :recipe - (:package "lsp-ui" :repo "emacs-lsp/lsp-ui" :fetcher github :files - (:defaults "lsp-ui-doc.html" "resources") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "f0edfac7b3736fcab617cbeb07e465c9153ae68b")) - (dap-mode :source "lockfile" :date - (26493 6647 754359 0) - :recipe - (:package "dap-mode" :repo "emacs-lsp/dap-mode" :fetcher github :files - (:defaults "icons") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "ffb795761273e1bdc3d0cd1ebdd43e36b7c08921")) - (dashboard :source "lockfile" :date - (26493 6647 746701 0) - :recipe - (:package "dashboard" :fetcher github :repo "emacs-dashboard/emacs-dashboard" :files - (:defaults "banners") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "c9f8230f6b7992b7b40c3bb9abc36cc03b6a423d")) - (magit :source "lockfile" :date - (26493 6647 738736 0) - :recipe - (:package "magit" :fetcher github :repo "magit/magit" :files - ("lisp/magit*.el" "lisp/git-*.el" "docs/magit.texi" "docs/AUTHORS.md" "LICENSE" "magit-pkg.el" - (:exclude "lisp/magit-section.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "7f47299581abb6f77870cb5abdae159fcd35b3d5")) - (vundo :source "lockfile" :date - (26493 6647 731092 0) - :recipe - (:package "vundo" :repo - ("https://github.com/casouri/vundo" . "vundo") - :files - ("*" - (:exclude ".git" "test")) - :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "d792738a5e4da73e619ad9c47dc34a3566445871")) - (speed-type :source "lockfile" :date - (26493 6647 723405 0) - :recipe - (:package "speed-type" :fetcher github :repo "dakra/speed-type" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "b982ee6081a11837760eeaed73c4f413eefb07b1")) - (spaceline :source "lockfile" :date - (26493 6647 715740 0) - :recipe - (:package "spaceline" :fetcher github :repo "TheBB/spaceline" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "086420d16e526c79b67fc1edec4c2ae1e699f372")) - (base16-theme :source "lockfile" :date - (26493 6647 708020 0) - :recipe - (:package "base16-theme" :repo "tinted-theming/base16-emacs" :fetcher github :files - (:defaults "build/*.el") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "1d48474c3c07521276f4e7d73317a654997b4381")) - (clojure-mode :source "lockfile" :date - (26493 6647 700345 0) - :recipe - (:package "clojure-mode" :repo "clojure-emacs/clojure-mode" :fetcher github :files - ("clojure-mode.el") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "eabe29b076fff19db552d36d4babaa36ecf0b704")) - (cider :source "lockfile" :date - (26493 6647 692621 0) - :recipe - (:package "cider" :fetcher github :repo "clojure-emacs/cider" :files - ("lisp/*.el" "bin/*.sh" "*.el" "clojure.sh" "lein.sh" - (:exclude ".dir-locals.el")) - :old-names - (nrepl) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "f00e83d338434c92cc21663a1818139f0847b707")) - (clj-refactor :source "lockfile" :date - (26493 6647 684874 0) - :recipe - (:package "clj-refactor" :fetcher github :repo "clojure-emacs/clj-refactor.el" :files - (:defaults "CHANGELOG.md") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "dc1bbc8cdaa723bdbb6669ea7d280625c370755d")) - (dart-mode :source "lockfile" :date - (26493 6647 677135 0) - :recipe - (:package "dart-mode" :fetcher github :repo "emacsorphanage/dart-mode" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "02e919c1cf200b4938139c18068577faff1fb364")) - (lsp-dart :source "lockfile" :date - (26493 6647 669502 0) - :recipe - (:package "lsp-dart" :repo "emacs-lsp/lsp-dart" :fetcher github :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "7e3d3429418bc42cda7fa7b58e6644a705cf2f89")) - (dhall-mode :source "lockfile" :date - (26493 6647 661865 0) - :recipe - (:package "dhall-mode" :repo "psibi/dhall-mode" :fetcher github :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "fca383a9c4622c1d9a39dc977572b34c7fa0b719")) - (elixir-format :source "lockfile" :date - (26493 6647 654219 0) - :recipe - (:source nil :protocol https :inherit t :depth treeless :type git :host github :repo "elixir-editors/emacs-elixir" :files - ("elixir-format.el") - :package "elixir-format" :ref "00d6580a040a750e019218f9392cf9a4c2dac23a")) - (elixir-ts-mode :source "lockfile" :date - (26493 6647 646632 0) - :recipe - (:package "elixir-ts-mode" :repo "wkirschbaum/elixir-ts-mode" :fetcher github :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "143b94f4a5ac1f161c232e3f25b84c6768be2f25")) - (erlang :source "lockfile" :date - (26493 6647 638908 0) - :recipe - (:package "erlang" :fetcher github :repo "erlang/otp" :version-regexp "OTP-%v" :files - ("lib/tools/emacs/*.el" - (:exclude "lib/tools/emacs/erlang_appwiz.el")) - :source "MELPA" :protocol https :inherit t :depth 1 :ref "ac7be0d00d9072e28ee9c14d1845f96dc7ed2b25")) - (fsharp-mode :source "lockfile" :date - (26493 6647 631043 0) - :recipe - (:package "fsharp-mode" :fetcher github :repo "fsharp/emacs-fsharp-mode" :files - (:defaults - (:exclude "eglot-fsharp.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "677d78c4d6cb574086408082dedbcaef04a85359")) - (gleam-ts-mode :source "lockfile" :date - (26493 6647 623395 0) - :recipe - (:package "gleam-ts-mode" :fetcher github :repo "gleam-lang/gleam-mode" :files - ("gleam-ts-mode.el") - :source "MELPA" :protocol https :inherit t :depth treeless :type git :host github :ref "d00f37d0b47f5d6810aa295af98c40a7708b4305")) - (go-mode :source "lockfile" :date - (26493 6647 615722 0) - :recipe - (:package "go-mode" :repo "dominikh/go-mode.el" :fetcher github :files - ("go-mode.el") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "602d73e22646b1b98b2eb97927fd426c0d1d2f92")) - (haskell-mode :source "lockfile" :date - (26493 6647 608078 0) - :recipe - (:package "haskell-mode" :repo "haskell/haskell-mode" :fetcher github :files - (:defaults "NEWS" "logo.svg") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "1a285fc4c50ca74bb5cd9b2a8c1a46a64a77384a")) - (lsp-haskell :source "lockfile" :date - (26493 6647 600417 0) - :recipe - (:package "lsp-haskell" :repo "emacs-lsp/lsp-haskell" :fetcher github :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "6981f8d1225c038c1a130e8cf70530cfe15f976e")) - (js2-mode :source "lockfile" :date - (26493 6647 592757 0) - :recipe - (:package "js2-mode" :repo "mooz/js2-mode" :fetcher github :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "e0c302872de4d26a9c1614fac8d6b94112b96307")) - (kotlin-ts-mode :source "lockfile" :date - (26493 6647 585001 0) - :recipe - (:package "kotlin-ts-mode" :fetcher gitlab :repo "bricka/emacs-kotlin-ts-mode" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "a25d56cecac9160ba7c140f982ec16ca7b2fe97f")) - (gradle-mode :source "lockfile" :date - (26493 6647 577240 0) - :recipe - (:package "gradle-mode" :fetcher github :repo "scubacabra/emacs-gradle-mode" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "e4d665d5784ecda7ddfba015f07c69be3cfc45f2")) - (lean4-mode :source "lockfile" :date - (26493 6647 569608 0) - :recipe - (:source nil :protocol https :inherit t :depth treeless :type git :host github :repo "leanprover/lean4-mode" :files - ("*.el" "data") - :package "lean4-mode" :ref "76895d8939111654a472cfc617cfd43fbf5f1eb6")) - (markdown-mode :source "lockfile" :date - (26493 6647 561944 0) - :recipe - (:package "markdown-mode" :fetcher github :repo "jrblevin/markdown-mode" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "8692afc12e13431efb0c302baee1de5bbf4a41e4")) - (merlin :source "lockfile" :date - (26493 6647 554201 0) - :recipe - (:package "merlin" :fetcher github :repo "ocaml/merlin" :files - ("emacs/*.el" - (:exclude "emacs/merlin-ac.el" "emacs/merlin-company.el" "emacs/merlin-iedit.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "005b42c50b450a4930d5cea25aab271ed5b88cc3")) - (opam-switch-mode :source "lockfile" :date - (26493 6647 546461 0) - :recipe - (:package "opam-switch-mode" :fetcher github :repo "ProofGeneral/opam-switch-mode" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "1069e56a662f23ea09d4e05611bdedeb99257012")) - (dune :source "lockfile" :date - (26493 6647 538750 0) - :recipe - (:package "dune" :fetcher github :repo "ocaml/dune" :files - ("editor-integration/emacs/*.el") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "f937a9e77909c330002c9a45ea884f5719d955d8")) - (tuareg :source "lockfile" :date - (26493 6647 531049 0) - :recipe - (:package "tuareg" :fetcher github :repo "ocaml/tuareg" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "1d53723e39f22ab4ab76d31f2b188a2879305092")) - (dockerfile-mode :source "lockfile" :date - (26493 6647 523356 0) - :recipe - (:package "dockerfile-mode" :fetcher github :repo "spotify/dockerfile-mode" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "4d893bd2da15833ce056332e6c972d5d93e78f04")) - (docker :source "lockfile" :date - (26493 6647 515686 0) - :recipe - (:package "docker" :fetcher github :repo "Silex/docker.el" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "813c00410b40917cbfe7e8227ebd4fd60a027937")) - (terraform-mode :source "lockfile" :date - (26493 6647 508062 0) - :recipe - (:package "terraform-mode" :repo "hcl-emacs/terraform-mode" :fetcher github :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "5bdd734a87f67f6574664f63eb4d02a0bc74c0d0")) - (ansible :source "lockfile" :date - (26493 6647 500363 0) - :recipe - (:package "ansible" :fetcher gitlab :repo "emacs-ansible/emacs-ansible" :files - (:defaults "snippets" "dict") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "03e285bb54a687e3fd9e21026b088fdac46679a0")) - (nginx-mode :source "lockfile" :date - (26493 6647 492582 0) - :recipe - (:package "nginx-mode" :fetcher github :repo "ajc/nginx-mode" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "c4ac5de975d65c84893a130a470af32a48b0b66c")) - (jenkinsfile-mode :source "lockfile" :date - (26493 6647 484818 0) - :recipe - (:package "jenkinsfile-mode" :repo "https://github.com/john2x/jenkinsfile-mode.git" :fetcher github :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :branch "master" :ref "568865ee419e0592de0dd0717d6769a66d9df111")) - (lua-mode :source "lockfile" :date - (26493 6647 477016 0) - :recipe - (:package "lua-mode" :repo "immerrr/lua-mode" :fetcher github :files - (:defaults - (:exclude "init-tryout.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "d074e4134b1beae9ed4c9b512af741ca0d852ba3")) - (graphql-mode :source "lockfile" :date - (26493 6647 469289 0) - :recipe - (:package "graphql-mode" :repo "davazp/graphql-mode" :fetcher github :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "ee49531935ede7a2c9597713e13a4c9d33ef2220")) - (yaml-mode :source "lockfile" :date - (26493 6647 461626 0) - :recipe - (:package "yaml-mode" :repo "yoshiki/yaml-mode" :fetcher github :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "d91f878729312a6beed77e6637c60497c5786efa")) - (json-mode :source "lockfile" :date - (26493 6647 453877 0) - :recipe - (:package "json-mode" :fetcher github :repo "json-emacs/json-mode" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "77125b01c0ddce537085201098bea9b4b8ba6be3")) - (git-modes :source "lockfile" :date - (26493 6647 446166 0) - :recipe - (:package "git-modes" :fetcher github :repo "magit/git-modes" :old-names - (gitattributes-mode gitconfig-mode gitignore-mode) - :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "f99010bbeb8b6d8a0819fac0195a2ef0159d08f0")) - (php-mode :source "lockfile" :date - (26493 6647 438480 0) - :recipe - (:package "php-mode" :repo "emacs-php/php-mode" :fetcher github :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "b45992a6a9d019fafe7a9dcde19401b0f20a20bf")) - (purescript-mode :source "lockfile" :date - (26493 6647 430724 0) - :recipe - (:package "purescript-mode" :repo "purescript-emacs/purescript-mode" :fetcher github :files - (:defaults "NEWS" "snippets") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "07e4d6ecfe677d595ed3759c912c0b262d886b98")) - (rspec-mode :source "lockfile" :date - (26493 6647 422979 0) - :recipe - (:package "rspec-mode" :repo "pezra/rspec-mode" :fetcher github :files - ("rspec-mode.el" "snippets") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "29df3d081c6a1cbdf840cd13d45ea1c100c5bbaa")) - (ruby-end :source "lockfile" :date - (26493 6647 415272 0) - :recipe - (:package "ruby-end" :repo "rejeep/ruby-end.el" :fetcher github :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "ba7d7230f9e3ed75c9982d32bb9fdff1dc10935d")) - (rbs-mode :source "lockfile" :date - (26493 6647 407470 0) - :recipe - (:package "rbs-mode" :fetcher github :repo "ybiquitous/rbs-mode" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "e415a6fa9e88594cb9b7f7765145f57dda0e9b56")) - (rust-mode :source "lockfile" :date - (26493 6647 399859 0) - :recipe - (:package "rust-mode" :repo "rust-lang/rust-mode" :fetcher github :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "542f1755d8929ca83564322d7030d558f3392fe1")) - (flycheck-rust :source "lockfile" :date - (26493 6647 392273 0) - :recipe - (:package "flycheck-rust" :repo "flycheck/flycheck-rust" :fetcher github :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "d499471ec433a62898a95ce76561964e3d015ce5")) - (fish-mode :source "lockfile" :date - (26493 6647 384598 0) - :recipe - (:package "fish-mode" :fetcher github :repo "wwwjfy/emacs-fish" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "2526b1803b58cf145bc70ff6ce2adb3f6c246f89")) - (web-mode :source "lockfile" :date - (26493 6647 376930 0) - :recipe - (:package "web-mode" :repo "fxbois/web-mode" :fetcher github :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "be2d59c8fa02b1a45ae54ce4079e502e659cefe6")) - (zig-mode :source "lockfile" :date - (26493 6647 369264 0) - :recipe - (:package "zig-mode" :repo "ziglang/zig-mode" :fetcher github :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "f0b4a487530146f99230f4a5ff67e8d56c8f3f80")) - (diminish :source "lockfile" :date - (26493 6647 361567 0) - :recipe - (:package "diminish" :fetcher github :repo "myrjola/diminish.el" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "fbd5d846611bad828e336b25d2e131d1bc06b83d")) - (dash :source "lockfile" :date - (26493 6647 353876 0) - :recipe - (:package "dash" :fetcher github :repo "magnars/dash.el" :files - ("dash.el" "dash.texi") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "1de9dcb83eacfb162b6d9a118a4770b1281bcd84")) - (s :source "lockfile" :date - (26493 6647 346102 0) - :recipe - (:package "s" :fetcher github :repo "magnars/s.el" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "dda84d38fffdaf0c9b12837b504b402af910d01d")) - (ace-window :source "lockfile" :date - (26493 6647 338363 0) - :recipe - (:package "ace-window" :repo "abo-abo/ace-window" :fetcher github :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "77115afc1b0b9f633084cf7479c767988106c196")) - (pfuture :source "lockfile" :date - (26493 6647 330591 0) - :recipe - (:package "pfuture" :repo "Alexander-Miller/pfuture" :fetcher github :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "19b53aebbc0f2da31de6326c495038901bffb73c")) - (hydra :source "lockfile" :date - (26493 6647 322846 0) - :recipe - (:package "hydra" :repo "abo-abo/hydra" :fetcher github :files - (:defaults - (:exclude "lv.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "317e1de33086637579a7aeb60f77ed0405bf359b")) - (ht :source "lockfile" :date - (26493 6647 315216 0) - :recipe - (:package "ht" :fetcher github :repo "Wilfred/ht.el" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "1c49aad1c820c86f7ee35bf9fff8429502f60fef")) - (cfrs :source "lockfile" :date - (26493 6647 307511 0) - :recipe - (:package "cfrs" :repo "Alexander-Miller/cfrs" :fetcher github :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "f3a21f237b2a54e6b9f8a420a9da42b4f0a63121")) - (posframe :source "lockfile" :date - (26493 6647 299789 0) - :recipe - (:package "posframe" :fetcher github :repo "tumashu/posframe" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "81651536827c96bf5af5265ee7918ab70e1dd5b1")) - (lv :source "lockfile" :date - (26493 6647 291950 0) - :recipe - (:package "lv" :repo "abo-abo/hydra" :fetcher github :files - ("lv.el") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "317e1de33086637579a7aeb60f77ed0405bf359b")) - (all-the-icons :source "lockfile" :date - (26493 6647 284115 0) - :recipe - (:package "all-the-icons" :repo "domtronn/all-the-icons.el" :fetcher github :files - (:defaults "data") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "39ef44f810c34e8900978788467cc675870bcd19")) - (tree-sitter :source "lockfile" :date - (26493 6647 276450 0) - :recipe - (:package "tree-sitter" :repo "emacs-tree-sitter/elisp-tree-sitter" :fetcher github :branch "release" :files - (:defaults - (:exclude "lisp/tree-sitter-tests.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "3cfab8a0e945db9b3df84437f27945746a43cc71")) - (tsc :source "lockfile" :date - (26493 6647 268813 0) - :recipe - (:package "tsc" :fetcher github :repo "emacs-tree-sitter/elisp-tree-sitter" :branch "release" :files - ("core/*.el" "core/Cargo.toml" "core/Cargo.lock" "core/src") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "3cfab8a0e945db9b3df84437f27945746a43cc71")) - (f :source "lockfile" :date - (26493 6647 261161 0) - :recipe - (:package "f" :fetcher github :repo "rejeep/f.el" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "931b6d0667fe03e7bf1c6c282d6d8d7006143c52")) - (elisp-refs :source "lockfile" :date - (26493 6647 253567 0) - :recipe - (:package "elisp-refs" :repo "Wilfred/elisp-refs" :fetcher github :files - (:defaults - (:exclude "elisp-refs-bench.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "541a064c3ce27867872cf708354a65d83baf2a6d")) - (visual-regexp :source "lockfile" :date - (26493 6647 245921 0) - :recipe - (:package "visual-regexp" :repo "benma/visual-regexp.el" :fetcher github :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "48457d42a5e0fe10fa3a9c15854f1f127ade09b5")) - (popon :source "lockfile" :date - (26493 6647 238203 0) - :recipe - (:package "popon" :repo - ("https://codeberg.org/akib/emacs-popon" . "popon") - :files - ("*" - (:exclude ".git")) - :source "NonGNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "bf8174cb7e6e8fe0fe91afe6b01b6562c4dc39da")) - (svg-lib :source "lockfile" :date - (26493 6647 230537 0) - :recipe - (:package "svg-lib" :repo - ("https://github.com/rougier/svg-lib" . "svg-lib") - :files - ("*" - (:exclude ".git")) - :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "39621cd178dbf903414156d893c1eefe217b7c29")) - (editorconfig :source "lockfile" :date - (26493 6647 222810 0) - :recipe - (:package "editorconfig" :fetcher github :repo "editorconfig/editorconfig-emacs" :old-names - (editorconfig-core editorconfig-fnmatch) - :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "24f5b2b1cd4e37adc245fb59f7edeb6872a707a4")) - (flycheck :source "lockfile" :date - (26493 6647 214897 0) - :recipe - (:package "flycheck" :repo "flycheck/flycheck" :fetcher github :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "e2a7f331d0e3c3f74981a805ef849cfdfb5657f1")) - (spinner :source "lockfile" :date - (26493 6647 206830 0) - :recipe - (:package "spinner" :repo - ("https://github.com/Malabarba/spinner.el" . "spinner") - :files - ("*" - (:exclude ".git")) - :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "d4647ae87fb0cd24bc9081a3d287c860ff061c21")) - (bui :source "lockfile" :date - (26493 6647 198811 0) - :recipe - (:package "bui" :repo "alezost/bui.el" :fetcher github :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "f3a137628e112a91910fd33c0cff0948fa58d470")) - (lsp-treemacs :source "lockfile" :date - (26493 6647 190838 0) - :recipe - (:package "lsp-treemacs" :repo "emacs-lsp/lsp-treemacs" :fetcher github :files - (:defaults "icons") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "fb1a07ae0a3d781dea8ac78da2933e0173eb48a4")) - (lsp-docker :source "lockfile" :date - (26493 6647 183147 0) - :recipe - (:package "lsp-docker" :repo "emacs-lsp/lsp-docker" :fetcher github :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "ce291d0f80533f8eaca120eb745d55669e062636")) - (yaml :source "lockfile" :date - (26493 6647 175455 0) - :recipe - (:package "yaml" :repo "zkry/yaml.el" :fetcher github :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "cd3edfc02cb12514426c00e07160b87bd8340f4a")) - (magit-section :source "lockfile" :date - (26493 6647 167630 0) - :recipe - (:package "magit-section" :fetcher github :repo "magit/magit" :files - ("lisp/magit-section.el" "docs/magit-section.texi" "magit-section-pkg.el") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "7f47299581abb6f77870cb5abdae159fcd35b3d5")) - (with-editor :source "lockfile" :date - (26493 6647 159670 0) - :recipe - (:package "with-editor" :fetcher github :repo "magit/with-editor" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "ca902ae02972bdd6919a902be2593d8cb6bd991b")) - (powerline :source "lockfile" :date - (26493 6647 151961 0) - :recipe - (:package "powerline" :fetcher github :repo "milkypostman/powerline" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "c35c35bdf5ce2d992882c1f06f0f078058870d4a")) - (parseedn :source "lockfile" :date - (26493 6647 144320 0) - :recipe - (:package "parseedn" :repo "clojure-emacs/parseedn" :fetcher github :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "3407e4530a367b6c2b857dae261cdbb67a440aaa")) - (queue :source "lockfile" :date - (26493 6647 136589 0) - :recipe - (:package "queue" :repo - ("git://git.sv.gnu.org/emacs/elpa" . "queue") - :branch "externals/queue" :files - ("*" - (:exclude ".git")) - :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "f986fb68e75bdae951efb9e11a3012ab6bd408ee")) - (sesman :source "lockfile" :date - (26493 6647 128866 0) - :recipe - (:package "sesman" :repo "vspinu/sesman" :fetcher github :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "7bca68dbbab0af26a6a23be1ff5fa97f9a18e022")) - (parseclj :source "lockfile" :date - (26493 6647 121144 0) - :recipe - (:package "parseclj" :repo "clojure-emacs/parseclj" :fetcher github :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "6af22372e0fe14df882dd300b22b12ba2d7e00b0")) - (paredit :source "lockfile" :date - (26493 6647 113390 0) - :recipe - (:package "paredit" :fetcher git :url "https://mumble.net/~campbell/git/paredit.git" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "af075775af91f2dbc63b915d762b4aec092946c4")) - (multiple-cursors :source "lockfile" :date - (26493 6647 105494 0) - :recipe - (:package "multiple-cursors" :fetcher github :repo "magnars/multiple-cursors.el" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "dd10cf2334333838e4550f091a75695448e26765")) - (inflections :source "lockfile" :date - (26493 6647 97737 0) - :recipe - (:package "inflections" :repo "eschulte/jump.el" :fetcher github :files - ("inflections.el") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "55caa66a7cc6e0b1a76143fd40eff38416928941")) - (reformatter :source "lockfile" :date - (26493 6647 89921 0) - :recipe - (:package "reformatter" :repo "purcell/emacs-reformatter" :fetcher github :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "f2cb59466b1c3f85a8c960f7d4b7b7ead015bedc")) - (heex-ts-mode :source "lockfile" :date - (26493 6647 81983 0) - :recipe - (:package "heex-ts-mode" :repo "wkirschbaum/heex-ts-mode" :fetcher github :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "dafed72c254c226cdd28528ac70965ef8efa04ca")) - (caml :source "lockfile" :date - (26493 6647 73849 0) - :recipe - (:package "caml" :repo "ocaml/caml-mode" :fetcher github :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "47defafa2b08fb680e89bfee9cb9ce82bd9e3bcf")) - (aio :source "lockfile" :date - (26493 6647 65370 0) - :recipe - (:package "aio" :fetcher github :repo "skeeto/emacs-aio" :files - ("aio.el" "README.md" "UNLICENSE") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "da93523e235529fa97d6f251319d9e1d6fc24a41")) - (tablist :source "lockfile" :date - (26493 6647 56249 0) - :recipe - (:package "tablist" :fetcher github :repo "emacsorphanage/tablist" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "fcd37147121fabdf003a70279cf86fbe08cfac6f")) - (hcl-mode :source "lockfile" :date - (26493 6647 46698 0) - :recipe - (:package "hcl-mode" :repo "hcl-emacs/hcl-mode" :fetcher github :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "1da895ed75d28d9f87cbf9b74f075d90ba31c0ed")) - (groovy-mode :source "lockfile" :date - (26493 6647 35070 0) - :recipe - (:package "groovy-mode" :fetcher github :repo "Groovy-Emacs-Modes/groovy-emacs-modes" :files - ("*groovy*.el") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "7b8520b2e2d3ab1d62b35c426e17ac25ed0120bb")) - (json-snatcher :source "lockfile" :date - (26493 6647 20522 0) - :recipe - (:package "json-snatcher" :fetcher github :repo "Sterlingg/json-snatcher" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "b28d1c0670636da6db508d03872d96ffddbc10f2"))) diff --git a/lisp/icejam-complete-at-point.el b/lisp/icejam-complete-at-point.el index cc53b2e..2e38075 100644 --- a/lisp/icejam-complete-at-point.el +++ b/lisp/icejam-complete-at-point.el @@ -13,19 +13,35 @@ (use-package yasnippet-snippets :ensure t :after (yasnippet)) + +;; Corfu is the main engine for displaying suggestions. (use-package corfu :ensure t :defer t :hook ((elpaca-after-init . global-corfu-mode) (global-corfu-mode . corfu-popupinfo-mode)) :config + ;; Go up to go the the last item on the list + (setopt corfu-cycle t) + + ;; Show 20 corfu + (setopt corfu-count 20) + + ;; Max width of the corfu frame + (setopt corfu-max-width 120) + + (setopt corfu-right-margin-width 0.5) + (setopt corfu-left-margin-width 0.5) + (setopt corfu-bar-width 0.5) (setopt corfu-auto-delay 0.2) (setopt corfu-popupinfo-delay '(0.4 . 0.2)) (setopt corfu-auto t) (setopt corfu-quit-no-match 'separator)) +;; Allow corfu to work in terminal (use-package corfu-terminal :ensure t :defer t :unless (display-graphic-p) :hook ((elpaca-after-init . corfu-terminal-mode))) +;; These are actual completions (use-package cape :ensure t :after corfu :commands (cape-dabbrev cape-file cape-elisp-symbol) :init @@ -44,12 +60,10 @@ (add-hook 'prog-mode-hook (lambda () (add-hook 'completion-at-point-functions #'yasnippet-capf)))) -(use-package kind-icon - :ensure t +(use-package nerd-icons-corfu :ensure t :after corfu :config - (declare-function kind-icon-margin-formatter kind-icon) - (add-to-list 'corfu-margin-formatters #'kind-icon-margin-formatter)) + (add-to-list 'corfu-margin-formatters #'nerd-icons-corfu-formatter)) (provide 'icejam-complete-at-point) ;;; icejam-complete-at-point.el ends here diff --git a/lisp/icejam-custom-init.el b/lisp/icejam-custom-init.el index c548a2e..e3b740c 100644 --- a/lisp/icejam-custom-init.el +++ b/lisp/icejam-custom-init.el @@ -65,7 +65,7 @@ (defvar elpaca-use-package) (elpaca elpaca-use-package (elpaca-use-package-mode)) -(elpaca-load-lockfile (concat user-emacs-directory "elpaca.lock")) +;; (elpaca-load-lockfile (concat user-emacs-directory "elpaca.lock")) (use-package benchmark-init :ensure (:wait t) :config diff --git a/lisp/icejam-themes.el b/lisp/icejam-themes.el index e394bbf..fd93605 100644 --- a/lisp/icejam-themes.el +++ b/lisp/icejam-themes.el @@ -61,7 +61,7 @@ (if (memq window-system '(x mac ns)) (enable-theme 'icejam-base16-zenburn) - (enable-theme 'icejam-base16-zenburn))) + (enable-theme 'icejam-base16-zenburn))) (provide 'icejam-themes) ;;; icejam-themes.el ends here diff --git a/lisp/langs/icejam-lang-elisp.el b/lisp/langs/icejam-lang-elisp.el index 081275e..80dac81 100644 --- a/lisp/langs/icejam-lang-elisp.el +++ b/lisp/langs/icejam-lang-elisp.el @@ -1,20 +1,13 @@ ;;; languages/elisp -- summary -*- lexical-binding: t; -*- ;;; Commentary: ;;; Code: - -(require 'icejam-blocking) (require 'icejam-prog-mode) (require 'icejam-transient) ;; ;; Dash is a package that creates terse and more natural to me functions to ;; ;; do basic things in Elisp. -(declare-function elpaca-installed-p "elpaca") -(unless (elpaca-installed-p 'dash) - (use-package dash :ensure t :defer t)) - -;; ;; Adds pseudomodal editing for lisp. -(unless (elpaca-installed-p 'lispy) - (use-package lispy :ensure t :defer t)) +(use-package smartparens :ensure t :defer t + :commands (smartparens-mode)) (declare-function column-enforce-n "column-enforce-mode" (number)) (add-to-list 'auto-mode-alist '("/Eask\\'" . emacs-lisp-mode)) @@ -33,20 +26,23 @@ (add-to-list 'icejam-language-transient-alist '(emacs-lisp-mode . icejam-elisp-lang-menu)) -(declare-function lispy-mode "lispy") (defun icejam-activate-emacs-lisp-mode () "Goodies for editing Emacs files." - (icejam-set-indent 2) ;; Default indentation of 2 characters + + ;; Default indentation of 2 characters + (icejam-set-indent 2) + + ;; Use 80 char limit. (column-enforce-n 80) - (dash-fontify-mode t) - (lispy-mode t) + ;; Parents + (smartparens-mode t) - (setq-local completion-at-point-functions '(yasnippet-capf - elisp-completion-at-point - cape-dabbrev - cape-file - cape-elisp-symbol))) + (setq-local completion-at-point-functions + (list (cape-capf-super #'elisp-completion-at-point #'yasnippet-capf) + #'cape-dabbrev + #'cape-file + #'cape-elisp-symbol))) (add-hook 'emacs-lisp-mode-hook 'icejam-activate-emacs-lisp-mode) From 3c59ad8bbc93efdf102d2e3c5698e95877a05e3a Mon Sep 17 00:00:00 2001 From: Maciej Szlosarczyk Date: Tue, 7 Jan 2025 18:59:09 +0200 Subject: [PATCH 18/34] Remove some packages that do not work properly --- elpaca.lock | 986 ++++++++++++++++++++++++++++++++ lisp/icejam-custom-init.el | 2 +- lisp/langs/icejam-lang-elisp.el | 5 - 3 files changed, 987 insertions(+), 6 deletions(-) create mode 100644 elpaca.lock diff --git a/elpaca.lock b/elpaca.lock new file mode 100644 index 0000000..84ed535 --- /dev/null +++ b/elpaca.lock @@ -0,0 +1,986 @@ +((elpaca :source "lockfile" :date + (26493 23865 322304 0) + :recipe + (:source nil :protocol https :inherit t :depth 1 :repo "https://github.com/progfolio/elpaca.git" :ref "92cbdba42bd1696f19cb9739ecb59ae6098d53f9" :files + (:defaults "elpaca-test.el" + (:exclude "extensions")) + :build + (:not elpaca--activate-package) + :package "elpaca")) + (elpaca-use-package :source "lockfile" :date + (26493 23865 314783 0) + :recipe + (:package "elpaca-use-package" :wait t :repo "https://github.com/progfolio/elpaca.git" :files + ("extensions/elpaca-use-package.el") + :main "extensions/elpaca-use-package.el" :build + (:not elpaca--compile-info) + :source "Elpaca extensions" :protocol https :inherit t :depth treeless :ref "92cbdba42bd1696f19cb9739ecb59ae6098d53f9")) + (benchmark-init :source "lockfile" :date + (26493 23865 307266 0) + :recipe + (:package "benchmark-init" :fetcher github :repo "dholm/benchmark-init-el" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :wait t :ref "2b34432d79fa0aae8abc3db72db1cb79a28c00b2")) + (transient :source "lockfile" :date + (26493 23865 299553 0) + :recipe + (:package "transient" :fetcher github :repo "magit/transient" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "000ff15942878aa1108abaa020da86ada675fea9")) + (compat :source "lockfile" :date + (26493 23865 291973 0) + :recipe + (:package "compat" :repo + ("https://github.com/emacs-compat/compat" . "compat") + :files + ("*" + (:exclude ".git")) + :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "a1a1c9c395a494ebba26c9d46549fe9daf54e032")) + (easy-kill :source "lockfile" :date + (26493 23865 284379 0) + :recipe + (:package "easy-kill" :fetcher github :repo "leoliu/easy-kill" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "de7d66c3c864a4722a973ee9bc228a14be49ba0c")) + (buffer-move :source "lockfile" :date + (26493 23865 276732 0) + :recipe + (:package "buffer-move" :fetcher github :repo "lukhas/buffer-move" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "e7800b3ab1bd76ee475ef35507ec51ecd5a3f065")) + (gcmh :source "lockfile" :date + (26493 23865 269171 0) + :recipe + (:package "gcmh" :repo "koral/gcmh" :fetcher gitlab :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "0089f9c3a6d4e9a310d0791cf6fa8f35642ecfd9")) + (exec-path-from-shell :source "lockfile" :date + (26493 23865 261607 0) + :recipe + (:package "exec-path-from-shell" :fetcher github :repo "purcell/exec-path-from-shell" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "4896a797252fbfdac32fb77508500ac7d220f717")) + (direnv :source "lockfile" :date + (26493 23865 254003 0) + :recipe + (:package "direnv" :fetcher github :repo "wbolster/emacs-direnv" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "c0bf3b81c7a97e2a0d06d05495e86848254fcc1f")) + (treemacs :source "lockfile" :date + (26493 23865 246396 0) + :recipe + (:package "treemacs" :fetcher github :repo "Alexander-Miller/treemacs" :files + (:defaults "Changelog.org" "icons" "src/elisp/treemacs*.el" "src/scripts/treemacs*.py" + (:exclude "src/extra/*")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "32bb3dd02ddfca85661614b3b227e770fab821e2")) + (treemacs-all-the-icons :source "lockfile" :date + (26493 23865 238913 0) + :recipe + (:package "treemacs-all-the-icons" :fetcher github :repo "Alexander-Miller/treemacs" :files + ("src/extra/treemacs-all-the-icons.el") + :source "MELPA" :protocol https :inherit t :depth treeless :ref "32bb3dd02ddfca85661614b3b227e770fab821e2")) + (keyfreq :source "lockfile" :date + (26493 23865 231331 0) + :recipe + (:package "keyfreq" :fetcher github :repo "dacap/keyfreq" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "c6955162307f37c2ac631d9daf118781009f8dda")) + (which-key :source "lockfile" :date + (26493 23865 223774 0) + :recipe + (:package "which-key" :repo "justbur/emacs-which-key" :fetcher github :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "38d4308d1143b61e4004b6e7a940686784e51500")) + (tree-sitter-langs :source "lockfile" :date + (26493 23865 216221 0) + :recipe + (:package "tree-sitter-langs" :repo "emacs-tree-sitter/tree-sitter-langs" :fetcher github :branch "release" :files + (:defaults "queries") + :source "MELPA" :protocol https :inherit t :depth treeless :ref "4f951dbb530d254a0eb223431a0e0d63b2a7399a")) + (vertico :source "lockfile" :date + (26493 23865 208620 0) + :recipe + (:package "vertico" :repo "minad/vertico" :files + (:defaults "extensions/vertico-*.el") + :fetcher github :source "MELPA" :protocol https :inherit t :depth treeless :ref "7f36ecf5a550b7605da3433448970448deac4bb3")) + (orderless :source "lockfile" :date + (26493 23865 200566 0) + :recipe + (:package "orderless" :repo "oantolin/orderless" :fetcher github :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "411051c3257d60f0492cf88065193bb443b6ca0d")) + (marginalia :source "lockfile" :date + (26493 23865 191677 0) + :recipe + (:package "marginalia" :repo "minad/marginalia" :fetcher github :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "c390456b89ad46bc10c3ef2ee5df59947b72084e")) + (consult :source "lockfile" :date + (26493 23865 184028 0) + :recipe + (:package "consult" :repo "minad/consult" :fetcher github :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "f66f3b2de5a51f04236d9c0c08381b373d4d7ee8")) + (helpful :source "lockfile" :date + (26493 23865 176438 0) + :recipe + (:package "helpful" :repo "Wilfred/helpful" :fetcher github :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "4ba24cac9fb14d5fdc32582cd947572040e82b2c")) + (avy :source "lockfile" :date + (26493 23865 168753 0) + :recipe + (:package "avy" :repo "abo-abo/avy" :fetcher github :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "933d1f36cca0f71e4acb5fac707e9ae26c536264")) + (rainbow-delimiters :source "lockfile" :date + (26493 23865 161200 0) + :recipe + (:package "rainbow-delimiters" :fetcher github :repo "Fanael/rainbow-delimiters" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "f40ece58df8b2f0fb6c8576b527755a552a5e763")) + (rainbow-mode :source "lockfile" :date + (26493 23865 153564 0) + :recipe + (:package "rainbow-mode" :repo + ("git://git.sv.gnu.org/emacs/elpa" . "rainbow-mode") + :branch "externals/rainbow-mode" :files + ("*" + (:exclude ".git")) + :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "f7db3b5919f70420a91eb199f8663468de3033f3")) + (dash-at-point :source "lockfile" :date + (26493 23865 145987 0) + :recipe + (:package "dash-at-point" :fetcher github :repo "stanaka/dash-at-point" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "fba1a6f42ea51d05110e12c62bdced664059eb55")) + (column-enforce-mode :source "lockfile" :date + (26493 23865 138301 0) + :recipe + (:package "column-enforce-mode" :fetcher github :repo "jordonbiondo/column-enforce-mode" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "14a7622f2268890e33536ccd29510024d51ee96f")) + (pcre2el :source "lockfile" :date + (26493 23865 130544 0) + :recipe + (:package "pcre2el" :fetcher github :repo "joddie/pcre2el" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "b4d846d80dddb313042131cf2b8fbf647567e000")) + (visual-regexp-steroids :source "lockfile" :date + (26493 23865 122773 0) + :recipe + (:package "visual-regexp-steroids" :repo "benma/visual-regexp-steroids.el" :fetcher github :files + ("visual-regexp-steroids.el" "regexp.py") + :source "MELPA" :protocol https :inherit t :depth treeless :ref "a6420b25ec0fbba43bf57875827092e1196d8a9e")) + (yasnippet :source "lockfile" :date + (26493 23865 114921 0) + :recipe + (:package "yasnippet" :repo "joaotavora/yasnippet" :fetcher github :files + ("yasnippet.el" "snippets") + :source "MELPA" :protocol https :inherit t :depth treeless :ref "fe1f4e0e96ce42d8668920335eb22c3c009dab3e")) + (yasnippet-snippets :source "lockfile" :date + (26493 23865 106764 0) + :recipe + (:package "yasnippet-snippets" :repo "AndreaCrotti/yasnippet-snippets" :fetcher github :files + ("*.el" "snippets" ".nosearch") + :source "MELPA" :protocol https :inherit t :depth treeless :ref "f1907ed38acc479e78d5c113810465e4d77d8604")) + (corfu :source "lockfile" :date + (26493 23865 99060 0) + :recipe + (:package "corfu" :repo "minad/corfu" :files + (:defaults "extensions/corfu-*.el") + :fetcher github :source "MELPA" :protocol https :inherit t :depth treeless :ref "ec846c6aa373931508cc078b49a3a8ba8265c453")) + (corfu-terminal :source "lockfile" :date + (26493 23865 91438 0) + :recipe + (:package "corfu-terminal" :repo + ("https://codeberg.org/akib/emacs-corfu-terminal" . "corfu-terminal") + :files + ("*" + (:exclude ".git")) + :source "NonGNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "501548c3d51f926c687e8cd838c5865ec45d03cc")) + (cape :source "lockfile" :date + (26493 23865 83626 0) + :recipe + (:package "cape" :repo "minad/cape" :fetcher github :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "d981e8f9460f6434e60812780ed81eda54940a97")) + (yasnippet-capf :source "lockfile" :date + (26493 23865 76085 0) + :recipe + (:package "yasnippet-capf" :fetcher github :repo "elken/yasnippet-capf" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "4c2e33d70cd1d95cf1e08d134b058a6dd90a99c9")) + (nerd-icons-corfu :source "lockfile" :date + (26493 23865 68575 0) + :recipe + (:package "nerd-icons-corfu" :fetcher github :repo "LuigiPiucco/nerd-icons-corfu" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "41110180ceab9d0edaa856d19633b2b3fdf82e75")) + (copilot :source "lockfile" :date + (26493 23865 60910 0) + :recipe + (:source nil :protocol https :inherit t :depth treeless :host github :repo "copilot-emacs/copilot.el" :files + ("*.el") + :package "copilot" :ref "be6c274562e150e4acf5253968d1b434c40d368b")) + (gptel :source "lockfile" :date + (26493 23865 53359 0) + :recipe + (:package "gptel" :repo "karthink/gptel" :fetcher github :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "25efd55002c591b3721cdd2c96dac93d70dce814")) + (aider :source "lockfile" :date + (26493 23865 45750 0) + :recipe + (:source nil :protocol https :inherit t :depth treeless :host github :repo "tninja/aider.el" :files + ("aider.el") + :package "aider" :ref "9a564f76156595fc0051316fd4af679516f11057")) + (elysium :source "lockfile" :date + (26493 23865 38208 0) + :recipe + (:package "elysium" :fetcher github :repo "lanceberge/elysium" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "1847dc71bef86e1828be34539a9ae60c3debedc4")) + (flymake-flycheck :source "lockfile" :date + (26493 23865 30620 0) + :recipe + (:package "flymake-flycheck" :fetcher github :repo "purcell/flymake-flycheck" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "88455c5e6d8ebf650fb51a45c7511a1c18097344")) + (flyspell-correct :source "lockfile" :date + (26493 23865 23042 0) + :recipe + (:package "flyspell-correct" :repo "d12frosted/flyspell-correct" :fetcher github :files + ("flyspell-correct.el" "flyspell-correct-ido.el") + :source "MELPA" :protocol https :inherit t :depth treeless :ref "1e7a5a56362dd875dddf848b9a9e25d1395b9d37")) + (deft :source "lockfile" :date + (26493 23865 15419 0) + :recipe + (:package "deft" :repo "jrblevin/deft" :fetcher github :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "b369d7225d86551882568788a23c5497b232509c")) + (lsp-mode :source "lockfile" :date + (26493 23865 7794 0) + :recipe + (:package "lsp-mode" :repo "emacs-lsp/lsp-mode" :fetcher github :files + (:defaults "clients/*.el") + :source "MELPA" :protocol https :inherit t :depth treeless :ref "e9230e8078316a2263e70ae9a0aa40f046898de5")) + (lsp-ui :source "lockfile" :date + (26493 23865 149 0) + :recipe + (:package "lsp-ui" :repo "emacs-lsp/lsp-ui" :fetcher github :files + (:defaults "lsp-ui-doc.html" "resources") + :source "MELPA" :protocol https :inherit t :depth treeless :ref "f0edfac7b3736fcab617cbeb07e465c9153ae68b")) + (dap-mode :source "lockfile" :date + (26493 23864 992505 0) + :recipe + (:package "dap-mode" :repo "emacs-lsp/dap-mode" :fetcher github :files + (:defaults "icons") + :source "MELPA" :protocol https :inherit t :depth treeless :ref "ffb795761273e1bdc3d0cd1ebdd43e36b7c08921")) + (dashboard :source "lockfile" :date + (26493 23864 984984 0) + :recipe + (:package "dashboard" :fetcher github :repo "emacs-dashboard/emacs-dashboard" :files + (:defaults "banners") + :source "MELPA" :protocol https :inherit t :depth treeless :ref "c9f8230f6b7992b7b40c3bb9abc36cc03b6a423d")) + (magit :source "lockfile" :date + (26493 23864 977422 0) + :recipe + (:package "magit" :fetcher github :repo "magit/magit" :files + ("lisp/magit*.el" "lisp/git-*.el" "docs/magit.texi" "docs/AUTHORS.md" "LICENSE" "magit-pkg.el" + (:exclude "lisp/magit-section.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "7f47299581abb6f77870cb5abdae159fcd35b3d5")) + (vundo :source "lockfile" :date + (26493 23864 969927 0) + :recipe + (:package "vundo" :repo + ("https://github.com/casouri/vundo" . "vundo") + :files + ("*" + (:exclude ".git" "test")) + :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "d792738a5e4da73e619ad9c47dc34a3566445871")) + (speed-type :source "lockfile" :date + (26493 23864 962400 0) + :recipe + (:package "speed-type" :fetcher github :repo "dakra/speed-type" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "b982ee6081a11837760eeaed73c4f413eefb07b1")) + (spaceline :source "lockfile" :date + (26493 23864 954858 0) + :recipe + (:package "spaceline" :fetcher github :repo "TheBB/spaceline" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "086420d16e526c79b67fc1edec4c2ae1e699f372")) + (base16-theme :source "lockfile" :date + (26493 23864 947326 0) + :recipe + (:package "base16-theme" :repo "tinted-theming/base16-emacs" :fetcher github :files + (:defaults "build/*.el") + :source "MELPA" :protocol https :inherit t :depth treeless :ref "1d48474c3c07521276f4e7d73317a654997b4381")) + (clojure-mode :source "lockfile" :date + (26493 23864 939665 0) + :recipe + (:package "clojure-mode" :repo "clojure-emacs/clojure-mode" :fetcher github :files + ("clojure-mode.el") + :source "MELPA" :protocol https :inherit t :depth treeless :ref "eabe29b076fff19db552d36d4babaa36ecf0b704")) + (cider :source "lockfile" :date + (26493 23864 932042 0) + :recipe + (:package "cider" :fetcher github :repo "clojure-emacs/cider" :files + ("lisp/*.el" "bin/*.sh" "*.el" "clojure.sh" "lein.sh" + (:exclude ".dir-locals.el")) + :old-names + (nrepl) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "f00e83d338434c92cc21663a1818139f0847b707")) + (clj-refactor :source "lockfile" :date + (26493 23864 924278 0) + :recipe + (:package "clj-refactor" :fetcher github :repo "clojure-emacs/clj-refactor.el" :files + (:defaults "CHANGELOG.md") + :source "MELPA" :protocol https :inherit t :depth treeless :ref "dc1bbc8cdaa723bdbb6669ea7d280625c370755d")) + (dart-mode :source "lockfile" :date + (26493 23864 916634 0) + :recipe + (:package "dart-mode" :fetcher github :repo "emacsorphanage/dart-mode" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "02e919c1cf200b4938139c18068577faff1fb364")) + (lsp-dart :source "lockfile" :date + (26493 23864 909113 0) + :recipe + (:package "lsp-dart" :repo "emacs-lsp/lsp-dart" :fetcher github :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "7e3d3429418bc42cda7fa7b58e6644a705cf2f89")) + (dhall-mode :source "lockfile" :date + (26493 23864 901514 0) + :recipe + (:package "dhall-mode" :repo "psibi/dhall-mode" :fetcher github :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "fca383a9c4622c1d9a39dc977572b34c7fa0b719")) + (dash :source "lockfile" :date + (26493 23864 893930 0) + :recipe + (:package "dash" :fetcher github :repo "magnars/dash.el" :files + ("dash.el" "dash.texi") + :source "MELPA" :protocol https :inherit t :depth treeless :ref "1de9dcb83eacfb162b6d9a118a4770b1281bcd84")) + (lispy :source "lockfile" :date + (26493 23864 886280 0) + :recipe + (:package "lispy" :repo "abo-abo/lispy" :fetcher github :files + (:defaults "lispy-clojure.clj" "lispy-clojure.cljs" "lispy-python.py") + :source "MELPA" :protocol https :inherit t :depth treeless :ref "fe44efd21573868638ca86fc8313241148fabbe3")) + (aggressive-indent :source "lockfile" :date + (26493 23864 878642 0) + :recipe + (:package "aggressive-indent" :repo "Malabarba/aggressive-indent-mode" :fetcher github :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "a437a45868f94b77362c6b913c5ee8e67b273c42")) + (elixir-format :source "lockfile" :date + (26493 23864 870993 0) + :recipe + (:source nil :protocol https :inherit t :depth treeless :type git :host github :repo "elixir-editors/emacs-elixir" :files + ("elixir-format.el") + :package "elixir-format" :ref "00d6580a040a750e019218f9392cf9a4c2dac23a")) + (elixir-ts-mode :source "lockfile" :date + (26493 23864 863146 0) + :recipe + (:package "elixir-ts-mode" :repo "wkirschbaum/elixir-ts-mode" :fetcher github :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "143b94f4a5ac1f161c232e3f25b84c6768be2f25")) + (erlang :source "lockfile" :date + (26493 23864 855394 0) + :recipe + (:package "erlang" :fetcher github :repo "erlang/otp" :version-regexp "OTP-%v" :files + ("lib/tools/emacs/*.el" + (:exclude "lib/tools/emacs/erlang_appwiz.el")) + :source "MELPA" :protocol https :inherit t :depth 1 :ref "b4af22d77b10afc76fc7567ae248a5085ade2955")) + (fsharp-mode :source "lockfile" :date + (26493 23864 847725 0) + :recipe + (:package "fsharp-mode" :fetcher github :repo "fsharp/emacs-fsharp-mode" :files + (:defaults + (:exclude "eglot-fsharp.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "677d78c4d6cb574086408082dedbcaef04a85359")) + (gleam-ts-mode :source "lockfile" :date + (26493 23864 840171 0) + :recipe + (:package "gleam-ts-mode" :fetcher github :repo "gleam-lang/gleam-mode" :files + ("gleam-ts-mode.el") + :source "MELPA" :protocol https :inherit t :depth treeless :type git :host github :ref "d00f37d0b47f5d6810aa295af98c40a7708b4305")) + (go-mode :source "lockfile" :date + (26493 23864 832544 0) + :recipe + (:package "go-mode" :repo "dominikh/go-mode.el" :fetcher github :files + ("go-mode.el") + :source "MELPA" :protocol https :inherit t :depth treeless :ref "602d73e22646b1b98b2eb97927fd426c0d1d2f92")) + (haskell-mode :source "lockfile" :date + (26493 23864 824942 0) + :recipe + (:package "haskell-mode" :repo "haskell/haskell-mode" :fetcher github :files + (:defaults "NEWS" "logo.svg") + :source "MELPA" :protocol https :inherit t :depth treeless :ref "1a285fc4c50ca74bb5cd9b2a8c1a46a64a77384a")) + (lsp-haskell :source "lockfile" :date + (26493 23864 817223 0) + :recipe + (:package "lsp-haskell" :repo "emacs-lsp/lsp-haskell" :fetcher github :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "6981f8d1225c038c1a130e8cf70530cfe15f976e")) + (js2-mode :source "lockfile" :date + (26493 23864 809615 0) + :recipe + (:package "js2-mode" :repo "mooz/js2-mode" :fetcher github :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "e0c302872de4d26a9c1614fac8d6b94112b96307")) + (kotlin-ts-mode :source "lockfile" :date + (26493 23864 801926 0) + :recipe + (:package "kotlin-ts-mode" :fetcher gitlab :repo "bricka/emacs-kotlin-ts-mode" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "a25d56cecac9160ba7c140f982ec16ca7b2fe97f")) + (gradle-mode :source "lockfile" :date + (26493 23864 794238 0) + :recipe + (:package "gradle-mode" :fetcher github :repo "scubacabra/emacs-gradle-mode" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "e4d665d5784ecda7ddfba015f07c69be3cfc45f2")) + (lean4-mode :source "lockfile" :date + (26493 23864 786603 0) + :recipe + (:source nil :protocol https :inherit t :depth treeless :type git :host github :repo "leanprover/lean4-mode" :files + ("*.el" "data") + :package "lean4-mode" :ref "76895d8939111654a472cfc617cfd43fbf5f1eb6")) + (markdown-mode :source "lockfile" :date + (26493 23864 779008 0) + :recipe + (:package "markdown-mode" :fetcher github :repo "jrblevin/markdown-mode" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "8692afc12e13431efb0c302baee1de5bbf4a41e4")) + (merlin :source "lockfile" :date + (26493 23864 771262 0) + :recipe + (:package "merlin" :fetcher github :repo "ocaml/merlin" :files + ("emacs/*.el" + (:exclude "emacs/merlin-ac.el" "emacs/merlin-company.el" "emacs/merlin-iedit.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "005b42c50b450a4930d5cea25aab271ed5b88cc3")) + (opam-switch-mode :source "lockfile" :date + (26493 23864 763632 0) + :recipe + (:package "opam-switch-mode" :fetcher github :repo "ProofGeneral/opam-switch-mode" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "1069e56a662f23ea09d4e05611bdedeb99257012")) + (dune :source "lockfile" :date + (26493 23864 756019 0) + :recipe + (:package "dune" :fetcher github :repo "ocaml/dune" :files + ("editor-integration/emacs/*.el") + :source "MELPA" :protocol https :inherit t :depth treeless :ref "f937a9e77909c330002c9a45ea884f5719d955d8")) + (tuareg :source "lockfile" :date + (26493 23864 748317 0) + :recipe + (:package "tuareg" :fetcher github :repo "ocaml/tuareg" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "1d53723e39f22ab4ab76d31f2b188a2879305092")) + (dockerfile-mode :source "lockfile" :date + (26493 23864 740733 0) + :recipe + (:package "dockerfile-mode" :fetcher github :repo "spotify/dockerfile-mode" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "4d893bd2da15833ce056332e6c972d5d93e78f04")) + (docker :source "lockfile" :date + (26493 23864 733056 0) + :recipe + (:package "docker" :fetcher github :repo "Silex/docker.el" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "813c00410b40917cbfe7e8227ebd4fd60a027937")) + (terraform-mode :source "lockfile" :date + (26493 23864 725423 0) + :recipe + (:package "terraform-mode" :repo "hcl-emacs/terraform-mode" :fetcher github :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "5bdd734a87f67f6574664f63eb4d02a0bc74c0d0")) + (ansible :source "lockfile" :date + (26493 23864 717760 0) + :recipe + (:package "ansible" :fetcher gitlab :repo "emacs-ansible/emacs-ansible" :files + (:defaults "snippets" "dict") + :source "MELPA" :protocol https :inherit t :depth treeless :ref "03e285bb54a687e3fd9e21026b088fdac46679a0")) + (nginx-mode :source "lockfile" :date + (26493 23864 710125 0) + :recipe + (:package "nginx-mode" :fetcher github :repo "ajc/nginx-mode" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "c4ac5de975d65c84893a130a470af32a48b0b66c")) + (jenkinsfile-mode :source "lockfile" :date + (26493 23864 702587 0) + :recipe + (:package "jenkinsfile-mode" :repo "https://github.com/john2x/jenkinsfile-mode.git" :fetcher github :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :branch "master" :ref "568865ee419e0592de0dd0717d6769a66d9df111")) + (lua-mode :source "lockfile" :date + (26493 23864 695055 0) + :recipe + (:package "lua-mode" :repo "immerrr/lua-mode" :fetcher github :files + (:defaults + (:exclude "init-tryout.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "d074e4134b1beae9ed4c9b512af741ca0d852ba3")) + (graphql-mode :source "lockfile" :date + (26493 23864 687463 0) + :recipe + (:package "graphql-mode" :repo "davazp/graphql-mode" :fetcher github :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "ee49531935ede7a2c9597713e13a4c9d33ef2220")) + (yaml-mode :source "lockfile" :date + (26493 23864 679843 0) + :recipe + (:package "yaml-mode" :repo "yoshiki/yaml-mode" :fetcher github :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "d91f878729312a6beed77e6637c60497c5786efa")) + (json-mode :source "lockfile" :date + (26493 23864 672219 0) + :recipe + (:package "json-mode" :fetcher github :repo "json-emacs/json-mode" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "77125b01c0ddce537085201098bea9b4b8ba6be3")) + (git-modes :source "lockfile" :date + (26493 23864 664628 0) + :recipe + (:package "git-modes" :fetcher github :repo "magit/git-modes" :old-names + (gitattributes-mode gitconfig-mode gitignore-mode) + :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "f99010bbeb8b6d8a0819fac0195a2ef0159d08f0")) + (php-mode :source "lockfile" :date + (26493 23864 656822 0) + :recipe + (:package "php-mode" :repo "emacs-php/php-mode" :fetcher github :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "b45992a6a9d019fafe7a9dcde19401b0f20a20bf")) + (purescript-mode :source "lockfile" :date + (26493 23864 648978 0) + :recipe + (:package "purescript-mode" :repo "purescript-emacs/purescript-mode" :fetcher github :files + (:defaults "NEWS" "snippets") + :source "MELPA" :protocol https :inherit t :depth treeless :ref "07e4d6ecfe677d595ed3759c912c0b262d886b98")) + (rspec-mode :source "lockfile" :date + (26493 23864 641329 0) + :recipe + (:package "rspec-mode" :repo "pezra/rspec-mode" :fetcher github :files + ("rspec-mode.el" "snippets") + :source "MELPA" :protocol https :inherit t :depth treeless :ref "29df3d081c6a1cbdf840cd13d45ea1c100c5bbaa")) + (ruby-end :source "lockfile" :date + (26493 23864 633632 0) + :recipe + (:package "ruby-end" :repo "rejeep/ruby-end.el" :fetcher github :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "ba7d7230f9e3ed75c9982d32bb9fdff1dc10935d")) + (rbs-mode :source "lockfile" :date + (26493 23864 625908 0) + :recipe + (:package "rbs-mode" :fetcher github :repo "ybiquitous/rbs-mode" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "e415a6fa9e88594cb9b7f7765145f57dda0e9b56")) + (rust-mode :source "lockfile" :date + (26493 23864 618315 0) + :recipe + (:package "rust-mode" :repo "rust-lang/rust-mode" :fetcher github :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "542f1755d8929ca83564322d7030d558f3392fe1")) + (flycheck-rust :source "lockfile" :date + (26493 23864 610669 0) + :recipe + (:package "flycheck-rust" :repo "flycheck/flycheck-rust" :fetcher github :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "d499471ec433a62898a95ce76561964e3d015ce5")) + (fish-mode :source "lockfile" :date + (26493 23864 603001 0) + :recipe + (:package "fish-mode" :fetcher github :repo "wwwjfy/emacs-fish" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "2526b1803b58cf145bc70ff6ce2adb3f6c246f89")) + (web-mode :source "lockfile" :date + (26493 23864 595500 0) + :recipe + (:package "web-mode" :repo "fxbois/web-mode" :fetcher github :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "be2d59c8fa02b1a45ae54ce4079e502e659cefe6")) + (zig-mode :source "lockfile" :date + (26493 23864 587992 0) + :recipe + (:package "zig-mode" :repo "ziglang/zig-mode" :fetcher github :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "f0b4a487530146f99230f4a5ff67e8d56c8f3f80")) + (diminish :source "lockfile" :date + (26493 23864 580359 0) + :recipe + (:package "diminish" :fetcher github :repo "myrjola/diminish.el" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "fbd5d846611bad828e336b25d2e131d1bc06b83d")) + (s :source "lockfile" :date + (26493 23864 572764 0) + :recipe + (:package "s" :fetcher github :repo "magnars/s.el" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "dda84d38fffdaf0c9b12837b504b402af910d01d")) + (ace-window :source "lockfile" :date + (26493 23864 565182 0) + :recipe + (:package "ace-window" :repo "abo-abo/ace-window" :fetcher github :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "77115afc1b0b9f633084cf7479c767988106c196")) + (pfuture :source "lockfile" :date + (26493 23864 557660 0) + :recipe + (:package "pfuture" :repo "Alexander-Miller/pfuture" :fetcher github :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "19b53aebbc0f2da31de6326c495038901bffb73c")) + (hydra :source "lockfile" :date + (26493 23864 549994 0) + :recipe + (:package "hydra" :repo "abo-abo/hydra" :fetcher github :files + (:defaults + (:exclude "lv.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "317e1de33086637579a7aeb60f77ed0405bf359b")) + (ht :source "lockfile" :date + (26493 23864 542307 0) + :recipe + (:package "ht" :fetcher github :repo "Wilfred/ht.el" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "1c49aad1c820c86f7ee35bf9fff8429502f60fef")) + (cfrs :source "lockfile" :date + (26493 23864 534594 0) + :recipe + (:package "cfrs" :repo "Alexander-Miller/cfrs" :fetcher github :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "f3a21f237b2a54e6b9f8a420a9da42b4f0a63121")) + (posframe :source "lockfile" :date + (26493 23864 526952 0) + :recipe + (:package "posframe" :fetcher github :repo "tumashu/posframe" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "81651536827c96bf5af5265ee7918ab70e1dd5b1")) + (lv :source "lockfile" :date + (26493 23864 519246 0) + :recipe + (:package "lv" :repo "abo-abo/hydra" :fetcher github :files + ("lv.el") + :source "MELPA" :protocol https :inherit t :depth treeless :ref "317e1de33086637579a7aeb60f77ed0405bf359b")) + (all-the-icons :source "lockfile" :date + (26493 23864 511515 0) + :recipe + (:package "all-the-icons" :repo "domtronn/all-the-icons.el" :fetcher github :files + (:defaults "data") + :source "MELPA" :protocol https :inherit t :depth treeless :ref "39ef44f810c34e8900978788467cc675870bcd19")) + (tree-sitter :source "lockfile" :date + (26493 23864 503954 0) + :recipe + (:package "tree-sitter" :repo "emacs-tree-sitter/elisp-tree-sitter" :fetcher github :branch "release" :files + (:defaults + (:exclude "lisp/tree-sitter-tests.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "3cfab8a0e945db9b3df84437f27945746a43cc71")) + (tsc :source "lockfile" :date + (26493 23864 496436 0) + :recipe + (:package "tsc" :fetcher github :repo "emacs-tree-sitter/elisp-tree-sitter" :branch "release" :files + ("core/*.el" "core/Cargo.toml" "core/Cargo.lock" "core/src") + :source "MELPA" :protocol https :inherit t :depth treeless :ref "3cfab8a0e945db9b3df84437f27945746a43cc71")) + (f :source "lockfile" :date + (26493 23864 488814 0) + :recipe + (:package "f" :fetcher github :repo "rejeep/f.el" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "931b6d0667fe03e7bf1c6c282d6d8d7006143c52")) + (elisp-refs :source "lockfile" :date + (26493 23864 481201 0) + :recipe + (:package "elisp-refs" :repo "Wilfred/elisp-refs" :fetcher github :files + (:defaults + (:exclude "elisp-refs-bench.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "541a064c3ce27867872cf708354a65d83baf2a6d")) + (visual-regexp :source "lockfile" :date + (26493 23864 473505 0) + :recipe + (:package "visual-regexp" :repo "benma/visual-regexp.el" :fetcher github :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "48457d42a5e0fe10fa3a9c15854f1f127ade09b5")) + (popon :source "lockfile" :date + (26493 23864 465825 0) + :recipe + (:package "popon" :repo + ("https://codeberg.org/akib/emacs-popon" . "popon") + :files + ("*" + (:exclude ".git")) + :source "NonGNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "bf8174cb7e6e8fe0fe91afe6b01b6562c4dc39da")) + (nerd-icons :source "lockfile" :date + (26493 23864 458246 0) + :recipe + (:package "nerd-icons" :repo "rainstormstudio/nerd-icons.el" :fetcher github :files + (:defaults "data") + :source "MELPA" :protocol https :inherit t :depth treeless :ref "546ee20caf825e65da4c5435d31f13d269ed2a81")) + (editorconfig :source "lockfile" :date + (26493 23864 450576 0) + :recipe + (:package "editorconfig" :fetcher github :repo "editorconfig/editorconfig-emacs" :old-names + (editorconfig-core editorconfig-fnmatch) + :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "24f5b2b1cd4e37adc245fb59f7edeb6872a707a4")) + (flycheck :source "lockfile" :date + (26493 23864 442860 0) + :recipe + (:package "flycheck" :repo "flycheck/flycheck" :fetcher github :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "e2a7f331d0e3c3f74981a805ef849cfdfb5657f1")) + (spinner :source "lockfile" :date + (26493 23864 435174 0) + :recipe + (:package "spinner" :repo + ("https://github.com/Malabarba/spinner.el" . "spinner") + :files + ("*" + (:exclude ".git")) + :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "d4647ae87fb0cd24bc9081a3d287c860ff061c21")) + (bui :source "lockfile" :date + (26493 23864 427624 0) + :recipe + (:package "bui" :repo "alezost/bui.el" :fetcher github :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "f3a137628e112a91910fd33c0cff0948fa58d470")) + (lsp-treemacs :source "lockfile" :date + (26493 23864 419994 0) + :recipe + (:package "lsp-treemacs" :repo "emacs-lsp/lsp-treemacs" :fetcher github :files + (:defaults "icons") + :source "MELPA" :protocol https :inherit t :depth treeless :ref "fb1a07ae0a3d781dea8ac78da2933e0173eb48a4")) + (lsp-docker :source "lockfile" :date + (26493 23864 412304 0) + :recipe + (:package "lsp-docker" :repo "emacs-lsp/lsp-docker" :fetcher github :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "ce291d0f80533f8eaca120eb745d55669e062636")) + (yaml :source "lockfile" :date + (26493 23864 404693 0) + :recipe + (:package "yaml" :repo "zkry/yaml.el" :fetcher github :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "cd3edfc02cb12514426c00e07160b87bd8340f4a")) + (magit-section :source "lockfile" :date + (26493 23864 397021 0) + :recipe + (:package "magit-section" :fetcher github :repo "magit/magit" :files + ("lisp/magit-section.el" "docs/magit-section.texi" "magit-section-pkg.el") + :source "MELPA" :protocol https :inherit t :depth treeless :ref "7f47299581abb6f77870cb5abdae159fcd35b3d5")) + (with-editor :source "lockfile" :date + (26493 23864 389380 0) + :recipe + (:package "with-editor" :fetcher github :repo "magit/with-editor" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "ca902ae02972bdd6919a902be2593d8cb6bd991b")) + (powerline :source "lockfile" :date + (26493 23864 381739 0) + :recipe + (:package "powerline" :fetcher github :repo "milkypostman/powerline" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "c35c35bdf5ce2d992882c1f06f0f078058870d4a")) + (parseedn :source "lockfile" :date + (26493 23864 374141 0) + :recipe + (:package "parseedn" :repo "clojure-emacs/parseedn" :fetcher github :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "3407e4530a367b6c2b857dae261cdbb67a440aaa")) + (queue :source "lockfile" :date + (26493 23864 366346 0) + :recipe + (:package "queue" :repo + ("git://git.sv.gnu.org/emacs/elpa" . "queue") + :branch "externals/queue" :files + ("*" + (:exclude ".git")) + :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "f986fb68e75bdae951efb9e11a3012ab6bd408ee")) + (sesman :source "lockfile" :date + (26493 23864 358373 0) + :recipe + (:package "sesman" :repo "vspinu/sesman" :fetcher github :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "7bca68dbbab0af26a6a23be1ff5fa97f9a18e022")) + (parseclj :source "lockfile" :date + (26493 23864 350610 0) + :recipe + (:package "parseclj" :repo "clojure-emacs/parseclj" :fetcher github :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "6af22372e0fe14df882dd300b22b12ba2d7e00b0")) + (paredit :source "lockfile" :date + (26493 23864 342960 0) + :recipe + (:package "paredit" :fetcher git :url "https://mumble.net/~campbell/git/paredit.git" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "af075775af91f2dbc63b915d762b4aec092946c4")) + (multiple-cursors :source "lockfile" :date + (26493 23864 335331 0) + :recipe + (:package "multiple-cursors" :fetcher github :repo "magnars/multiple-cursors.el" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "dd10cf2334333838e4550f091a75695448e26765")) + (inflections :source "lockfile" :date + (26493 23864 327720 0) + :recipe + (:package "inflections" :repo "eschulte/jump.el" :fetcher github :files + ("inflections.el") + :source "MELPA" :protocol https :inherit t :depth treeless :ref "55caa66a7cc6e0b1a76143fd40eff38416928941")) + (reformatter :source "lockfile" :date + (26493 23864 320043 0) + :recipe + (:package "reformatter" :repo "purcell/emacs-reformatter" :fetcher github :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "f2cb59466b1c3f85a8c960f7d4b7b7ead015bedc")) + (iedit :source "lockfile" :date + (26493 23864 312356 0) + :recipe + (:package "iedit" :repo "victorhge/iedit" :fetcher github :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "27c61866b1b9b8d77629ac702e5f48e67dfe0d3b")) + (swiper :source "lockfile" :date + (26493 23864 304626 0) + :recipe + (:package "swiper" :repo "abo-abo/swiper" :fetcher github :files + ("swiper.el") + :source "MELPA" :protocol https :inherit t :depth treeless :ref "8dc02d5b725f78d1f80904807b46f5406f129674")) + (zoutline :source "lockfile" :date + (26493 23864 297016 0) + :recipe + (:package "zoutline" :repo "abo-abo/zoutline" :fetcher github :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "32857c6c4b9b0bcbed14d825a10b91a98d5fed0a")) + (ivy :source "lockfile" :date + (26493 23864 289316 0) + :recipe + (:package "ivy" :repo "abo-abo/swiper" :fetcher github :files + (:defaults "doc/ivy-help.org" + (:exclude "swiper.el" "counsel.el" "ivy-hydra.el" "ivy-avy.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "8dc02d5b725f78d1f80904807b46f5406f129674")) + (heex-ts-mode :source "lockfile" :date + (26493 23864 281593 0) + :recipe + (:package "heex-ts-mode" :repo "wkirschbaum/heex-ts-mode" :fetcher github :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "dafed72c254c226cdd28528ac70965ef8efa04ca")) + (caml :source "lockfile" :date + (26493 23864 273674 0) + :recipe + (:package "caml" :repo "ocaml/caml-mode" :fetcher github :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "47defafa2b08fb680e89bfee9cb9ce82bd9e3bcf")) + (aio :source "lockfile" :date + (26493 23864 265383 0) + :recipe + (:package "aio" :fetcher github :repo "skeeto/emacs-aio" :files + ("aio.el" "README.md" "UNLICENSE") + :source "MELPA" :protocol https :inherit t :depth treeless :ref "da93523e235529fa97d6f251319d9e1d6fc24a41")) + (tablist :source "lockfile" :date + (26493 23864 256738 0) + :recipe + (:package "tablist" :fetcher github :repo "emacsorphanage/tablist" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "fcd37147121fabdf003a70279cf86fbe08cfac6f")) + (hcl-mode :source "lockfile" :date + (26493 23864 247352 0) + :recipe + (:package "hcl-mode" :repo "hcl-emacs/hcl-mode" :fetcher github :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "1da895ed75d28d9f87cbf9b74f075d90ba31c0ed")) + (groovy-mode :source "lockfile" :date + (26493 23864 237036 0) + :recipe + (:package "groovy-mode" :fetcher github :repo "Groovy-Emacs-Modes/groovy-emacs-modes" :files + ("*groovy*.el") + :source "MELPA" :protocol https :inherit t :depth treeless :ref "7b8520b2e2d3ab1d62b35c426e17ac25ed0120bb")) + (json-snatcher :source "lockfile" :date + (26493 23864 222327 0) + :recipe + (:package "json-snatcher" :fetcher github :repo "Sterlingg/json-snatcher" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "b28d1c0670636da6db508d03872d96ffddbc10f2"))) diff --git a/lisp/icejam-custom-init.el b/lisp/icejam-custom-init.el index e3b740c..c548a2e 100644 --- a/lisp/icejam-custom-init.el +++ b/lisp/icejam-custom-init.el @@ -65,7 +65,7 @@ (defvar elpaca-use-package) (elpaca elpaca-use-package (elpaca-use-package-mode)) -;; (elpaca-load-lockfile (concat user-emacs-directory "elpaca.lock")) +(elpaca-load-lockfile (concat user-emacs-directory "elpaca.lock")) (use-package benchmark-init :ensure (:wait t) :config diff --git a/lisp/langs/icejam-lang-elisp.el b/lisp/langs/icejam-lang-elisp.el index 80dac81..d0dffba 100644 --- a/lisp/langs/icejam-lang-elisp.el +++ b/lisp/langs/icejam-lang-elisp.el @@ -4,11 +4,6 @@ (require 'icejam-prog-mode) (require 'icejam-transient) -;; ;; Dash is a package that creates terse and more natural to me functions to -;; ;; do basic things in Elisp. -(use-package smartparens :ensure t :defer t - :commands (smartparens-mode)) - (declare-function column-enforce-n "column-enforce-mode" (number)) (add-to-list 'auto-mode-alist '("/Eask\\'" . emacs-lisp-mode)) From 2150285aea1df36c8f351334347c9a2f5f21a3b1 Mon Sep 17 00:00:00 2001 From: Maciej Szlosarczyk Date: Thu, 9 Jan 2025 09:26:38 +0200 Subject: [PATCH 19/34] fix problem with lispy not loading --- elpaca.lock | 317 +++++++++++++-------------- lisp/icejam-base.el | 8 +- lisp/icejam-complete-at-point.el | 27 +-- lisp/icejam-custom-init.el | 95 ++++---- lisp/icejam-diminish.el | 1 - lisp/icejam-fonts.el | 13 ++ lisp/langs/icejam-lang-elisp.el | 16 +- lisp/langs/icejam-lang-elixir.el | 6 +- lisp/langs/icejam-lang-purescript.el | 3 +- 9 files changed, 244 insertions(+), 242 deletions(-) diff --git a/elpaca.lock b/elpaca.lock index 84ed535..67eefb0 100644 --- a/elpaca.lock +++ b/elpaca.lock @@ -1,5 +1,5 @@ ((elpaca :source "lockfile" :date - (26493 23865 322304 0) + (26494 21070 907543 0) :recipe (:source nil :protocol https :inherit t :depth 1 :repo "https://github.com/progfolio/elpaca.git" :ref "92cbdba42bd1696f19cb9739ecb59ae6098d53f9" :files (:defaults "elpaca-test.el" @@ -8,7 +8,7 @@ (:not elpaca--activate-package) :package "elpaca")) (elpaca-use-package :source "lockfile" :date - (26493 23865 314783 0) + (26494 21070 899855 0) :recipe (:package "elpaca-use-package" :wait t :repo "https://github.com/progfolio/elpaca.git" :files ("extensions/elpaca-use-package.el") @@ -16,21 +16,21 @@ (:not elpaca--compile-info) :source "Elpaca extensions" :protocol https :inherit t :depth treeless :ref "92cbdba42bd1696f19cb9739ecb59ae6098d53f9")) (benchmark-init :source "lockfile" :date - (26493 23865 307266 0) + (26494 21070 891852 0) :recipe (:package "benchmark-init" :fetcher github :repo "dholm/benchmark-init-el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :wait t :ref "2b34432d79fa0aae8abc3db72db1cb79a28c00b2")) (transient :source "lockfile" :date - (26493 23865 299553 0) + (26494 21070 883488 0) :recipe (:package "transient" :fetcher github :repo "magit/transient" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "000ff15942878aa1108abaa020da86ada675fea9")) (compat :source "lockfile" :date - (26493 23865 291973 0) + (26494 21070 874956 0) :recipe (:package "compat" :repo ("https://github.com/emacs-compat/compat" . "compat") @@ -39,123 +39,123 @@ (:exclude ".git")) :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "a1a1c9c395a494ebba26c9d46549fe9daf54e032")) (easy-kill :source "lockfile" :date - (26493 23865 284379 0) + (26494 21070 866441 0) :recipe (:package "easy-kill" :fetcher github :repo "leoliu/easy-kill" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "de7d66c3c864a4722a973ee9bc228a14be49ba0c")) (buffer-move :source "lockfile" :date - (26493 23865 276732 0) + (26494 21070 858434 0) :recipe (:package "buffer-move" :fetcher github :repo "lukhas/buffer-move" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "e7800b3ab1bd76ee475ef35507ec51ecd5a3f065")) (gcmh :source "lockfile" :date - (26493 23865 269171 0) + (26494 21070 850027 0) :recipe (:package "gcmh" :repo "koral/gcmh" :fetcher gitlab :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "0089f9c3a6d4e9a310d0791cf6fa8f35642ecfd9")) (exec-path-from-shell :source "lockfile" :date - (26493 23865 261607 0) + (26494 21070 841539 0) :recipe (:package "exec-path-from-shell" :fetcher github :repo "purcell/exec-path-from-shell" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "4896a797252fbfdac32fb77508500ac7d220f717")) (direnv :source "lockfile" :date - (26493 23865 254003 0) + (26494 21070 833003 0) :recipe (:package "direnv" :fetcher github :repo "wbolster/emacs-direnv" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c0bf3b81c7a97e2a0d06d05495e86848254fcc1f")) (treemacs :source "lockfile" :date - (26493 23865 246396 0) + (26494 21070 824484 0) :recipe (:package "treemacs" :fetcher github :repo "Alexander-Miller/treemacs" :files (:defaults "Changelog.org" "icons" "src/elisp/treemacs*.el" "src/scripts/treemacs*.py" (:exclude "src/extra/*")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "32bb3dd02ddfca85661614b3b227e770fab821e2")) (treemacs-all-the-icons :source "lockfile" :date - (26493 23865 238913 0) + (26494 21070 816871 0) :recipe (:package "treemacs-all-the-icons" :fetcher github :repo "Alexander-Miller/treemacs" :files ("src/extra/treemacs-all-the-icons.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "32bb3dd02ddfca85661614b3b227e770fab821e2")) (keyfreq :source "lockfile" :date - (26493 23865 231331 0) + (26494 21070 808621 0) :recipe (:package "keyfreq" :fetcher github :repo "dacap/keyfreq" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c6955162307f37c2ac631d9daf118781009f8dda")) (which-key :source "lockfile" :date - (26493 23865 223774 0) + (26494 21070 799771 0) :recipe (:package "which-key" :repo "justbur/emacs-which-key" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "38d4308d1143b61e4004b6e7a940686784e51500")) (tree-sitter-langs :source "lockfile" :date - (26493 23865 216221 0) + (26494 21070 791450 0) :recipe (:package "tree-sitter-langs" :repo "emacs-tree-sitter/tree-sitter-langs" :fetcher github :branch "release" :files (:defaults "queries") :source "MELPA" :protocol https :inherit t :depth treeless :ref "4f951dbb530d254a0eb223431a0e0d63b2a7399a")) (vertico :source "lockfile" :date - (26493 23865 208620 0) + (26494 21070 782631 0) :recipe (:package "vertico" :repo "minad/vertico" :files (:defaults "extensions/vertico-*.el") :fetcher github :source "MELPA" :protocol https :inherit t :depth treeless :ref "7f36ecf5a550b7605da3433448970448deac4bb3")) (orderless :source "lockfile" :date - (26493 23865 200566 0) + (26494 21070 773977 0) :recipe (:package "orderless" :repo "oantolin/orderless" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "411051c3257d60f0492cf88065193bb443b6ca0d")) (marginalia :source "lockfile" :date - (26493 23865 191677 0) + (26494 21070 765826 0) :recipe (:package "marginalia" :repo "minad/marginalia" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c390456b89ad46bc10c3ef2ee5df59947b72084e")) (consult :source "lockfile" :date - (26493 23865 184028 0) + (26494 21070 757589 0) :recipe (:package "consult" :repo "minad/consult" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f66f3b2de5a51f04236d9c0c08381b373d4d7ee8")) (helpful :source "lockfile" :date - (26493 23865 176438 0) + (26494 21070 749290 0) :recipe (:package "helpful" :repo "Wilfred/helpful" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "4ba24cac9fb14d5fdc32582cd947572040e82b2c")) (avy :source "lockfile" :date - (26493 23865 168753 0) + (26494 21070 741207 0) :recipe (:package "avy" :repo "abo-abo/avy" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "933d1f36cca0f71e4acb5fac707e9ae26c536264")) (rainbow-delimiters :source "lockfile" :date - (26493 23865 161200 0) + (26494 21070 733056 0) :recipe (:package "rainbow-delimiters" :fetcher github :repo "Fanael/rainbow-delimiters" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f40ece58df8b2f0fb6c8576b527755a552a5e763")) (rainbow-mode :source "lockfile" :date - (26493 23865 153564 0) + (26494 21070 724756 0) :recipe (:package "rainbow-mode" :repo ("git://git.sv.gnu.org/emacs/elpa" . "rainbow-mode") @@ -164,52 +164,52 @@ (:exclude ".git")) :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "f7db3b5919f70420a91eb199f8663468de3033f3")) (dash-at-point :source "lockfile" :date - (26493 23865 145987 0) + (26494 21070 716267 0) :recipe (:package "dash-at-point" :fetcher github :repo "stanaka/dash-at-point" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "fba1a6f42ea51d05110e12c62bdced664059eb55")) (column-enforce-mode :source "lockfile" :date - (26493 23865 138301 0) + (26494 21070 708030 0) :recipe (:package "column-enforce-mode" :fetcher github :repo "jordonbiondo/column-enforce-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "14a7622f2268890e33536ccd29510024d51ee96f")) (pcre2el :source "lockfile" :date - (26493 23865 130544 0) + (26494 21070 699699 0) :recipe (:package "pcre2el" :fetcher github :repo "joddie/pcre2el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "b4d846d80dddb313042131cf2b8fbf647567e000")) (visual-regexp-steroids :source "lockfile" :date - (26493 23865 122773 0) + (26494 21070 691108 0) :recipe (:package "visual-regexp-steroids" :repo "benma/visual-regexp-steroids.el" :fetcher github :files ("visual-regexp-steroids.el" "regexp.py") :source "MELPA" :protocol https :inherit t :depth treeless :ref "a6420b25ec0fbba43bf57875827092e1196d8a9e")) (yasnippet :source "lockfile" :date - (26493 23865 114921 0) + (26494 21070 682105 0) :recipe (:package "yasnippet" :repo "joaotavora/yasnippet" :fetcher github :files ("yasnippet.el" "snippets") :source "MELPA" :protocol https :inherit t :depth treeless :ref "fe1f4e0e96ce42d8668920335eb22c3c009dab3e")) (yasnippet-snippets :source "lockfile" :date - (26493 23865 106764 0) + (26494 21070 672449 0) :recipe (:package "yasnippet-snippets" :repo "AndreaCrotti/yasnippet-snippets" :fetcher github :files ("*.el" "snippets" ".nosearch") :source "MELPA" :protocol https :inherit t :depth treeless :ref "f1907ed38acc479e78d5c113810465e4d77d8604")) (corfu :source "lockfile" :date - (26493 23865 99060 0) + (26494 21070 663166 0) :recipe (:package "corfu" :repo "minad/corfu" :files (:defaults "extensions/corfu-*.el") :fetcher github :source "MELPA" :protocol https :inherit t :depth treeless :ref "ec846c6aa373931508cc078b49a3a8ba8265c453")) (corfu-terminal :source "lockfile" :date - (26493 23865 91438 0) + (26494 21070 654953 0) :recipe (:package "corfu-terminal" :repo ("https://codeberg.org/akib/emacs-corfu-terminal" . "corfu-terminal") @@ -218,105 +218,105 @@ (:exclude ".git")) :source "NonGNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "501548c3d51f926c687e8cd838c5865ec45d03cc")) (cape :source "lockfile" :date - (26493 23865 83626 0) + (26494 21070 646631 0) :recipe (:package "cape" :repo "minad/cape" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "d981e8f9460f6434e60812780ed81eda54940a97")) (yasnippet-capf :source "lockfile" :date - (26493 23865 76085 0) + (26494 21070 638334 0) :recipe (:package "yasnippet-capf" :fetcher github :repo "elken/yasnippet-capf" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "4c2e33d70cd1d95cf1e08d134b058a6dd90a99c9")) (nerd-icons-corfu :source "lockfile" :date - (26493 23865 68575 0) + (26494 21070 629449 0) :recipe (:package "nerd-icons-corfu" :fetcher github :repo "LuigiPiucco/nerd-icons-corfu" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "41110180ceab9d0edaa856d19633b2b3fdf82e75")) (copilot :source "lockfile" :date - (26493 23865 60910 0) + (26494 21070 620570 0) :recipe - (:source nil :protocol https :inherit t :depth treeless :host github :repo "copilot-emacs/copilot.el" :files - ("*.el") - :package "copilot" :ref "be6c274562e150e4acf5253968d1b434c40d368b")) + (:package "copilot" :fetcher github :repo "copilot-emacs/copilot.el" :files + ("*.el") + :source "MELPA" :protocol https :inherit t :depth treeless :host github :ref "be6c274562e150e4acf5253968d1b434c40d368b")) (gptel :source "lockfile" :date - (26493 23865 53359 0) + (26494 21070 611387 0) :recipe (:package "gptel" :repo "karthink/gptel" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "25efd55002c591b3721cdd2c96dac93d70dce814")) (aider :source "lockfile" :date - (26493 23865 45750 0) + (26494 21070 603359 0) :recipe (:source nil :protocol https :inherit t :depth treeless :host github :repo "tninja/aider.el" :files ("aider.el") :package "aider" :ref "9a564f76156595fc0051316fd4af679516f11057")) (elysium :source "lockfile" :date - (26493 23865 38208 0) + (26494 21070 595082 0) :recipe (:package "elysium" :fetcher github :repo "lanceberge/elysium" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "1847dc71bef86e1828be34539a9ae60c3debedc4")) (flymake-flycheck :source "lockfile" :date - (26493 23865 30620 0) + (26494 21070 586521 0) :recipe (:package "flymake-flycheck" :fetcher github :repo "purcell/flymake-flycheck" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "88455c5e6d8ebf650fb51a45c7511a1c18097344")) (flyspell-correct :source "lockfile" :date - (26493 23865 23042 0) + (26494 21070 577966 0) :recipe (:package "flyspell-correct" :repo "d12frosted/flyspell-correct" :fetcher github :files ("flyspell-correct.el" "flyspell-correct-ido.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "1e7a5a56362dd875dddf848b9a9e25d1395b9d37")) (deft :source "lockfile" :date - (26493 23865 15419 0) + (26494 21070 569437 0) :recipe (:package "deft" :repo "jrblevin/deft" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "b369d7225d86551882568788a23c5497b232509c")) (lsp-mode :source "lockfile" :date - (26493 23865 7794 0) + (26494 21070 560671 0) :recipe (:package "lsp-mode" :repo "emacs-lsp/lsp-mode" :fetcher github :files (:defaults "clients/*.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "e9230e8078316a2263e70ae9a0aa40f046898de5")) (lsp-ui :source "lockfile" :date - (26493 23865 149 0) + (26494 21070 551913 0) :recipe (:package "lsp-ui" :repo "emacs-lsp/lsp-ui" :fetcher github :files (:defaults "lsp-ui-doc.html" "resources") :source "MELPA" :protocol https :inherit t :depth treeless :ref "f0edfac7b3736fcab617cbeb07e465c9153ae68b")) (dap-mode :source "lockfile" :date - (26493 23864 992505 0) + (26494 21070 543780 0) :recipe (:package "dap-mode" :repo "emacs-lsp/dap-mode" :fetcher github :files (:defaults "icons") :source "MELPA" :protocol https :inherit t :depth treeless :ref "ffb795761273e1bdc3d0cd1ebdd43e36b7c08921")) (dashboard :source "lockfile" :date - (26493 23864 984984 0) + (26494 21070 535464 0) :recipe (:package "dashboard" :fetcher github :repo "emacs-dashboard/emacs-dashboard" :files (:defaults "banners") :source "MELPA" :protocol https :inherit t :depth treeless :ref "c9f8230f6b7992b7b40c3bb9abc36cc03b6a423d")) (magit :source "lockfile" :date - (26493 23864 977422 0) + (26494 21070 527081 0) :recipe (:package "magit" :fetcher github :repo "magit/magit" :files ("lisp/magit*.el" "lisp/git-*.el" "docs/magit.texi" "docs/AUTHORS.md" "LICENSE" "magit-pkg.el" (:exclude "lisp/magit-section.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "7f47299581abb6f77870cb5abdae159fcd35b3d5")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "8b6bb7c7e88c298e1447ca7c86138588a3953784")) (vundo :source "lockfile" :date - (26493 23864 969927 0) + (26494 21070 519410 0) :recipe (:package "vundo" :repo ("https://github.com/casouri/vundo" . "vundo") @@ -325,33 +325,33 @@ (:exclude ".git" "test")) :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "d792738a5e4da73e619ad9c47dc34a3566445871")) (speed-type :source "lockfile" :date - (26493 23864 962400 0) + (26494 21070 510853 0) :recipe (:package "speed-type" :fetcher github :repo "dakra/speed-type" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "b982ee6081a11837760eeaed73c4f413eefb07b1")) (spaceline :source "lockfile" :date - (26493 23864 954858 0) + (26494 21070 502119 0) :recipe (:package "spaceline" :fetcher github :repo "TheBB/spaceline" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "086420d16e526c79b67fc1edec4c2ae1e699f372")) (base16-theme :source "lockfile" :date - (26493 23864 947326 0) + (26494 21070 494097 0) :recipe (:package "base16-theme" :repo "tinted-theming/base16-emacs" :fetcher github :files (:defaults "build/*.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "1d48474c3c07521276f4e7d73317a654997b4381")) (clojure-mode :source "lockfile" :date - (26493 23864 939665 0) + (26494 21070 485251 0) :recipe (:package "clojure-mode" :repo "clojure-emacs/clojure-mode" :fetcher github :files ("clojure-mode.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "eabe29b076fff19db552d36d4babaa36ecf0b704")) (cider :source "lockfile" :date - (26493 23864 932042 0) + (26494 21070 476333 0) :recipe (:package "cider" :fetcher github :repo "clojure-emacs/cider" :files ("lisp/*.el" "bin/*.sh" "*.el" "clojure.sh" "lein.sh" @@ -360,235 +360,222 @@ (nrepl) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f00e83d338434c92cc21663a1818139f0847b707")) (clj-refactor :source "lockfile" :date - (26493 23864 924278 0) + (26494 21070 467402 0) :recipe (:package "clj-refactor" :fetcher github :repo "clojure-emacs/clj-refactor.el" :files (:defaults "CHANGELOG.md") :source "MELPA" :protocol https :inherit t :depth treeless :ref "dc1bbc8cdaa723bdbb6669ea7d280625c370755d")) (dart-mode :source "lockfile" :date - (26493 23864 916634 0) + (26494 21070 458817 0) :recipe (:package "dart-mode" :fetcher github :repo "emacsorphanage/dart-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "02e919c1cf200b4938139c18068577faff1fb364")) (lsp-dart :source "lockfile" :date - (26493 23864 909113 0) + (26494 21070 450274 0) :recipe (:package "lsp-dart" :repo "emacs-lsp/lsp-dart" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "7e3d3429418bc42cda7fa7b58e6644a705cf2f89")) (dhall-mode :source "lockfile" :date - (26493 23864 901514 0) + (26494 21070 441897 0) :recipe (:package "dhall-mode" :repo "psibi/dhall-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "fca383a9c4622c1d9a39dc977572b34c7fa0b719")) - (dash :source "lockfile" :date - (26493 23864 893930 0) - :recipe - (:package "dash" :fetcher github :repo "magnars/dash.el" :files - ("dash.el" "dash.texi") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "1de9dcb83eacfb162b6d9a118a4770b1281bcd84")) (lispy :source "lockfile" :date - (26493 23864 886280 0) + (26494 21070 432753 0) :recipe (:package "lispy" :repo "abo-abo/lispy" :fetcher github :files (:defaults "lispy-clojure.clj" "lispy-clojure.cljs" "lispy-python.py") :source "MELPA" :protocol https :inherit t :depth treeless :ref "fe44efd21573868638ca86fc8313241148fabbe3")) - (aggressive-indent :source "lockfile" :date - (26493 23864 878642 0) - :recipe - (:package "aggressive-indent" :repo "Malabarba/aggressive-indent-mode" :fetcher github :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "a437a45868f94b77362c6b913c5ee8e67b273c42")) (elixir-format :source "lockfile" :date - (26493 23864 870993 0) + (26494 21070 424926 0) :recipe (:source nil :protocol https :inherit t :depth treeless :type git :host github :repo "elixir-editors/emacs-elixir" :files ("elixir-format.el") :package "elixir-format" :ref "00d6580a040a750e019218f9392cf9a4c2dac23a")) (elixir-ts-mode :source "lockfile" :date - (26493 23864 863146 0) + (26494 21070 416633 0) :recipe (:package "elixir-ts-mode" :repo "wkirschbaum/elixir-ts-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "143b94f4a5ac1f161c232e3f25b84c6768be2f25")) (erlang :source "lockfile" :date - (26493 23864 855394 0) + (26494 21070 407689 0) :recipe (:package "erlang" :fetcher github :repo "erlang/otp" :version-regexp "OTP-%v" :files ("lib/tools/emacs/*.el" (:exclude "lib/tools/emacs/erlang_appwiz.el")) :source "MELPA" :protocol https :inherit t :depth 1 :ref "b4af22d77b10afc76fc7567ae248a5085ade2955")) (fsharp-mode :source "lockfile" :date - (26493 23864 847725 0) + (26494 21070 398969 0) :recipe (:package "fsharp-mode" :fetcher github :repo "fsharp/emacs-fsharp-mode" :files (:defaults (:exclude "eglot-fsharp.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "677d78c4d6cb574086408082dedbcaef04a85359")) (gleam-ts-mode :source "lockfile" :date - (26493 23864 840171 0) + (26494 21070 390929 0) :recipe (:package "gleam-ts-mode" :fetcher github :repo "gleam-lang/gleam-mode" :files ("gleam-ts-mode.el") :source "MELPA" :protocol https :inherit t :depth treeless :type git :host github :ref "d00f37d0b47f5d6810aa295af98c40a7708b4305")) (go-mode :source "lockfile" :date - (26493 23864 832544 0) + (26494 21070 382464 0) :recipe (:package "go-mode" :repo "dominikh/go-mode.el" :fetcher github :files ("go-mode.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "602d73e22646b1b98b2eb97927fd426c0d1d2f92")) (haskell-mode :source "lockfile" :date - (26493 23864 824942 0) + (26494 21070 374320 0) :recipe (:package "haskell-mode" :repo "haskell/haskell-mode" :fetcher github :files (:defaults "NEWS" "logo.svg") :source "MELPA" :protocol https :inherit t :depth treeless :ref "1a285fc4c50ca74bb5cd9b2a8c1a46a64a77384a")) (lsp-haskell :source "lockfile" :date - (26493 23864 817223 0) + (26494 21070 366138 0) :recipe (:package "lsp-haskell" :repo "emacs-lsp/lsp-haskell" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "6981f8d1225c038c1a130e8cf70530cfe15f976e")) (js2-mode :source "lockfile" :date - (26493 23864 809615 0) + (26494 21070 357792 0) :recipe (:package "js2-mode" :repo "mooz/js2-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "e0c302872de4d26a9c1614fac8d6b94112b96307")) (kotlin-ts-mode :source "lockfile" :date - (26493 23864 801926 0) + (26494 21070 348863 0) :recipe (:package "kotlin-ts-mode" :fetcher gitlab :repo "bricka/emacs-kotlin-ts-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "a25d56cecac9160ba7c140f982ec16ca7b2fe97f")) (gradle-mode :source "lockfile" :date - (26493 23864 794238 0) + (26494 21070 339845 0) :recipe (:package "gradle-mode" :fetcher github :repo "scubacabra/emacs-gradle-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "e4d665d5784ecda7ddfba015f07c69be3cfc45f2")) (lean4-mode :source "lockfile" :date - (26493 23864 786603 0) + (26494 21070 331027 0) :recipe (:source nil :protocol https :inherit t :depth treeless :type git :host github :repo "leanprover/lean4-mode" :files ("*.el" "data") :package "lean4-mode" :ref "76895d8939111654a472cfc617cfd43fbf5f1eb6")) (markdown-mode :source "lockfile" :date - (26493 23864 779008 0) + (26494 21070 322579 0) :recipe (:package "markdown-mode" :fetcher github :repo "jrblevin/markdown-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "8692afc12e13431efb0c302baee1de5bbf4a41e4")) (merlin :source "lockfile" :date - (26493 23864 771262 0) + (26494 21070 313916 0) :recipe (:package "merlin" :fetcher github :repo "ocaml/merlin" :files ("emacs/*.el" (:exclude "emacs/merlin-ac.el" "emacs/merlin-company.el" "emacs/merlin-iedit.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "005b42c50b450a4930d5cea25aab271ed5b88cc3")) (opam-switch-mode :source "lockfile" :date - (26493 23864 763632 0) + (26494 21070 305445 0) :recipe (:package "opam-switch-mode" :fetcher github :repo "ProofGeneral/opam-switch-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "1069e56a662f23ea09d4e05611bdedeb99257012")) (dune :source "lockfile" :date - (26493 23864 756019 0) + (26494 21070 297009 0) :recipe (:package "dune" :fetcher github :repo "ocaml/dune" :files ("editor-integration/emacs/*.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "f937a9e77909c330002c9a45ea884f5719d955d8")) (tuareg :source "lockfile" :date - (26493 23864 748317 0) + (26494 21070 288104 0) :recipe (:package "tuareg" :fetcher github :repo "ocaml/tuareg" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "1d53723e39f22ab4ab76d31f2b188a2879305092")) (dockerfile-mode :source "lockfile" :date - (26493 23864 740733 0) + (26494 21070 279914 0) :recipe (:package "dockerfile-mode" :fetcher github :repo "spotify/dockerfile-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "4d893bd2da15833ce056332e6c972d5d93e78f04")) (docker :source "lockfile" :date - (26493 23864 733056 0) + (26494 21070 272044 0) :recipe (:package "docker" :fetcher github :repo "Silex/docker.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "813c00410b40917cbfe7e8227ebd4fd60a027937")) (terraform-mode :source "lockfile" :date - (26493 23864 725423 0) + (26494 21070 264086 0) :recipe (:package "terraform-mode" :repo "hcl-emacs/terraform-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "5bdd734a87f67f6574664f63eb4d02a0bc74c0d0")) (ansible :source "lockfile" :date - (26493 23864 717760 0) + (26494 21070 256089 0) :recipe (:package "ansible" :fetcher gitlab :repo "emacs-ansible/emacs-ansible" :files (:defaults "snippets" "dict") :source "MELPA" :protocol https :inherit t :depth treeless :ref "03e285bb54a687e3fd9e21026b088fdac46679a0")) (nginx-mode :source "lockfile" :date - (26493 23864 710125 0) + (26494 21070 247714 0) :recipe (:package "nginx-mode" :fetcher github :repo "ajc/nginx-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c4ac5de975d65c84893a130a470af32a48b0b66c")) (jenkinsfile-mode :source "lockfile" :date - (26493 23864 702587 0) + (26494 21070 238863 0) :recipe (:package "jenkinsfile-mode" :repo "https://github.com/john2x/jenkinsfile-mode.git" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :branch "master" :ref "568865ee419e0592de0dd0717d6769a66d9df111")) (lua-mode :source "lockfile" :date - (26493 23864 695055 0) + (26494 21070 229997 0) :recipe (:package "lua-mode" :repo "immerrr/lua-mode" :fetcher github :files (:defaults (:exclude "init-tryout.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "d074e4134b1beae9ed4c9b512af741ca0d852ba3")) (graphql-mode :source "lockfile" :date - (26493 23864 687463 0) + (26494 21070 221489 0) :recipe (:package "graphql-mode" :repo "davazp/graphql-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "ee49531935ede7a2c9597713e13a4c9d33ef2220")) (yaml-mode :source "lockfile" :date - (26493 23864 679843 0) + (26494 21070 213265 0) :recipe (:package "yaml-mode" :repo "yoshiki/yaml-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "d91f878729312a6beed77e6637c60497c5786efa")) (json-mode :source "lockfile" :date - (26493 23864 672219 0) + (26494 21070 204640 0) :recipe (:package "json-mode" :fetcher github :repo "json-emacs/json-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "77125b01c0ddce537085201098bea9b4b8ba6be3")) (git-modes :source "lockfile" :date - (26493 23864 664628 0) + (26494 21070 196165 0) :recipe (:package "git-modes" :fetcher github :repo "magit/git-modes" :old-names (gitattributes-mode gitconfig-mode gitignore-mode) @@ -597,177 +584,183 @@ (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f99010bbeb8b6d8a0819fac0195a2ef0159d08f0")) (php-mode :source "lockfile" :date - (26493 23864 656822 0) + (26494 21070 188068 0) :recipe (:package "php-mode" :repo "emacs-php/php-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "b45992a6a9d019fafe7a9dcde19401b0f20a20bf")) (purescript-mode :source "lockfile" :date - (26493 23864 648978 0) + (26494 21070 179527 0) :recipe (:package "purescript-mode" :repo "purescript-emacs/purescript-mode" :fetcher github :files (:defaults "NEWS" "snippets") :source "MELPA" :protocol https :inherit t :depth treeless :ref "07e4d6ecfe677d595ed3759c912c0b262d886b98")) (rspec-mode :source "lockfile" :date - (26493 23864 641329 0) + (26494 21070 171257 0) :recipe (:package "rspec-mode" :repo "pezra/rspec-mode" :fetcher github :files ("rspec-mode.el" "snippets") :source "MELPA" :protocol https :inherit t :depth treeless :ref "29df3d081c6a1cbdf840cd13d45ea1c100c5bbaa")) (ruby-end :source "lockfile" :date - (26493 23864 633632 0) + (26494 21070 162961 0) :recipe (:package "ruby-end" :repo "rejeep/ruby-end.el" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "ba7d7230f9e3ed75c9982d32bb9fdff1dc10935d")) (rbs-mode :source "lockfile" :date - (26493 23864 625908 0) + (26494 21070 154737 0) :recipe (:package "rbs-mode" :fetcher github :repo "ybiquitous/rbs-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "e415a6fa9e88594cb9b7f7765145f57dda0e9b56")) (rust-mode :source "lockfile" :date - (26493 23864 618315 0) + (26494 21070 146069 0) :recipe (:package "rust-mode" :repo "rust-lang/rust-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "542f1755d8929ca83564322d7030d558f3392fe1")) (flycheck-rust :source "lockfile" :date - (26493 23864 610669 0) + (26494 21070 138292 0) :recipe (:package "flycheck-rust" :repo "flycheck/flycheck-rust" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "d499471ec433a62898a95ce76561964e3d015ce5")) (fish-mode :source "lockfile" :date - (26493 23864 603001 0) + (26494 21070 129993 0) :recipe (:package "fish-mode" :fetcher github :repo "wwwjfy/emacs-fish" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "2526b1803b58cf145bc70ff6ce2adb3f6c246f89")) (web-mode :source "lockfile" :date - (26493 23864 595500 0) + (26494 21070 121418 0) :recipe (:package "web-mode" :repo "fxbois/web-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "be2d59c8fa02b1a45ae54ce4079e502e659cefe6")) (zig-mode :source "lockfile" :date - (26493 23864 587992 0) + (26494 21070 113104 0) :recipe (:package "zig-mode" :repo "ziglang/zig-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f0b4a487530146f99230f4a5ff67e8d56c8f3f80")) (diminish :source "lockfile" :date - (26493 23864 580359 0) + (26494 21070 104238 0) :recipe (:package "diminish" :fetcher github :repo "myrjola/diminish.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "fbd5d846611bad828e336b25d2e131d1bc06b83d")) + (dash :source "lockfile" :date + (26494 21070 95555 0) + :recipe + (:package "dash" :fetcher github :repo "magnars/dash.el" :files + ("dash.el" "dash.texi") + :source "MELPA" :protocol https :inherit t :depth treeless :ref "1de9dcb83eacfb162b6d9a118a4770b1281bcd84")) (s :source "lockfile" :date - (26493 23864 572764 0) + (26494 21070 86960 0) :recipe (:package "s" :fetcher github :repo "magnars/s.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "dda84d38fffdaf0c9b12837b504b402af910d01d")) (ace-window :source "lockfile" :date - (26493 23864 565182 0) + (26494 21070 78812 0) :recipe (:package "ace-window" :repo "abo-abo/ace-window" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "77115afc1b0b9f633084cf7479c767988106c196")) (pfuture :source "lockfile" :date - (26493 23864 557660 0) + (26494 21070 70860 0) :recipe (:package "pfuture" :repo "Alexander-Miller/pfuture" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "19b53aebbc0f2da31de6326c495038901bffb73c")) (hydra :source "lockfile" :date - (26493 23864 549994 0) + (26494 21070 62654 0) :recipe (:package "hydra" :repo "abo-abo/hydra" :fetcher github :files (:defaults (:exclude "lv.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "317e1de33086637579a7aeb60f77ed0405bf359b")) (ht :source "lockfile" :date - (26493 23864 542307 0) + (26494 21070 55075 0) :recipe (:package "ht" :fetcher github :repo "Wilfred/ht.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "1c49aad1c820c86f7ee35bf9fff8429502f60fef")) (cfrs :source "lockfile" :date - (26493 23864 534594 0) + (26494 21070 46702 0) :recipe (:package "cfrs" :repo "Alexander-Miller/cfrs" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f3a21f237b2a54e6b9f8a420a9da42b4f0a63121")) (posframe :source "lockfile" :date - (26493 23864 526952 0) + (26494 21070 38296 0) :recipe (:package "posframe" :fetcher github :repo "tumashu/posframe" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "81651536827c96bf5af5265ee7918ab70e1dd5b1")) (lv :source "lockfile" :date - (26493 23864 519246 0) + (26494 21070 29885 0) :recipe (:package "lv" :repo "abo-abo/hydra" :fetcher github :files ("lv.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "317e1de33086637579a7aeb60f77ed0405bf359b")) (all-the-icons :source "lockfile" :date - (26493 23864 511515 0) + (26494 21070 21861 0) :recipe (:package "all-the-icons" :repo "domtronn/all-the-icons.el" :fetcher github :files (:defaults "data") :source "MELPA" :protocol https :inherit t :depth treeless :ref "39ef44f810c34e8900978788467cc675870bcd19")) (tree-sitter :source "lockfile" :date - (26493 23864 503954 0) + (26494 21070 13026 0) :recipe - (:package "tree-sitter" :repo "emacs-tree-sitter/elisp-tree-sitter" :fetcher github :branch "release" :files - (:defaults - (:exclude "lisp/tree-sitter-tests.el")) + (:package "tree-sitter" :fetcher github :repo "emacs-tree-sitter/elisp-tree-sitter" :branch "release" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "3cfab8a0e945db9b3df84437f27945746a43cc71")) (tsc :source "lockfile" :date - (26493 23864 496436 0) + (26494 21070 5325 0) :recipe (:package "tsc" :fetcher github :repo "emacs-tree-sitter/elisp-tree-sitter" :branch "release" :files ("core/*.el" "core/Cargo.toml" "core/Cargo.lock" "core/src") :source "MELPA" :protocol https :inherit t :depth treeless :ref "3cfab8a0e945db9b3df84437f27945746a43cc71")) (f :source "lockfile" :date - (26493 23864 488814 0) + (26494 21069 996707 0) :recipe (:package "f" :fetcher github :repo "rejeep/f.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "931b6d0667fe03e7bf1c6c282d6d8d7006143c52")) (elisp-refs :source "lockfile" :date - (26493 23864 481201 0) + (26494 21069 987613 0) :recipe (:package "elisp-refs" :repo "Wilfred/elisp-refs" :fetcher github :files (:defaults (:exclude "elisp-refs-bench.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "541a064c3ce27867872cf708354a65d83baf2a6d")) (visual-regexp :source "lockfile" :date - (26493 23864 473505 0) + (26494 21069 978704 0) :recipe (:package "visual-regexp" :repo "benma/visual-regexp.el" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "48457d42a5e0fe10fa3a9c15854f1f127ade09b5")) (popon :source "lockfile" :date - (26493 23864 465825 0) + (26494 21069 969305 0) :recipe (:package "popon" :repo ("https://codeberg.org/akib/emacs-popon" . "popon") @@ -776,13 +769,13 @@ (:exclude ".git")) :source "NonGNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "bf8174cb7e6e8fe0fe91afe6b01b6562c4dc39da")) (nerd-icons :source "lockfile" :date - (26493 23864 458246 0) + (26494 21069 959748 0) :recipe (:package "nerd-icons" :repo "rainstormstudio/nerd-icons.el" :fetcher github :files (:defaults "data") :source "MELPA" :protocol https :inherit t :depth treeless :ref "546ee20caf825e65da4c5435d31f13d269ed2a81")) (editorconfig :source "lockfile" :date - (26493 23864 450576 0) + (26494 21069 950560 0) :recipe (:package "editorconfig" :fetcher github :repo "editorconfig/editorconfig-emacs" :old-names (editorconfig-core editorconfig-fnmatch) @@ -791,14 +784,14 @@ (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "24f5b2b1cd4e37adc245fb59f7edeb6872a707a4")) (flycheck :source "lockfile" :date - (26493 23864 442860 0) + (26494 21069 940978 0) :recipe (:package "flycheck" :repo "flycheck/flycheck" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "e2a7f331d0e3c3f74981a805ef849cfdfb5657f1")) (spinner :source "lockfile" :date - (26493 23864 435174 0) + (26494 21069 931158 0) :recipe (:package "spinner" :repo ("https://github.com/Malabarba/spinner.el" . "spinner") @@ -807,61 +800,61 @@ (:exclude ".git")) :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "d4647ae87fb0cd24bc9081a3d287c860ff061c21")) (bui :source "lockfile" :date - (26493 23864 427624 0) + (26494 21069 922016 0) :recipe (:package "bui" :repo "alezost/bui.el" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f3a137628e112a91910fd33c0cff0948fa58d470")) (lsp-treemacs :source "lockfile" :date - (26493 23864 419994 0) + (26494 21069 912888 0) :recipe (:package "lsp-treemacs" :repo "emacs-lsp/lsp-treemacs" :fetcher github :files (:defaults "icons") :source "MELPA" :protocol https :inherit t :depth treeless :ref "fb1a07ae0a3d781dea8ac78da2933e0173eb48a4")) (lsp-docker :source "lockfile" :date - (26493 23864 412304 0) + (26494 21069 904426 0) :recipe (:package "lsp-docker" :repo "emacs-lsp/lsp-docker" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "ce291d0f80533f8eaca120eb745d55669e062636")) (yaml :source "lockfile" :date - (26493 23864 404693 0) + (26494 21069 895794 0) :recipe (:package "yaml" :repo "zkry/yaml.el" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "cd3edfc02cb12514426c00e07160b87bd8340f4a")) (magit-section :source "lockfile" :date - (26493 23864 397021 0) + (26494 21069 887029 0) :recipe (:package "magit-section" :fetcher github :repo "magit/magit" :files ("lisp/magit-section.el" "docs/magit-section.texi" "magit-section-pkg.el") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "7f47299581abb6f77870cb5abdae159fcd35b3d5")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "8b6bb7c7e88c298e1447ca7c86138588a3953784")) (with-editor :source "lockfile" :date - (26493 23864 389380 0) + (26494 21069 878237 0) :recipe (:package "with-editor" :fetcher github :repo "magit/with-editor" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "ca902ae02972bdd6919a902be2593d8cb6bd991b")) (powerline :source "lockfile" :date - (26493 23864 381739 0) + (26494 21069 868770 0) :recipe (:package "powerline" :fetcher github :repo "milkypostman/powerline" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c35c35bdf5ce2d992882c1f06f0f078058870d4a")) (parseedn :source "lockfile" :date - (26493 23864 374141 0) + (26494 21069 859352 0) :recipe (:package "parseedn" :repo "clojure-emacs/parseedn" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "3407e4530a367b6c2b857dae261cdbb67a440aaa")) (queue :source "lockfile" :date - (26493 23864 366346 0) + (26494 21069 850972 0) :recipe (:package "queue" :repo ("git://git.sv.gnu.org/emacs/elpa" . "queue") @@ -870,115 +863,115 @@ (:exclude ".git")) :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "f986fb68e75bdae951efb9e11a3012ab6bd408ee")) (sesman :source "lockfile" :date - (26493 23864 358373 0) + (26494 21069 842830 0) :recipe (:package "sesman" :repo "vspinu/sesman" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "7bca68dbbab0af26a6a23be1ff5fa97f9a18e022")) (parseclj :source "lockfile" :date - (26493 23864 350610 0) + (26494 21069 834335 0) :recipe (:package "parseclj" :repo "clojure-emacs/parseclj" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "6af22372e0fe14df882dd300b22b12ba2d7e00b0")) (paredit :source "lockfile" :date - (26493 23864 342960 0) + (26494 21069 826125 0) :recipe (:package "paredit" :fetcher git :url "https://mumble.net/~campbell/git/paredit.git" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "af075775af91f2dbc63b915d762b4aec092946c4")) (multiple-cursors :source "lockfile" :date - (26493 23864 335331 0) + (26494 21069 817758 0) :recipe (:package "multiple-cursors" :fetcher github :repo "magnars/multiple-cursors.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "dd10cf2334333838e4550f091a75695448e26765")) (inflections :source "lockfile" :date - (26493 23864 327720 0) + (26494 21069 809580 0) :recipe (:package "inflections" :repo "eschulte/jump.el" :fetcher github :files ("inflections.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "55caa66a7cc6e0b1a76143fd40eff38416928941")) (reformatter :source "lockfile" :date - (26493 23864 320043 0) + (26494 21069 800624 0) :recipe (:package "reformatter" :repo "purcell/emacs-reformatter" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f2cb59466b1c3f85a8c960f7d4b7b7ead015bedc")) (iedit :source "lockfile" :date - (26493 23864 312356 0) + (26494 21069 791659 0) :recipe (:package "iedit" :repo "victorhge/iedit" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "27c61866b1b9b8d77629ac702e5f48e67dfe0d3b")) (swiper :source "lockfile" :date - (26493 23864 304626 0) + (26494 21069 783872 0) :recipe (:package "swiper" :repo "abo-abo/swiper" :fetcher github :files ("swiper.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "8dc02d5b725f78d1f80904807b46f5406f129674")) (zoutline :source "lockfile" :date - (26493 23864 297016 0) + (26494 21069 776126 0) :recipe (:package "zoutline" :repo "abo-abo/zoutline" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "32857c6c4b9b0bcbed14d825a10b91a98d5fed0a")) (ivy :source "lockfile" :date - (26493 23864 289316 0) + (26494 21069 768040 0) :recipe (:package "ivy" :repo "abo-abo/swiper" :fetcher github :files (:defaults "doc/ivy-help.org" (:exclude "swiper.el" "counsel.el" "ivy-hydra.el" "ivy-avy.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "8dc02d5b725f78d1f80904807b46f5406f129674")) (heex-ts-mode :source "lockfile" :date - (26493 23864 281593 0) + (26494 21069 759972 0) :recipe (:package "heex-ts-mode" :repo "wkirschbaum/heex-ts-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "dafed72c254c226cdd28528ac70965ef8efa04ca")) (caml :source "lockfile" :date - (26493 23864 273674 0) + (26494 21069 751656 0) :recipe (:package "caml" :repo "ocaml/caml-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "47defafa2b08fb680e89bfee9cb9ce82bd9e3bcf")) (aio :source "lockfile" :date - (26493 23864 265383 0) + (26494 21069 742839 0) :recipe (:package "aio" :fetcher github :repo "skeeto/emacs-aio" :files ("aio.el" "README.md" "UNLICENSE") :source "MELPA" :protocol https :inherit t :depth treeless :ref "da93523e235529fa97d6f251319d9e1d6fc24a41")) (tablist :source "lockfile" :date - (26493 23864 256738 0) + (26494 21069 733217 0) :recipe (:package "tablist" :fetcher github :repo "emacsorphanage/tablist" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "fcd37147121fabdf003a70279cf86fbe08cfac6f")) (hcl-mode :source "lockfile" :date - (26493 23864 247352 0) + (26494 21069 722783 0) :recipe (:package "hcl-mode" :repo "hcl-emacs/hcl-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "1da895ed75d28d9f87cbf9b74f075d90ba31c0ed")) (groovy-mode :source "lockfile" :date - (26493 23864 237036 0) + (26494 21069 711368 0) :recipe (:package "groovy-mode" :fetcher github :repo "Groovy-Emacs-Modes/groovy-emacs-modes" :files ("*groovy*.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "7b8520b2e2d3ab1d62b35c426e17ac25ed0120bb")) (json-snatcher :source "lockfile" :date - (26493 23864 222327 0) + (26494 21069 695216 0) :recipe (:package "json-snatcher" :fetcher github :repo "Sterlingg/json-snatcher" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" diff --git a/lisp/icejam-base.el b/lisp/icejam-base.el index 3d124d4..ff4332a 100644 --- a/lisp/icejam-base.el +++ b/lisp/icejam-base.el @@ -73,9 +73,11 @@ (setopt create-lockfiles nil) ;; Enable line numbers and show cursors position -(add-hook 'prog-mode-hook 'display-line-numbers-mode) -(add-hook 'text-mode-hook 'display-line-numbers-mode) -(add-hook 'conf-mode-hook 'display-line-numbers-mode) +(dolist (mode '(prog-mode-hook + text-mode-hook + conf-mode-hook)) + (add-hook mode 'display-line-numbers-mode)) + ;; (global-display-line-numbers-mode t) (column-number-mode t) diff --git a/lisp/icejam-complete-at-point.el b/lisp/icejam-complete-at-point.el index 2e38075..11d56c4 100644 --- a/lisp/icejam-complete-at-point.el +++ b/lisp/icejam-complete-at-point.el @@ -38,31 +38,26 @@ ;; Allow corfu to work in terminal (use-package corfu-terminal :ensure t :defer t - :unless (display-graphic-p) + :if (not (display-graphic-p)) :hook ((elpaca-after-init . corfu-terminal-mode))) ;; These are actual completions (use-package cape :ensure t :after corfu - :commands (cape-dabbrev cape-file cape-elisp-symbol) - :init - (add-hook 'prog-mode-hook - (lambda () - (progn - (add-hook 'completion-at-point-functions #'cape-dabbrev) - (add-hook 'completion-at-point-functions #'cape-file) - (add-hook 'completion-at-point-functions #'cape-elisp-symbol))))) + :config + ;; Set default completion values: + (set-default 'completion-at-point-functions + (list (cape-capf-super #'lsp-completion-at-point + #'yasnippet-capf) + #'cape-dabbrev + #'cape-file))) -(use-package yasnippet-capf :ensure t - :after corfu - :commands (yasnippet-capf) - :config (setopt yasnippet-capf-lookup-by 'name) - :init - (add-hook 'prog-mode-hook - (lambda () (add-hook 'completion-at-point-functions #'yasnippet-capf)))) +(use-package yasnippet-capf :ensure t :after corfu + :config (setopt yasnippet-capf-lookup-by 'name)) (use-package nerd-icons-corfu :ensure t :after corfu :config + (declare-function nerd-icons-corfu-formatter 'nerd-icons-corfu) (add-to-list 'corfu-margin-formatters #'nerd-icons-corfu-formatter)) (provide 'icejam-complete-at-point) diff --git a/lisp/icejam-custom-init.el b/lisp/icejam-custom-init.el index c548a2e..da9f2ee 100644 --- a/lisp/icejam-custom-init.el +++ b/lisp/icejam-custom-init.el @@ -85,60 +85,59 @@ (defgroup :icejam nil "My customisation group.") ;; General configuration files. -(require 'icejam-keys-mode) -(require 'icejam-blocking) -(require 'icejam-base) -(require 'icejam-sys-specific) -(require 'icejam-tree-sitter) -(require 'icejam-completing-read) -(require 'icejam-avy) -(require 'icejam-transient) -(require 'icejam-prog-mode) -(require 'icejam-complete-at-point) -(require 'icejam-copilot) -(require 'icejam-flycheck) -(require 'icejam-ispell) -(require 'icejam-deft) -(require 'icejam-lsp) -(require 'icejam-dashboard) -(require 'icejam-magit) -(require 'icejam-vundo) -(require 'icejam-speed-type) +(use-package icejam-keys-mode :ensure nil) +(use-package icejam-blocking :ensure nil) +(use-package icejam-base :ensure nil) +(use-package icejam-sys-specific :ensure nil) +(use-package icejam-tree-sitter :ensure nil) +(use-package icejam-completing-read :ensure nil) +(use-package icejam-avy :ensure nil) +(use-package icejam-transient :ensure nil) +(use-package icejam-prog-mode :ensure nil) +(use-package icejam-complete-at-point :ensure nil) +(use-package icejam-copilot :ensure nil) +(use-package icejam-flycheck :ensure nil) +(use-package icejam-ispell :ensure nil) +(use-package icejam-deft :ensure nil) +(use-package icejam-lsp :ensure nil) +(use-package icejam-dashboard :ensure nil) +(use-package icejam-magit :ensure nil) +(use-package icejam-vundo :ensure nil) +(use-package icejam-speed-type :ensure nil) ;; Themes -(require 'icejam-themes) -(require 'icejam-fonts) +(use-package icejam-themes :ensure nil) +(use-package icejam-fonts :ensure nil) ;; Actual supported languages and file syntax. -(require 'icejam-lang-clang) -(require 'icejam-lang-clojure) -;; (require 'icejam-lang-common-lisp) -(require 'icejam-lang-dart) -(require 'icejam-lang-dhall) -(require 'icejam-lang-elisp) -(require 'icejam-lang-elixir) -(require 'icejam-lang-erlang) -(require 'icejam-lang-fsharp) -(require 'icejam-lang-gleam) -(require 'icejam-lang-golang) -(require 'icejam-lang-haskell) -(require 'icejam-lang-javascript) -(require 'icejam-lang-kotlin) -(require 'icejam-lang-lean) -(require 'icejam-lang-markdown) -(require 'icejam-lang-ocaml) -(require 'icejam-lang-other) -(require 'icejam-lang-php) -(require 'icejam-lang-purescript) -(require 'icejam-lang-python) -(require 'icejam-lang-ruby) -(require 'icejam-lang-rust) -(require 'icejam-lang-sh) -(require 'icejam-lang-web) -(require 'icejam-lang-ziglang) +(use-package icejam-lang-clang :ensure nil) +(use-package icejam-lang-clojure :ensure nil) +(use-package icejam-lang-dart :ensure nil) +(use-package icejam-lang-dhall :ensure nil) +(use-package icejam-lang-elisp :ensure nil) +(use-package icejam-lang-elixir :ensure nil) +(use-package icejam-lang-erlang :ensure nil) +(use-package icejam-lang-fsharp :ensure nil) +(use-package icejam-lang-gleam :ensure nil) +(use-package icejam-lang-golang :ensure nil) +(use-package icejam-lang-haskell :ensure nil) +(use-package icejam-lang-javascript :ensure nil) +(use-package icejam-lang-kotlin :ensure nil) +(use-package icejam-lang-lean :ensure nil) +(use-package icejam-lang-markdown :ensure nil) +(use-package icejam-lang-ocaml :ensure nil) +(use-package icejam-lang-other :ensure nil) +(use-package icejam-lang-php :ensure nil) +(use-package icejam-lang-purescript :ensure nil) +(use-package icejam-lang-python :ensure nil) +(use-package icejam-lang-ruby :ensure nil) +(use-package icejam-lang-rust :ensure nil) +(use-package icejam-lang-sh :ensure nil) +(use-package icejam-lang-web :ensure nil) +(use-package icejam-lang-ziglang :ensure nil) ;; Diminish modeline litter -(require 'icejam-diminish) +(use-package icejam-diminish :ensure nil) ;; Restore GC to normal, but still high (setopt gc-cons-threshold 204800000) diff --git a/lisp/icejam-diminish.el b/lisp/icejam-diminish.el index 9e2d0ed..ebcef1d 100644 --- a/lisp/icejam-diminish.el +++ b/lisp/icejam-diminish.el @@ -17,7 +17,6 @@ (flycheck flycheck-mode) (rainbow-mode rainbow-mode) (undo-tree undo-tree-mode) - (company company-mode) (which-key which-key-mode) (eldoc eldoc-mode) (yasnippet yas-minor-mode) diff --git a/lisp/icejam-fonts.el b/lisp/icejam-fonts.el index f552291..c9e351f 100644 --- a/lisp/icejam-fonts.el +++ b/lisp/icejam-fonts.el @@ -26,6 +26,7 @@ ;; (defconst icejam-font "Iosevka Term" "Default font.") (defconst icejam-font-family "Iosevka Comfy Motion" "Default font.") +(defconst icejam-variable-font-family "Lexica Ultralegible" "Variable pitch font.") (defconst icejam-markdown-font-family "Iosevka Term" "Font used to render code blocks in markdown.") ;; Require dash functions to be included: @@ -41,6 +42,11 @@ in `icejam-set-font-to-screen`.") "Current font, defaults to the one loaded in the beginning." :type 'string :group 'icejam) +(defcustom icejam-mut-variable-font-family + icejam-font-family + "Current variable-pitch font. Defaults to `icejam-variable-font-family`." + :type 'string + :group 'icejam) (defcustom icejam-mut-markdown-font-family icejam-markdown-font-family "Current markdown font family, defaults to the one loaded in the beginning." @@ -78,6 +84,7 @@ two points smaller." (interactive "sNew font: \nnEnter height for %s: ") (setopt icejam-mut-font-family family) (setopt icejam-mut-font-height height) + (setopt icejam-mut-variable-font-family icejam-variable-font-family) ;; Set default font. (set-face-attribute 'default nil @@ -85,6 +92,12 @@ two points smaller." :height (-> height (* 10))) + ;; Set variable-pitch font + (set-face-attribute 'variable-pitch nil + :family icejam-mut-variable-font-family + :height (-> height + (* 10))) + ;; Some font faces look better when they are 1 point smaller. (dolist (face '(tooltip)) (set-face-attribute face nil :height (-> height diff --git a/lisp/langs/icejam-lang-elisp.el b/lisp/langs/icejam-lang-elisp.el index d0dffba..1bb1ed5 100644 --- a/lisp/langs/icejam-lang-elisp.el +++ b/lisp/langs/icejam-lang-elisp.el @@ -7,6 +7,8 @@ (declare-function column-enforce-n "column-enforce-mode" (number)) (add-to-list 'auto-mode-alist '("/Eask\\'" . emacs-lisp-mode)) +(use-package lispy :ensure t :defer t) + (transient-define-prefix icejam-elisp-lang-menu () "Elisp Buffer Commands." ["" @@ -24,17 +26,13 @@ (defun icejam-activate-emacs-lisp-mode () "Goodies for editing Emacs files." - ;; Default indentation of 2 characters - (icejam-set-indent 2) - - ;; Use 80 char limit. - (column-enforce-n 80) - - ;; Parents - (smartparens-mode t) + (icejam-set-indent 2) ;; Default indentation of 2 characters + (column-enforce-n 80) ;; Use 80 char limit. + (lispy-mode t) ;; Modal editing for Lisp (setq-local completion-at-point-functions - (list (cape-capf-super #'elisp-completion-at-point #'yasnippet-capf) + (list (cape-capf-super #'elisp-completion-at-point + #'yasnippet-capf) #'cape-dabbrev #'cape-file #'cape-elisp-symbol))) diff --git a/lisp/langs/icejam-lang-elixir.el b/lisp/langs/icejam-lang-elixir.el index 5fef361..98b3669 100644 --- a/lisp/langs/icejam-lang-elixir.el +++ b/lisp/langs/icejam-lang-elixir.el @@ -43,7 +43,11 @@ (setq-local lsp-eldoc-enable-hover nil) (setq-local lsp-completion-enable-additional-text-edit nil) - (setq-local company-minimum-prefix-length 3)) + (setq-local completion-at-point-functions + (list (cape-capf-super #'lsp-completion-at-point + #'yasnippet-capf) + #'cape-dabbrev + #'cape-file))) (add-hook 'heex-ts-mode-hook 'icejam-activate-elixir-ts-mode) (add-hook 'elixir-ts-mode-hook 'icejam-activate-elixir-ts-mode) diff --git a/lisp/langs/icejam-lang-purescript.el b/lisp/langs/icejam-lang-purescript.el index 5a7dfd0..a8bb8a8 100644 --- a/lisp/langs/icejam-lang-purescript.el +++ b/lisp/langs/icejam-lang-purescript.el @@ -25,8 +25,7 @@ (purescript-indentation-mode t) ;; Company list override - (add-to-list (make-local-variable 'company-backends) - '(company-capf company-yasnippet))) + ) (add-hook 'purescript-mode-hook 'icejam-activate-purescript-mode) From eb58a51babc83b939be8c813448c097d78e763cb Mon Sep 17 00:00:00 2001 From: Maciej Szlosarczyk Date: Wed, 15 Jan 2025 11:06:47 +0200 Subject: [PATCH 20/34] Cleanup --- elpaca.lock | 358 +++++++++++++------------- lisp/icejam-base.el | 6 +- lisp/icejam-complete-at-point.el | 59 +++-- lisp/icejam-completing-read.el | 2 +- lisp/icejam-copilot.el | 24 +- lisp/icejam-diminish.el | 1 - lisp/icejam-fonts.el | 26 +- lisp/icejam-prog-mode.el | 34 ++- lisp/langs/icejam-lang-common-lisp.el | 22 -- lisp/langs/icejam-lang-elisp.el | 1 + lisp/langs/icejam-lang-elixir.el | 16 +- lisp/langs/icejam-lang-erlang.el | 63 +---- lisp/langs/icejam-lang-fsharp.el | 5 +- lisp/langs/icejam-lang-haskell.el | 7 +- lisp/langs/icejam-lang-javascript.el | 6 +- lisp/langs/icejam-lang-lean.el | 5 +- lisp/langs/icejam-lang-php.el | 5 +- lisp/langs/icejam-lang-purescript.el | 4 +- lisp/langs/icejam-lang-python.el | 5 +- lisp/langs/icejam-lang-ruby.el | 5 +- 20 files changed, 307 insertions(+), 347 deletions(-) delete mode 100644 lisp/langs/icejam-lang-common-lisp.el diff --git a/elpaca.lock b/elpaca.lock index 67eefb0..2b1681b 100644 --- a/elpaca.lock +++ b/elpaca.lock @@ -1,36 +1,36 @@ ((elpaca :source "lockfile" :date - (26494 21070 907543 0) + (26503 31068 319525 0) :recipe - (:source nil :protocol https :inherit t :depth 1 :repo "https://github.com/progfolio/elpaca.git" :ref "92cbdba42bd1696f19cb9739ecb59ae6098d53f9" :files + (:source nil :protocol https :inherit t :depth 1 :repo "https://github.com/progfolio/elpaca.git" :ref "481d9212a2f8c1f0489a33f2a8320590293af42d" :files (:defaults "elpaca-test.el" (:exclude "extensions")) :build (:not elpaca--activate-package) :package "elpaca")) (elpaca-use-package :source "lockfile" :date - (26494 21070 899855 0) + (26503 31068 311676 0) :recipe (:package "elpaca-use-package" :wait t :repo "https://github.com/progfolio/elpaca.git" :files ("extensions/elpaca-use-package.el") :main "extensions/elpaca-use-package.el" :build (:not elpaca--compile-info) - :source "Elpaca extensions" :protocol https :inherit t :depth treeless :ref "92cbdba42bd1696f19cb9739ecb59ae6098d53f9")) + :source "Elpaca extensions" :protocol https :inherit t :depth treeless :ref "481d9212a2f8c1f0489a33f2a8320590293af42d")) (benchmark-init :source "lockfile" :date - (26494 21070 891852 0) + (26503 31068 303790 0) :recipe (:package "benchmark-init" :fetcher github :repo "dholm/benchmark-init-el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :wait t :ref "2b34432d79fa0aae8abc3db72db1cb79a28c00b2")) (transient :source "lockfile" :date - (26494 21070 883488 0) + (26503 31068 295848 0) :recipe (:package "transient" :fetcher github :repo "magit/transient" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "000ff15942878aa1108abaa020da86ada675fea9")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "69202c123205f396fefd35acdbc66fe8d0dfad12")) (compat :source "lockfile" :date - (26494 21070 874956 0) + (26503 31068 287889 0) :recipe (:package "compat" :repo ("https://github.com/emacs-compat/compat" . "compat") @@ -39,123 +39,123 @@ (:exclude ".git")) :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "a1a1c9c395a494ebba26c9d46549fe9daf54e032")) (easy-kill :source "lockfile" :date - (26494 21070 866441 0) + (26503 31068 280011 0) :recipe (:package "easy-kill" :fetcher github :repo "leoliu/easy-kill" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "de7d66c3c864a4722a973ee9bc228a14be49ba0c")) (buffer-move :source "lockfile" :date - (26494 21070 858434 0) + (26503 31068 271630 0) :recipe (:package "buffer-move" :fetcher github :repo "lukhas/buffer-move" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "e7800b3ab1bd76ee475ef35507ec51ecd5a3f065")) (gcmh :source "lockfile" :date - (26494 21070 850027 0) + (26503 31068 263720 0) :recipe (:package "gcmh" :repo "koral/gcmh" :fetcher gitlab :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "0089f9c3a6d4e9a310d0791cf6fa8f35642ecfd9")) (exec-path-from-shell :source "lockfile" :date - (26494 21070 841539 0) + (26503 31068 255880 0) :recipe (:package "exec-path-from-shell" :fetcher github :repo "purcell/exec-path-from-shell" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "4896a797252fbfdac32fb77508500ac7d220f717")) (direnv :source "lockfile" :date - (26494 21070 833003 0) + (26503 31068 248084 0) :recipe (:package "direnv" :fetcher github :repo "wbolster/emacs-direnv" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c0bf3b81c7a97e2a0d06d05495e86848254fcc1f")) (treemacs :source "lockfile" :date - (26494 21070 824484 0) + (26503 31068 240291 0) :recipe (:package "treemacs" :fetcher github :repo "Alexander-Miller/treemacs" :files (:defaults "Changelog.org" "icons" "src/elisp/treemacs*.el" "src/scripts/treemacs*.py" (:exclude "src/extra/*")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "32bb3dd02ddfca85661614b3b227e770fab821e2")) (treemacs-all-the-icons :source "lockfile" :date - (26494 21070 816871 0) + (26503 31068 232624 0) :recipe (:package "treemacs-all-the-icons" :fetcher github :repo "Alexander-Miller/treemacs" :files ("src/extra/treemacs-all-the-icons.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "32bb3dd02ddfca85661614b3b227e770fab821e2")) (keyfreq :source "lockfile" :date - (26494 21070 808621 0) + (26503 31068 224887 0) :recipe (:package "keyfreq" :fetcher github :repo "dacap/keyfreq" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c6955162307f37c2ac631d9daf118781009f8dda")) (which-key :source "lockfile" :date - (26494 21070 799771 0) + (26503 31068 217065 0) :recipe (:package "which-key" :repo "justbur/emacs-which-key" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "38d4308d1143b61e4004b6e7a940686784e51500")) (tree-sitter-langs :source "lockfile" :date - (26494 21070 791450 0) + (26503 31068 209076 0) :recipe (:package "tree-sitter-langs" :repo "emacs-tree-sitter/tree-sitter-langs" :fetcher github :branch "release" :files (:defaults "queries") :source "MELPA" :protocol https :inherit t :depth treeless :ref "4f951dbb530d254a0eb223431a0e0d63b2a7399a")) (vertico :source "lockfile" :date - (26494 21070 782631 0) + (26503 31068 201230 0) :recipe (:package "vertico" :repo "minad/vertico" :files (:defaults "extensions/vertico-*.el") - :fetcher github :source "MELPA" :protocol https :inherit t :depth treeless :ref "7f36ecf5a550b7605da3433448970448deac4bb3")) + :fetcher github :source "MELPA" :protocol https :inherit t :depth treeless :ref "c033c7149de510b4da9c473b31a6d73619868ce0")) (orderless :source "lockfile" :date - (26494 21070 773977 0) + (26503 31068 193282 0) :recipe (:package "orderless" :repo "oantolin/orderless" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "411051c3257d60f0492cf88065193bb443b6ca0d")) (marginalia :source "lockfile" :date - (26494 21070 765826 0) + (26503 31068 185423 0) :recipe (:package "marginalia" :repo "minad/marginalia" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c390456b89ad46bc10c3ef2ee5df59947b72084e")) (consult :source "lockfile" :date - (26494 21070 757589 0) + (26503 31068 177523 0) :recipe (:package "consult" :repo "minad/consult" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "f66f3b2de5a51f04236d9c0c08381b373d4d7ee8")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "a055b4cde4d8038c5cd57251e0985835bc17cf16")) (helpful :source "lockfile" :date - (26494 21070 749290 0) + (26503 31068 169597 0) :recipe (:package "helpful" :repo "Wilfred/helpful" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "4ba24cac9fb14d5fdc32582cd947572040e82b2c")) (avy :source "lockfile" :date - (26494 21070 741207 0) + (26503 31068 161687 0) :recipe (:package "avy" :repo "abo-abo/avy" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "933d1f36cca0f71e4acb5fac707e9ae26c536264")) (rainbow-delimiters :source "lockfile" :date - (26494 21070 733056 0) + (26503 31068 153856 0) :recipe (:package "rainbow-delimiters" :fetcher github :repo "Fanael/rainbow-delimiters" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f40ece58df8b2f0fb6c8576b527755a552a5e763")) (rainbow-mode :source "lockfile" :date - (26494 21070 724756 0) + (26503 31068 145823 0) :recipe (:package "rainbow-mode" :repo ("git://git.sv.gnu.org/emacs/elpa" . "rainbow-mode") @@ -164,52 +164,52 @@ (:exclude ".git")) :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "f7db3b5919f70420a91eb199f8663468de3033f3")) (dash-at-point :source "lockfile" :date - (26494 21070 716267 0) + (26503 31068 137978 0) :recipe (:package "dash-at-point" :fetcher github :repo "stanaka/dash-at-point" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "fba1a6f42ea51d05110e12c62bdced664059eb55")) (column-enforce-mode :source "lockfile" :date - (26494 21070 708030 0) + (26503 31068 130100 0) :recipe (:package "column-enforce-mode" :fetcher github :repo "jordonbiondo/column-enforce-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "14a7622f2268890e33536ccd29510024d51ee96f")) (pcre2el :source "lockfile" :date - (26494 21070 699699 0) + (26503 31068 122295 0) :recipe (:package "pcre2el" :fetcher github :repo "joddie/pcre2el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "b4d846d80dddb313042131cf2b8fbf647567e000")) (visual-regexp-steroids :source "lockfile" :date - (26494 21070 691108 0) + (26503 31068 114450 0) :recipe (:package "visual-regexp-steroids" :repo "benma/visual-regexp-steroids.el" :fetcher github :files ("visual-regexp-steroids.el" "regexp.py") :source "MELPA" :protocol https :inherit t :depth treeless :ref "a6420b25ec0fbba43bf57875827092e1196d8a9e")) (yasnippet :source "lockfile" :date - (26494 21070 682105 0) + (26503 31068 106568 0) :recipe (:package "yasnippet" :repo "joaotavora/yasnippet" :fetcher github :files ("yasnippet.el" "snippets") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "fe1f4e0e96ce42d8668920335eb22c3c009dab3e")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "5b315f1753480ebe669b157b8242448b5eafcfea")) (yasnippet-snippets :source "lockfile" :date - (26494 21070 672449 0) + (26503 31068 98697 0) :recipe (:package "yasnippet-snippets" :repo "AndreaCrotti/yasnippet-snippets" :fetcher github :files ("*.el" "snippets" ".nosearch") :source "MELPA" :protocol https :inherit t :depth treeless :ref "f1907ed38acc479e78d5c113810465e4d77d8604")) (corfu :source "lockfile" :date - (26494 21070 663166 0) + (26503 31068 90892 0) :recipe (:package "corfu" :repo "minad/corfu" :files (:defaults "extensions/corfu-*.el") - :fetcher github :source "MELPA" :protocol https :inherit t :depth treeless :ref "ec846c6aa373931508cc078b49a3a8ba8265c453")) + :fetcher github :source "MELPA" :protocol https :inherit t :depth treeless :ref "9dc2f900ef58fdd75b4804039848da732f56465c")) (corfu-terminal :source "lockfile" :date - (26494 21070 654953 0) + (26503 31068 83153 0) :recipe (:package "corfu-terminal" :repo ("https://codeberg.org/akib/emacs-corfu-terminal" . "corfu-terminal") @@ -218,364 +218,364 @@ (:exclude ".git")) :source "NonGNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "501548c3d51f926c687e8cd838c5865ec45d03cc")) (cape :source "lockfile" :date - (26494 21070 646631 0) + (26503 31068 75406 0) :recipe (:package "cape" :repo "minad/cape" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "d981e8f9460f6434e60812780ed81eda54940a97")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "ac3903c9bd986ec763279ffb0c3e5ee16e53747d")) (yasnippet-capf :source "lockfile" :date - (26494 21070 638334 0) + (26503 31068 67571 0) :recipe (:package "yasnippet-capf" :fetcher github :repo "elken/yasnippet-capf" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "4c2e33d70cd1d95cf1e08d134b058a6dd90a99c9")) (nerd-icons-corfu :source "lockfile" :date - (26494 21070 629449 0) + (26503 31068 59610 0) :recipe (:package "nerd-icons-corfu" :fetcher github :repo "LuigiPiucco/nerd-icons-corfu" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "41110180ceab9d0edaa856d19633b2b3fdf82e75")) (copilot :source "lockfile" :date - (26494 21070 620570 0) + (26503 31068 51840 0) :recipe (:package "copilot" :fetcher github :repo "copilot-emacs/copilot.el" :files ("*.el") :source "MELPA" :protocol https :inherit t :depth treeless :host github :ref "be6c274562e150e4acf5253968d1b434c40d368b")) (gptel :source "lockfile" :date - (26494 21070 611387 0) + (26503 31068 44061 0) :recipe (:package "gptel" :repo "karthink/gptel" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "25efd55002c591b3721cdd2c96dac93d70dce814")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "02f603fdc0f2e8f635fa1c7faabcba8db6367af0")) (aider :source "lockfile" :date - (26494 21070 603359 0) + (26503 31068 36208 0) :recipe (:source nil :protocol https :inherit t :depth treeless :host github :repo "tninja/aider.el" :files ("aider.el") - :package "aider" :ref "9a564f76156595fc0051316fd4af679516f11057")) + :package "aider" :ref "9e00fea9479593e74ee8de88515cd2f561814bd0")) (elysium :source "lockfile" :date - (26494 21070 595082 0) + (26503 31068 28355 0) :recipe (:package "elysium" :fetcher github :repo "lanceberge/elysium" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "1847dc71bef86e1828be34539a9ae60c3debedc4")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "149398813bbda0366203304bbb7db6ffe73befa6")) (flymake-flycheck :source "lockfile" :date - (26494 21070 586521 0) + (26503 31068 20554 0) :recipe (:package "flymake-flycheck" :fetcher github :repo "purcell/flymake-flycheck" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "88455c5e6d8ebf650fb51a45c7511a1c18097344")) (flyspell-correct :source "lockfile" :date - (26494 21070 577966 0) + (26503 31068 12643 0) :recipe (:package "flyspell-correct" :repo "d12frosted/flyspell-correct" :fetcher github :files ("flyspell-correct.el" "flyspell-correct-ido.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "1e7a5a56362dd875dddf848b9a9e25d1395b9d37")) (deft :source "lockfile" :date - (26494 21070 569437 0) + (26503 31068 4658 0) :recipe (:package "deft" :repo "jrblevin/deft" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "b369d7225d86551882568788a23c5497b232509c")) (lsp-mode :source "lockfile" :date - (26494 21070 560671 0) + (26503 31067 996883 0) :recipe (:package "lsp-mode" :repo "emacs-lsp/lsp-mode" :fetcher github :files (:defaults "clients/*.el") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "e9230e8078316a2263e70ae9a0aa40f046898de5")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "0252be2fe7959717eb0284e520928a408c74b6c0")) (lsp-ui :source "lockfile" :date - (26494 21070 551913 0) + (26503 31067 989114 0) :recipe (:package "lsp-ui" :repo "emacs-lsp/lsp-ui" :fetcher github :files (:defaults "lsp-ui-doc.html" "resources") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "f0edfac7b3736fcab617cbeb07e465c9153ae68b")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "1eae284ab0ae70fba4a2ee1e3f76d7013521c49c")) (dap-mode :source "lockfile" :date - (26494 21070 543780 0) + (26503 31067 981286 0) :recipe (:package "dap-mode" :repo "emacs-lsp/dap-mode" :fetcher github :files (:defaults "icons") :source "MELPA" :protocol https :inherit t :depth treeless :ref "ffb795761273e1bdc3d0cd1ebdd43e36b7c08921")) (dashboard :source "lockfile" :date - (26494 21070 535464 0) + (26503 31067 973499 0) :recipe (:package "dashboard" :fetcher github :repo "emacs-dashboard/emacs-dashboard" :files (:defaults "banners") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "c9f8230f6b7992b7b40c3bb9abc36cc03b6a423d")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "7b7846689845078cb5604508c5075e28e2160efe")) (magit :source "lockfile" :date - (26494 21070 527081 0) + (26503 31067 965573 0) :recipe (:package "magit" :fetcher github :repo "magit/magit" :files ("lisp/magit*.el" "lisp/git-*.el" "docs/magit.texi" "docs/AUTHORS.md" "LICENSE" "magit-pkg.el" (:exclude "lisp/magit-section.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "8b6bb7c7e88c298e1447ca7c86138588a3953784")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "6efe13e701118719a61fee2b6eb465b8fa4a028e")) (vundo :source "lockfile" :date - (26494 21070 519410 0) + (26503 31067 957888 0) :recipe (:package "vundo" :repo ("https://github.com/casouri/vundo" . "vundo") :files ("*" (:exclude ".git" "test")) - :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "d792738a5e4da73e619ad9c47dc34a3566445871")) + :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "288892ee93214ddcaf65fdd9f3134c1bd10100ee")) (speed-type :source "lockfile" :date - (26494 21070 510853 0) + (26503 31067 950039 0) :recipe (:package "speed-type" :fetcher github :repo "dakra/speed-type" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "b982ee6081a11837760eeaed73c4f413eefb07b1")) (spaceline :source "lockfile" :date - (26494 21070 502119 0) + (26503 31067 942143 0) :recipe (:package "spaceline" :fetcher github :repo "TheBB/spaceline" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "086420d16e526c79b67fc1edec4c2ae1e699f372")) (base16-theme :source "lockfile" :date - (26494 21070 494097 0) + (26503 31067 934318 0) :recipe (:package "base16-theme" :repo "tinted-theming/base16-emacs" :fetcher github :files (:defaults "build/*.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "1d48474c3c07521276f4e7d73317a654997b4381")) (clojure-mode :source "lockfile" :date - (26494 21070 485251 0) + (26503 31067 926324 0) :recipe (:package "clojure-mode" :repo "clojure-emacs/clojure-mode" :fetcher github :files ("clojure-mode.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "eabe29b076fff19db552d36d4babaa36ecf0b704")) (cider :source "lockfile" :date - (26494 21070 476333 0) + (26503 31067 918502 0) :recipe (:package "cider" :fetcher github :repo "clojure-emacs/cider" :files ("lisp/*.el" "bin/*.sh" "*.el" "clojure.sh" "lein.sh" (:exclude ".dir-locals.el")) :old-names (nrepl) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "f00e83d338434c92cc21663a1818139f0847b707")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "e33067498a089157af28dbed180117d8b8a3605e")) (clj-refactor :source "lockfile" :date - (26494 21070 467402 0) + (26503 31067 910618 0) :recipe (:package "clj-refactor" :fetcher github :repo "clojure-emacs/clj-refactor.el" :files (:defaults "CHANGELOG.md") :source "MELPA" :protocol https :inherit t :depth treeless :ref "dc1bbc8cdaa723bdbb6669ea7d280625c370755d")) (dart-mode :source "lockfile" :date - (26494 21070 458817 0) + (26503 31067 902830 0) :recipe (:package "dart-mode" :fetcher github :repo "emacsorphanage/dart-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "02e919c1cf200b4938139c18068577faff1fb364")) (lsp-dart :source "lockfile" :date - (26494 21070 450274 0) + (26503 31067 895013 0) :recipe (:package "lsp-dart" :repo "emacs-lsp/lsp-dart" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "7e3d3429418bc42cda7fa7b58e6644a705cf2f89")) (dhall-mode :source "lockfile" :date - (26494 21070 441897 0) + (26503 31067 887038 0) :recipe (:package "dhall-mode" :repo "psibi/dhall-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "fca383a9c4622c1d9a39dc977572b34c7fa0b719")) (lispy :source "lockfile" :date - (26494 21070 432753 0) + (26503 31067 879067 0) :recipe (:package "lispy" :repo "abo-abo/lispy" :fetcher github :files (:defaults "lispy-clojure.clj" "lispy-clojure.cljs" "lispy-python.py") :source "MELPA" :protocol https :inherit t :depth treeless :ref "fe44efd21573868638ca86fc8313241148fabbe3")) (elixir-format :source "lockfile" :date - (26494 21070 424926 0) + (26503 31067 871011 0) :recipe (:source nil :protocol https :inherit t :depth treeless :type git :host github :repo "elixir-editors/emacs-elixir" :files ("elixir-format.el") :package "elixir-format" :ref "00d6580a040a750e019218f9392cf9a4c2dac23a")) (elixir-ts-mode :source "lockfile" :date - (26494 21070 416633 0) + (26503 31067 863191 0) :recipe (:package "elixir-ts-mode" :repo "wkirschbaum/elixir-ts-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "143b94f4a5ac1f161c232e3f25b84c6768be2f25")) (erlang :source "lockfile" :date - (26494 21070 407689 0) + (26503 31067 855324 0) :recipe (:package "erlang" :fetcher github :repo "erlang/otp" :version-regexp "OTP-%v" :files ("lib/tools/emacs/*.el" (:exclude "lib/tools/emacs/erlang_appwiz.el")) - :source "MELPA" :protocol https :inherit t :depth 1 :ref "b4af22d77b10afc76fc7567ae248a5085ade2955")) + :source "MELPA" :protocol https :inherit t :depth 1 :ref "7e07bb87b649fb6879e1fc587e42321d7ac9b512")) (fsharp-mode :source "lockfile" :date - (26494 21070 398969 0) + (26503 31067 847439 0) :recipe (:package "fsharp-mode" :fetcher github :repo "fsharp/emacs-fsharp-mode" :files (:defaults (:exclude "eglot-fsharp.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "677d78c4d6cb574086408082dedbcaef04a85359")) (gleam-ts-mode :source "lockfile" :date - (26494 21070 390929 0) + (26503 31067 839530 0) :recipe (:package "gleam-ts-mode" :fetcher github :repo "gleam-lang/gleam-mode" :files ("gleam-ts-mode.el") :source "MELPA" :protocol https :inherit t :depth treeless :type git :host github :ref "d00f37d0b47f5d6810aa295af98c40a7708b4305")) (go-mode :source "lockfile" :date - (26494 21070 382464 0) + (26503 31067 831725 0) :recipe (:package "go-mode" :repo "dominikh/go-mode.el" :fetcher github :files ("go-mode.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "602d73e22646b1b98b2eb97927fd426c0d1d2f92")) (haskell-mode :source "lockfile" :date - (26494 21070 374320 0) + (26503 31067 823854 0) :recipe (:package "haskell-mode" :repo "haskell/haskell-mode" :fetcher github :files (:defaults "NEWS" "logo.svg") :source "MELPA" :protocol https :inherit t :depth treeless :ref "1a285fc4c50ca74bb5cd9b2a8c1a46a64a77384a")) (lsp-haskell :source "lockfile" :date - (26494 21070 366138 0) + (26503 31067 815928 0) :recipe (:package "lsp-haskell" :repo "emacs-lsp/lsp-haskell" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "6981f8d1225c038c1a130e8cf70530cfe15f976e")) (js2-mode :source "lockfile" :date - (26494 21070 357792 0) + (26503 31067 808056 0) :recipe (:package "js2-mode" :repo "mooz/js2-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "e0c302872de4d26a9c1614fac8d6b94112b96307")) (kotlin-ts-mode :source "lockfile" :date - (26494 21070 348863 0) + (26503 31067 800195 0) :recipe (:package "kotlin-ts-mode" :fetcher gitlab :repo "bricka/emacs-kotlin-ts-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "a25d56cecac9160ba7c140f982ec16ca7b2fe97f")) (gradle-mode :source "lockfile" :date - (26494 21070 339845 0) + (26503 31067 792260 0) :recipe (:package "gradle-mode" :fetcher github :repo "scubacabra/emacs-gradle-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "e4d665d5784ecda7ddfba015f07c69be3cfc45f2")) (lean4-mode :source "lockfile" :date - (26494 21070 331027 0) + (26503 31067 784372 0) :recipe (:source nil :protocol https :inherit t :depth treeless :type git :host github :repo "leanprover/lean4-mode" :files ("*.el" "data") :package "lean4-mode" :ref "76895d8939111654a472cfc617cfd43fbf5f1eb6")) (markdown-mode :source "lockfile" :date - (26494 21070 322579 0) + (26503 31067 776459 0) :recipe (:package "markdown-mode" :fetcher github :repo "jrblevin/markdown-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "8692afc12e13431efb0c302baee1de5bbf4a41e4")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "e1007785947ac8b32d8977a2843a11aded40682b")) (merlin :source "lockfile" :date - (26494 21070 313916 0) + (26503 31067 768622 0) :recipe (:package "merlin" :fetcher github :repo "ocaml/merlin" :files ("emacs/*.el" (:exclude "emacs/merlin-ac.el" "emacs/merlin-company.el" "emacs/merlin-iedit.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "005b42c50b450a4930d5cea25aab271ed5b88cc3")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "86b4b261b950e409791a42815e4ede601c6be92d")) (opam-switch-mode :source "lockfile" :date - (26494 21070 305445 0) + (26503 31067 760759 0) :recipe (:package "opam-switch-mode" :fetcher github :repo "ProofGeneral/opam-switch-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "1069e56a662f23ea09d4e05611bdedeb99257012")) (dune :source "lockfile" :date - (26494 21070 297009 0) + (26503 31067 752975 0) :recipe (:package "dune" :fetcher github :repo "ocaml/dune" :files ("editor-integration/emacs/*.el") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "f937a9e77909c330002c9a45ea884f5719d955d8")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "e5d69c22d5ef1700b4c463ec9452427eac9cfb9c")) (tuareg :source "lockfile" :date - (26494 21070 288104 0) + (26503 31067 745133 0) :recipe (:package "tuareg" :fetcher github :repo "ocaml/tuareg" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "1d53723e39f22ab4ab76d31f2b188a2879305092")) (dockerfile-mode :source "lockfile" :date - (26494 21070 279914 0) + (26503 31067 737282 0) :recipe (:package "dockerfile-mode" :fetcher github :repo "spotify/dockerfile-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "4d893bd2da15833ce056332e6c972d5d93e78f04")) (docker :source "lockfile" :date - (26494 21070 272044 0) + (26503 31067 729484 0) :recipe (:package "docker" :fetcher github :repo "Silex/docker.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "813c00410b40917cbfe7e8227ebd4fd60a027937")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "46b597a711492e1c19d1260951f39372450278f5")) (terraform-mode :source "lockfile" :date - (26494 21070 264086 0) + (26503 31067 721632 0) :recipe (:package "terraform-mode" :repo "hcl-emacs/terraform-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "5bdd734a87f67f6574664f63eb4d02a0bc74c0d0")) (ansible :source "lockfile" :date - (26494 21070 256089 0) + (26503 31067 713763 0) :recipe (:package "ansible" :fetcher gitlab :repo "emacs-ansible/emacs-ansible" :files (:defaults "snippets" "dict") :source "MELPA" :protocol https :inherit t :depth treeless :ref "03e285bb54a687e3fd9e21026b088fdac46679a0")) (nginx-mode :source "lockfile" :date - (26494 21070 247714 0) + (26503 31067 706015 0) :recipe (:package "nginx-mode" :fetcher github :repo "ajc/nginx-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c4ac5de975d65c84893a130a470af32a48b0b66c")) (jenkinsfile-mode :source "lockfile" :date - (26494 21070 238863 0) + (26503 31067 698147 0) :recipe (:package "jenkinsfile-mode" :repo "https://github.com/john2x/jenkinsfile-mode.git" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :branch "master" :ref "568865ee419e0592de0dd0717d6769a66d9df111")) (lua-mode :source "lockfile" :date - (26494 21070 229997 0) + (26503 31067 690215 0) :recipe (:package "lua-mode" :repo "immerrr/lua-mode" :fetcher github :files (:defaults (:exclude "init-tryout.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "d074e4134b1beae9ed4c9b512af741ca0d852ba3")) (graphql-mode :source "lockfile" :date - (26494 21070 221489 0) + (26503 31067 682419 0) :recipe (:package "graphql-mode" :repo "davazp/graphql-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "ee49531935ede7a2c9597713e13a4c9d33ef2220")) (yaml-mode :source "lockfile" :date - (26494 21070 213265 0) + (26503 31067 674620 0) :recipe (:package "yaml-mode" :repo "yoshiki/yaml-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "d91f878729312a6beed77e6637c60497c5786efa")) (json-mode :source "lockfile" :date - (26494 21070 204640 0) + (26503 31067 666684 0) :recipe (:package "json-mode" :fetcher github :repo "json-emacs/json-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "77125b01c0ddce537085201098bea9b4b8ba6be3")) (git-modes :source "lockfile" :date - (26494 21070 196165 0) + (26503 31067 659039 0) :recipe (:package "git-modes" :fetcher github :repo "magit/git-modes" :old-names (gitattributes-mode gitconfig-mode gitignore-mode) @@ -584,183 +584,183 @@ (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f99010bbeb8b6d8a0819fac0195a2ef0159d08f0")) (php-mode :source "lockfile" :date - (26494 21070 188068 0) + (26503 31067 651346 0) :recipe (:package "php-mode" :repo "emacs-php/php-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "b45992a6a9d019fafe7a9dcde19401b0f20a20bf")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "0f756a8c0782ebdc00557addc68763305c91ca51")) (purescript-mode :source "lockfile" :date - (26494 21070 179527 0) + (26503 31067 643625 0) :recipe (:package "purescript-mode" :repo "purescript-emacs/purescript-mode" :fetcher github :files (:defaults "NEWS" "snippets") :source "MELPA" :protocol https :inherit t :depth treeless :ref "07e4d6ecfe677d595ed3759c912c0b262d886b98")) (rspec-mode :source "lockfile" :date - (26494 21070 171257 0) + (26503 31067 635855 0) :recipe (:package "rspec-mode" :repo "pezra/rspec-mode" :fetcher github :files ("rspec-mode.el" "snippets") :source "MELPA" :protocol https :inherit t :depth treeless :ref "29df3d081c6a1cbdf840cd13d45ea1c100c5bbaa")) (ruby-end :source "lockfile" :date - (26494 21070 162961 0) + (26503 31067 627930 0) :recipe (:package "ruby-end" :repo "rejeep/ruby-end.el" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "ba7d7230f9e3ed75c9982d32bb9fdff1dc10935d")) (rbs-mode :source "lockfile" :date - (26494 21070 154737 0) + (26503 31067 620074 0) :recipe (:package "rbs-mode" :fetcher github :repo "ybiquitous/rbs-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "e415a6fa9e88594cb9b7f7765145f57dda0e9b56")) (rust-mode :source "lockfile" :date - (26494 21070 146069 0) + (26503 31067 612177 0) :recipe (:package "rust-mode" :repo "rust-lang/rust-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "542f1755d8929ca83564322d7030d558f3392fe1")) (flycheck-rust :source "lockfile" :date - (26494 21070 138292 0) + (26503 31067 604367 0) :recipe (:package "flycheck-rust" :repo "flycheck/flycheck-rust" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "d499471ec433a62898a95ce76561964e3d015ce5")) (fish-mode :source "lockfile" :date - (26494 21070 129993 0) + (26503 31067 596253 0) :recipe (:package "fish-mode" :fetcher github :repo "wwwjfy/emacs-fish" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "2526b1803b58cf145bc70ff6ce2adb3f6c246f89")) (web-mode :source "lockfile" :date - (26494 21070 121418 0) + (26503 31067 588154 0) :recipe (:package "web-mode" :repo "fxbois/web-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "be2d59c8fa02b1a45ae54ce4079e502e659cefe6")) (zig-mode :source "lockfile" :date - (26494 21070 113104 0) + (26503 31067 580366 0) :recipe (:package "zig-mode" :repo "ziglang/zig-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f0b4a487530146f99230f4a5ff67e8d56c8f3f80")) (diminish :source "lockfile" :date - (26494 21070 104238 0) + (26503 31067 572537 0) :recipe (:package "diminish" :fetcher github :repo "myrjola/diminish.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "fbd5d846611bad828e336b25d2e131d1bc06b83d")) (dash :source "lockfile" :date - (26494 21070 95555 0) + (26503 31067 564653 0) :recipe (:package "dash" :fetcher github :repo "magnars/dash.el" :files ("dash.el" "dash.texi") :source "MELPA" :protocol https :inherit t :depth treeless :ref "1de9dcb83eacfb162b6d9a118a4770b1281bcd84")) (s :source "lockfile" :date - (26494 21070 86960 0) + (26503 31067 556790 0) :recipe (:package "s" :fetcher github :repo "magnars/s.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "dda84d38fffdaf0c9b12837b504b402af910d01d")) (ace-window :source "lockfile" :date - (26494 21070 78812 0) + (26503 31067 548933 0) :recipe (:package "ace-window" :repo "abo-abo/ace-window" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "77115afc1b0b9f633084cf7479c767988106c196")) (pfuture :source "lockfile" :date - (26494 21070 70860 0) + (26503 31067 541064 0) :recipe (:package "pfuture" :repo "Alexander-Miller/pfuture" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "19b53aebbc0f2da31de6326c495038901bffb73c")) (hydra :source "lockfile" :date - (26494 21070 62654 0) + (26503 31067 533169 0) :recipe (:package "hydra" :repo "abo-abo/hydra" :fetcher github :files (:defaults (:exclude "lv.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "317e1de33086637579a7aeb60f77ed0405bf359b")) (ht :source "lockfile" :date - (26494 21070 55075 0) + (26503 31067 525261 0) :recipe (:package "ht" :fetcher github :repo "Wilfred/ht.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "1c49aad1c820c86f7ee35bf9fff8429502f60fef")) (cfrs :source "lockfile" :date - (26494 21070 46702 0) + (26503 31067 517535 0) :recipe (:package "cfrs" :repo "Alexander-Miller/cfrs" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f3a21f237b2a54e6b9f8a420a9da42b4f0a63121")) (posframe :source "lockfile" :date - (26494 21070 38296 0) + (26503 31067 509571 0) :recipe (:package "posframe" :fetcher github :repo "tumashu/posframe" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "81651536827c96bf5af5265ee7918ab70e1dd5b1")) (lv :source "lockfile" :date - (26494 21070 29885 0) + (26503 31067 501836 0) :recipe (:package "lv" :repo "abo-abo/hydra" :fetcher github :files ("lv.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "317e1de33086637579a7aeb60f77ed0405bf359b")) (all-the-icons :source "lockfile" :date - (26494 21070 21861 0) + (26503 31067 494071 0) :recipe (:package "all-the-icons" :repo "domtronn/all-the-icons.el" :fetcher github :files (:defaults "data") :source "MELPA" :protocol https :inherit t :depth treeless :ref "39ef44f810c34e8900978788467cc675870bcd19")) (tree-sitter :source "lockfile" :date - (26494 21070 13026 0) + (26503 31067 486331 0) :recipe (:package "tree-sitter" :fetcher github :repo "emacs-tree-sitter/elisp-tree-sitter" :branch "release" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "3cfab8a0e945db9b3df84437f27945746a43cc71")) (tsc :source "lockfile" :date - (26494 21070 5325 0) + (26503 31067 478577 0) :recipe (:package "tsc" :fetcher github :repo "emacs-tree-sitter/elisp-tree-sitter" :branch "release" :files ("core/*.el" "core/Cargo.toml" "core/Cargo.lock" "core/src") :source "MELPA" :protocol https :inherit t :depth treeless :ref "3cfab8a0e945db9b3df84437f27945746a43cc71")) (f :source "lockfile" :date - (26494 21069 996707 0) + (26503 31067 470727 0) :recipe (:package "f" :fetcher github :repo "rejeep/f.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "931b6d0667fe03e7bf1c6c282d6d8d7006143c52")) (elisp-refs :source "lockfile" :date - (26494 21069 987613 0) + (26503 31067 461406 0) :recipe (:package "elisp-refs" :repo "Wilfred/elisp-refs" :fetcher github :files (:defaults (:exclude "elisp-refs-bench.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "541a064c3ce27867872cf708354a65d83baf2a6d")) (visual-regexp :source "lockfile" :date - (26494 21069 978704 0) + (26503 31067 453717 0) :recipe (:package "visual-regexp" :repo "benma/visual-regexp.el" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "48457d42a5e0fe10fa3a9c15854f1f127ade09b5")) (popon :source "lockfile" :date - (26494 21069 969305 0) + (26503 31067 446003 0) :recipe (:package "popon" :repo ("https://codeberg.org/akib/emacs-popon" . "popon") @@ -769,13 +769,13 @@ (:exclude ".git")) :source "NonGNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "bf8174cb7e6e8fe0fe91afe6b01b6562c4dc39da")) (nerd-icons :source "lockfile" :date - (26494 21069 959748 0) + (26503 31067 438327 0) :recipe (:package "nerd-icons" :repo "rainstormstudio/nerd-icons.el" :fetcher github :files (:defaults "data") :source "MELPA" :protocol https :inherit t :depth treeless :ref "546ee20caf825e65da4c5435d31f13d269ed2a81")) (editorconfig :source "lockfile" :date - (26494 21069 950560 0) + (26503 31067 430568 0) :recipe (:package "editorconfig" :fetcher github :repo "editorconfig/editorconfig-emacs" :old-names (editorconfig-core editorconfig-fnmatch) @@ -783,15 +783,28 @@ ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "24f5b2b1cd4e37adc245fb59f7edeb6872a707a4")) + (magit-section :source "lockfile" :date + (26503 31067 422699 0) + :recipe + (:package "magit-section" :fetcher github :repo "magit/magit" :files + ("lisp/magit-section.el" "docs/magit-section.texi" "magit-section-pkg.el") + :source "MELPA" :protocol https :inherit t :depth treeless :ref "6efe13e701118719a61fee2b6eb465b8fa4a028e")) + (with-editor :source "lockfile" :date + (26503 31067 414915 0) + :recipe + (:package "with-editor" :fetcher github :repo "magit/with-editor" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "ca902ae02972bdd6919a902be2593d8cb6bd991b")) (flycheck :source "lockfile" :date - (26494 21069 940978 0) + (26503 31067 407206 0) :recipe (:package "flycheck" :repo "flycheck/flycheck" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "e2a7f331d0e3c3f74981a805ef849cfdfb5657f1")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "87ad201889b2055d0c4b0839d2f8b80eeccae59e")) (spinner :source "lockfile" :date - (26494 21069 931158 0) + (26503 31067 399424 0) :recipe (:package "spinner" :repo ("https://github.com/Malabarba/spinner.el" . "spinner") @@ -800,61 +813,48 @@ (:exclude ".git")) :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "d4647ae87fb0cd24bc9081a3d287c860ff061c21")) (bui :source "lockfile" :date - (26494 21069 922016 0) + (26503 31067 391692 0) :recipe (:package "bui" :repo "alezost/bui.el" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f3a137628e112a91910fd33c0cff0948fa58d470")) (lsp-treemacs :source "lockfile" :date - (26494 21069 912888 0) + (26503 31067 383853 0) :recipe (:package "lsp-treemacs" :repo "emacs-lsp/lsp-treemacs" :fetcher github :files (:defaults "icons") :source "MELPA" :protocol https :inherit t :depth treeless :ref "fb1a07ae0a3d781dea8ac78da2933e0173eb48a4")) (lsp-docker :source "lockfile" :date - (26494 21069 904426 0) + (26503 31067 375895 0) :recipe (:package "lsp-docker" :repo "emacs-lsp/lsp-docker" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "ce291d0f80533f8eaca120eb745d55669e062636")) (yaml :source "lockfile" :date - (26494 21069 895794 0) + (26503 31067 368088 0) :recipe (:package "yaml" :repo "zkry/yaml.el" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "cd3edfc02cb12514426c00e07160b87bd8340f4a")) - (magit-section :source "lockfile" :date - (26494 21069 887029 0) - :recipe - (:package "magit-section" :fetcher github :repo "magit/magit" :files - ("lisp/magit-section.el" "docs/magit-section.texi" "magit-section-pkg.el") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "8b6bb7c7e88c298e1447ca7c86138588a3953784")) - (with-editor :source "lockfile" :date - (26494 21069 878237 0) - :recipe - (:package "with-editor" :fetcher github :repo "magit/with-editor" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "ca902ae02972bdd6919a902be2593d8cb6bd991b")) (powerline :source "lockfile" :date - (26494 21069 868770 0) + (26503 31067 360171 0) :recipe (:package "powerline" :fetcher github :repo "milkypostman/powerline" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c35c35bdf5ce2d992882c1f06f0f078058870d4a")) (parseedn :source "lockfile" :date - (26494 21069 859352 0) + (26503 31067 352271 0) :recipe (:package "parseedn" :repo "clojure-emacs/parseedn" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "3407e4530a367b6c2b857dae261cdbb67a440aaa")) (queue :source "lockfile" :date - (26494 21069 850972 0) + (26503 31067 344306 0) :recipe (:package "queue" :repo ("git://git.sv.gnu.org/emacs/elpa" . "queue") @@ -863,115 +863,115 @@ (:exclude ".git")) :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "f986fb68e75bdae951efb9e11a3012ab6bd408ee")) (sesman :source "lockfile" :date - (26494 21069 842830 0) + (26503 31067 335999 0) :recipe (:package "sesman" :repo "vspinu/sesman" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "7bca68dbbab0af26a6a23be1ff5fa97f9a18e022")) (parseclj :source "lockfile" :date - (26494 21069 834335 0) + (26503 31067 326411 0) :recipe (:package "parseclj" :repo "clojure-emacs/parseclj" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "6af22372e0fe14df882dd300b22b12ba2d7e00b0")) (paredit :source "lockfile" :date - (26494 21069 826125 0) + (26503 31067 318598 0) :recipe (:package "paredit" :fetcher git :url "https://mumble.net/~campbell/git/paredit.git" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "af075775af91f2dbc63b915d762b4aec092946c4")) (multiple-cursors :source "lockfile" :date - (26494 21069 817758 0) + (26503 31067 310699 0) :recipe (:package "multiple-cursors" :fetcher github :repo "magnars/multiple-cursors.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "dd10cf2334333838e4550f091a75695448e26765")) (inflections :source "lockfile" :date - (26494 21069 809580 0) + (26503 31067 302776 0) :recipe (:package "inflections" :repo "eschulte/jump.el" :fetcher github :files ("inflections.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "55caa66a7cc6e0b1a76143fd40eff38416928941")) (reformatter :source "lockfile" :date - (26494 21069 800624 0) + (26503 31067 294916 0) :recipe (:package "reformatter" :repo "purcell/emacs-reformatter" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f2cb59466b1c3f85a8c960f7d4b7b7ead015bedc")) (iedit :source "lockfile" :date - (26494 21069 791659 0) + (26503 31067 287019 0) :recipe (:package "iedit" :repo "victorhge/iedit" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "27c61866b1b9b8d77629ac702e5f48e67dfe0d3b")) (swiper :source "lockfile" :date - (26494 21069 783872 0) + (26503 31067 279054 0) :recipe (:package "swiper" :repo "abo-abo/swiper" :fetcher github :files ("swiper.el") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "8dc02d5b725f78d1f80904807b46f5406f129674")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "abb9e1e5649bcd078a2a75bcb27abb42311b4f86")) (zoutline :source "lockfile" :date - (26494 21069 776126 0) + (26503 31067 271207 0) :recipe (:package "zoutline" :repo "abo-abo/zoutline" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "32857c6c4b9b0bcbed14d825a10b91a98d5fed0a")) (ivy :source "lockfile" :date - (26494 21069 768040 0) + (26503 31067 263128 0) :recipe (:package "ivy" :repo "abo-abo/swiper" :fetcher github :files (:defaults "doc/ivy-help.org" (:exclude "swiper.el" "counsel.el" "ivy-hydra.el" "ivy-avy.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "8dc02d5b725f78d1f80904807b46f5406f129674")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "abb9e1e5649bcd078a2a75bcb27abb42311b4f86")) (heex-ts-mode :source "lockfile" :date - (26494 21069 759972 0) + (26503 31067 255069 0) :recipe (:package "heex-ts-mode" :repo "wkirschbaum/heex-ts-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "dafed72c254c226cdd28528ac70965ef8efa04ca")) (caml :source "lockfile" :date - (26494 21069 751656 0) + (26503 31067 246727 0) :recipe (:package "caml" :repo "ocaml/caml-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "47defafa2b08fb680e89bfee9cb9ce82bd9e3bcf")) (aio :source "lockfile" :date - (26494 21069 742839 0) + (26503 31067 238212 0) :recipe (:package "aio" :fetcher github :repo "skeeto/emacs-aio" :files ("aio.el" "README.md" "UNLICENSE") :source "MELPA" :protocol https :inherit t :depth treeless :ref "da93523e235529fa97d6f251319d9e1d6fc24a41")) (tablist :source "lockfile" :date - (26494 21069 733217 0) + (26503 31067 229248 0) :recipe (:package "tablist" :fetcher github :repo "emacsorphanage/tablist" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "fcd37147121fabdf003a70279cf86fbe08cfac6f")) (hcl-mode :source "lockfile" :date - (26494 21069 722783 0) + (26503 31067 219962 0) :recipe (:package "hcl-mode" :repo "hcl-emacs/hcl-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "1da895ed75d28d9f87cbf9b74f075d90ba31c0ed")) (groovy-mode :source "lockfile" :date - (26494 21069 711368 0) + (26503 31067 208843 0) :recipe (:package "groovy-mode" :fetcher github :repo "Groovy-Emacs-Modes/groovy-emacs-modes" :files ("*groovy*.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "7b8520b2e2d3ab1d62b35c426e17ac25ed0120bb")) (json-snatcher :source "lockfile" :date - (26494 21069 695216 0) + (26503 31067 192132 0) :recipe (:package "json-snatcher" :fetcher github :repo "Sterlingg/json-snatcher" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" diff --git a/lisp/icejam-base.el b/lisp/icejam-base.el index ff4332a..4aeeabc 100644 --- a/lisp/icejam-base.el +++ b/lisp/icejam-base.el @@ -55,7 +55,7 @@ (setopt gcmh-verbose nil) ;; Do not log GC messages (setopt gcmh-idle-delay 'auto) ;; Compute GC delay based on gcmh-auto-idle-delay-factor (setopt gcmh-auto-idle-delay-factor 10) ;; Original value was 10 - (setopt gcmh-high-cons-threshold (* 128 1024 1024))) + (setopt gcmh-high-cons-threshold (* 256 1024 1024))) ;; #====================== Backup config #============================== (setopt backup-directory-alist @@ -65,8 +65,8 @@ (setopt backup-by-copying t) (setopt delete-old-versions t - kept-new-versions 6 - kept-old-versions 2 + kept-new-versions 10 + kept-old-versions 5 version-control t) ; Do not create .#foo.file lock files diff --git a/lisp/icejam-complete-at-point.el b/lisp/icejam-complete-at-point.el index 11d56c4..79a28e1 100644 --- a/lisp/icejam-complete-at-point.el +++ b/lisp/icejam-complete-at-point.el @@ -1,6 +1,6 @@ ;;; icejam-complete-at-point.el -- summary -*- lexical-binding: t; -*- ;;; Commentary: -;;; Company completion framework configuration +;;; Completion framework configuration ;;; Code: (require 'icejam-blocking) @@ -13,28 +13,24 @@ (use-package yasnippet-snippets :ensure t :after (yasnippet)) - ;; Corfu is the main engine for displaying suggestions. (use-package corfu :ensure t :defer t :hook ((elpaca-after-init . global-corfu-mode) (global-corfu-mode . corfu-popupinfo-mode)) :config ;; Go up to go the the last item on the list - (setopt corfu-cycle t) + (setopt corfu-cycle t + corfu-count 20 ;; Show 20 completion candidates - ;; Show 20 corfu - (setopt corfu-count 20) - - ;; Max width of the corfu frame - (setopt corfu-max-width 120) - - (setopt corfu-right-margin-width 0.5) - (setopt corfu-left-margin-width 0.5) - (setopt corfu-bar-width 0.5) - (setopt corfu-auto-delay 0.2) - (setopt corfu-popupinfo-delay '(0.4 . 0.2)) - (setopt corfu-auto t) - (setopt corfu-quit-no-match 'separator)) + corfu-max-width 120 ;; Max width of the corfu frame + corfu-right-margin-width 0.5 + corfu-left-margin-width 0.5 + corfu-bar-width 0.5 + corfu-auto-delay 0.1 + corfu-popupinfo-delay '(0.4 . 0.2) + corfu-auto t + corfu-quit-no-match 'separator + )) ;; Allow corfu to work in terminal (use-package corfu-terminal :ensure t :defer t @@ -44,12 +40,35 @@ ;; These are actual completions (use-package cape :ensure t :after corfu :config + (declare-function cape-dabbrev 'cape) + (declare-function cape-file 'cape) + (declare-function cape-keyword 'cape) + ;; Set default completion values: (set-default 'completion-at-point-functions - (list (cape-capf-super #'lsp-completion-at-point - #'yasnippet-capf) - #'cape-dabbrev - #'cape-file))) + (list #'cape-dabbrev #'cape-file #'cape-keyword))) + +(defun icejam-set-no-lsp-capfs () + "Set `completion-at-point-function` to non-LSP list." + (setq-local completion-at-point-functions + (list #'cape-dabbrev #'cape-file #'cape-keyword))) + +(defun icejam-set-lsp-capfs () + "Set `completion-at-point-function` to list where LSP is supported." + (setq-local completion-at-point-functions + (list (cape-capf-super #'lsp-completion-at-point + #'yasnippet-capf) + #'cape-dabbrev + #'cape-file))) + +(defun icejam-set-elisp-capfs () + "Set `completion-at-point-function` to what is useful in Elisp." + (setq-local completion-at-point-functions + (list (cape-capf-super #'elisp-completion-at-point + #'yasnippet-capf) + #'cape-dabbrev + #'cape-file + #'cape-elisp-symbol))) (use-package yasnippet-capf :ensure t :after corfu :config (setopt yasnippet-capf-lookup-by 'name)) diff --git a/lisp/icejam-completing-read.el b/lisp/icejam-completing-read.el index 0fec4db..3fa96ed 100644 --- a/lisp/icejam-completing-read.el +++ b/lisp/icejam-completing-read.el @@ -47,7 +47,7 @@ (use-package orderless :ensure t :config ;; Fallback to basic if orderless does not work. - (setopt completion-styles '(orderless partial-completion basic)) + (setopt completion-styles '(orderless basic)) (setopt completion-category-defaults nil) (setopt completion-category-overrides '((file (styles partial-completion))))) diff --git a/lisp/icejam-copilot.el b/lisp/icejam-copilot.el index bfbda09..2abc061 100644 --- a/lisp/icejam-copilot.el +++ b/lisp/icejam-copilot.el @@ -27,6 +27,11 @@ (use-package gptel :ensure t :defer t :config (declare-function gptel-make-anthropic "gptel") + (declare-function gptel-make-ollama "gptel") + (gptel-make-ollama "Ollama@Linux" + :host "192.168.88.110:11434" + :stream t + :models '(qwen2.5-coder:7b qwen2.5-coder:14b)) (setq gptel-model 'claude-3-5-sonnet-20241022 gptel-backend (gptel-make-anthropic "Claude" @@ -38,19 +43,22 @@ (use-package aider :ensure (:host github :repo "tninja/aider.el" :files ("aider.el")) :defer t :config + ;; (setenv "OLLAMA_API_BASE" "http://127.0.0.1:11434") + (setenv "OLLAMA_API_BASE" "http://192.168.88.110:11434") (setopt aider-args (list "--model" - "anthropic/claude-3-5-sonnet-20241022" - "--anthropic-api-key" - anthropic-api-key - "--no-auto-commits"))) + "ollama_chat/qwen2.5-coder:14b" + "--no-auto-commits" + "--no-analytics" + "--no-gitignore"))) ;; Pretend to be 'AI editor' vol 2. (use-package elysium :ensure t :defer t :config - ;; The elysium buffer will be 1/3 your screen - (setopt elysium-window-size 0.33) - ;; Elysium buffer will be vertical - (setopt elysium-window-style 'vertical)) + (setopt + ;; The elysium buffer will be 1/3 your screen + elysium-window-size 0.33 + ;; Elysium buffer will be vertical + elysium-window-style 'vertical)) ;; Merging with SMerge (use-package smerge-mode :ensure nil diff --git a/lisp/icejam-diminish.el b/lisp/icejam-diminish.el index ebcef1d..879d2bf 100644 --- a/lisp/icejam-diminish.el +++ b/lisp/icejam-diminish.el @@ -23,7 +23,6 @@ (whitespace whitespace-mode) (autorevert auto-revert-mode) (ivy ivy-mode) - (company-box company-box-mode) (smerge-mode smerge-mode) (gcmh gcmh-mode))) (let ((package (car package-and-mode)) diff --git a/lisp/icejam-fonts.el b/lisp/icejam-fonts.el index c9e351f..f3c484b 100644 --- a/lisp/icejam-fonts.el +++ b/lisp/icejam-fonts.el @@ -25,9 +25,11 @@ ;; (defconst icejam-font "Victor Mono Medium" "Default font.") ;; (defconst icejam-font "Iosevka Term" "Default font.") -(defconst icejam-font-family "Iosevka Comfy Motion" "Default font.") +(defconst icejam-default-font-family "Iosevka Comfy Motion" "Default font.") (defconst icejam-variable-font-family "Lexica Ultralegible" "Variable pitch font.") -(defconst icejam-markdown-font-family "Iosevka Term" "Font used to render code blocks in markdown.") +(defconst icejam-markdown-font-family "Iosevka Term" + "Font used to render code blocks in markdown. +It is different than default font to keep it visually distinct.") ;; Require dash functions to be included: (declare-function -> "dash.el") @@ -37,13 +39,13 @@ It is used to calculated the height in relation to the screen in `icejam-set-font-to-screen`.") -(defcustom icejam-mut-font-family - icejam-font-family +(defcustom icejam-mut-default-font-family + icejam-default-font-family "Current font, defaults to the one loaded in the beginning." :type 'string :group 'icejam) (defcustom icejam-mut-variable-font-family - icejam-font-family + icejam-default-font-family "Current variable-pitch font. Defaults to `icejam-variable-font-family`." :type 'string :group 'icejam) @@ -68,7 +70,7 @@ in `icejam-set-font-to-screen`.") (add-hook 'lsp-ui-doc-frame-hook (lambda (frame _w) (set-face-attribute 'default frame - :family icejam-mut-font-family + :family icejam-mut-default-font-family :height (-> icejam-mut-font-height (- 2) (* 10)))))) @@ -82,7 +84,7 @@ slightly smaller than the default face, by 1 point. Those are: `tooltip'. Modeline faces (`mode-line' and `mode-line-inactive') look better if they are two points smaller." (interactive "sNew font: \nnEnter height for %s: ") - (setopt icejam-mut-font-family family) + (setopt icejam-mut-default-font-family family) (setopt icejam-mut-font-height height) (setopt icejam-mut-variable-font-family icejam-variable-font-family) @@ -124,15 +126,15 @@ two points smaller." (cond ;; MacBook 14" built-in screen. ((>= 1080 pixel-height) - (icejam-set-font icejam-font-family icejam-font-height)) + (icejam-set-font icejam-default-font-family icejam-font-height)) ;; LG 27" screen connected to a MacBook. ((>= 1440 pixel-height) - (icejam-set-font icejam-font-family (+ icejam-font-height 3))) + (icejam-set-font icejam-default-font-family (+ icejam-font-height 3))) ;; 4K screen on Windows or Linux ((>= 2160 pixel-height) - (icejam-set-font icejam-font-family (- icejam-font-height 3))))))) + (icejam-set-font icejam-default-font-family (- icejam-font-height 3))))))) ;; Run the above function once, after elpaca finishes all downloads. (add-hook 'elpaca-after-init-hook 'icejam-set-font-to-screen) @@ -140,12 +142,12 @@ two points smaller." (defun icejam-set-font-height (height) "Set font to a specified HEIGHT." (interactive "nEnter height for font: ") - (icejam-set-font icejam-mut-font-family height)) + (icejam-set-font icejam-mut-default-font-family height)) (defun icejam-set-font-height-for-this-frame (new-height) "Set font NEW-HEIGHT for this frame only." (interactive "nEnter new height for font in this frame: ") - (set-frame-font (format "%s %d" icejam-mut-font-family new-height))) + (set-frame-font (format "%s %d" icejam-mut-default-font-family new-height))) (provide 'icejam-fonts) ;;; icejam-fonts.el ends here diff --git a/lisp/icejam-prog-mode.el b/lisp/icejam-prog-mode.el index dbf927d..e7d4e4b 100644 --- a/lisp/icejam-prog-mode.el +++ b/lisp/icejam-prog-mode.el @@ -23,9 +23,10 @@ (conf-mode . whitespace-mode) (before-save . whitespace-cleanup)) :config - (setopt whitespace-style #'(face trailing empty)) ;; New whitespace style - (setopt require-final-newline 't) ;; Insert newline on save - ) + (setopt + whitespace-style #'(face trailing empty) ;; New whitespace style + require-final-newline 't ;; Insert newline on save + )) (setq-default indent-tabs-mode nil) @@ -43,11 +44,12 @@ (text-mode . rainbow-mode))) ;; Dash integration -(use-package dash-at-point :ensure t :defer t) -(with-eval-after-load 'dash-at-point +(use-package dash-at-point :ensure t :defer t + :config (add-to-list 'dash-at-point-mode-alist '(enh-ruby-mode . "ruby,rubygems,rails")) (add-to-list 'dash-at-point-mode-alist '(elixir-ts-mode . "elixir,hex"))) + ;; By default, use 2 spaces for indentation (setopt tab-width 2) (setopt tab-stop-list (number-sequence tab-width 200 tab-width)) @@ -59,8 +61,23 @@ (setq-local tab-width step) (setq-local tab-stop-list (number-sequence step 200 step))) +(defun icejam-set-indent-2 () "Set indent to 2." (icejam-set-indent 2)) +(defun icejam-set-indent-4 () "Set indent to 4." (icejam-set-indent 4)) +(defun icejam-set-indent-8 () "Set indent to 8." (icejam-set-indent 8)) + (use-package column-enforce-mode :ensure t :defer t - :hook (elpaca-after-init . global-column-enforce-mode)) + :hook (elpaca-after-init . global-column-enforce-mode) + :config + (declare-function column-enforce-n 'column-enforce-mode) + (defun icejam-column-enforce-80 () + "Enforce 80 columns." + (column-enforce-n 80)) + (defun icejam-column-enforce-100 () + "Enforce 100 columns." + (column-enforce-n 100)) + (defun icejam-column-enforce-98 () + "Enforce 98 columns." + (column-enforce-n 98))) ;; PCRE to Emacs regex translations (use-package pcre2el :ensure t :defer t) @@ -68,8 +85,9 @@ ;; Visual regexp (use-package visual-regexp-steroids :ensure t :after (pcre2el) :config - (setopt vr/engine 'pcre2el) ;; Use pcre2el for regexes - ) + ;; Use pcre2el for regexes - so that I can use brackets more naturally with + ;; regexp. + (setopt vr/engine 'pcre2el)) (provide 'icejam-prog-mode) ;;; icejam-prog-mode.el ends here diff --git a/lisp/langs/icejam-lang-common-lisp.el b/lisp/langs/icejam-lang-common-lisp.el deleted file mode 100644 index 672de40..0000000 --- a/lisp/langs/icejam-lang-common-lisp.el +++ /dev/null @@ -1,22 +0,0 @@ -;;; common-lisp.el --- summary -*- lexical-binding: t; -*- - -;; Author: Maciej Szlosarczyk -;; Maintainer: Maciej Szlosarczyk -;; Version: 0.1-snapshot - -;;; Commentary: - -;;; Code: - -(require 'icejam-prog-mode) -(require 'icejam-complete-at-point) - -(use-package slime :ensure t) -(use-package slime-company :ensure t - :requires (slime company)) - -(setq inferior-lisp-program "sbcl") -(slime-setup '(slime-fancy slime-company slime-quicklisp slime-asdf)) - -(provide 'icejam-lang-common-lisp) -;;; icejam-lang-common-lisp.el ends here diff --git a/lisp/langs/icejam-lang-elisp.el b/lisp/langs/icejam-lang-elisp.el index 1bb1ed5..620ecdd 100644 --- a/lisp/langs/icejam-lang-elisp.el +++ b/lisp/langs/icejam-lang-elisp.el @@ -38,6 +38,7 @@ #'cape-elisp-symbol))) (add-hook 'emacs-lisp-mode-hook 'icejam-activate-emacs-lisp-mode) +(add-hook 'ielm-mode-hook 'icejam-set-elisp-capfs) (provide 'icejam-lang-elisp) ;;; icejam-lang-elisp.el ends here diff --git a/lisp/langs/icejam-lang-elixir.el b/lisp/langs/icejam-lang-elixir.el index 98b3669..f72f6bc 100644 --- a/lisp/langs/icejam-lang-elixir.el +++ b/lisp/langs/icejam-lang-elixir.el @@ -13,8 +13,7 @@ (use-package elixir-format :defer t :ensure (:type git :host github :repo "elixir-editors/emacs-elixir" :files ("elixir-format.el"))) -(use-package elixir-ts-mode :ensure t :defer t - :after (elixir-format lsp-mode lsp-ui)) +(use-package elixir-ts-mode :ensure t :defer t :after (elixir-format lsp-mode lsp-ui)) (transient-define-prefix icejam-elixir-lang-menu () "Elixir Buffer Commands." @@ -29,6 +28,12 @@ ["" ("q" "Quit" keyboard-quit)]) +(defun icejam-delete-elixir-snippets () + "This function deletes Elixir snippets I don't use." + (-> 'elixir-mode + (yas--table-get-create) + (yas--remove-template-by-uuid "defmodule"))) + (add-to-list 'icejam-language-transient-alist '(elixir-ts-mode . icejam-elixir-lang-menu)) @@ -43,11 +48,8 @@ (setq-local lsp-eldoc-enable-hover nil) (setq-local lsp-completion-enable-additional-text-edit nil) - (setq-local completion-at-point-functions - (list (cape-capf-super #'lsp-completion-at-point - #'yasnippet-capf) - #'cape-dabbrev - #'cape-file))) + (icejam-set-lsp-capfs) + (icejam-delete-elixir-snippets)) (add-hook 'heex-ts-mode-hook 'icejam-activate-elixir-ts-mode) (add-hook 'elixir-ts-mode-hook 'icejam-activate-elixir-ts-mode) diff --git a/lisp/langs/icejam-lang-erlang.el b/lisp/langs/icejam-lang-erlang.el index d620d8c..de42045 100644 --- a/lisp/langs/icejam-lang-erlang.el +++ b/lisp/langs/icejam-lang-erlang.el @@ -13,74 +13,15 @@ :ensure (:depth 1) :after (lsp lsp-ui)) -;; (cl-defun icejam-erlang-emacs-path (erlang-version) -;; "Find path to Emacs tooling for ERLANG-VERSION." -;; (car (split-string -;; (shell-command-to-string -;; (format "find $HOME/.asdf/installs/erlang/%s/ -name erlang.el" -;; erlang-version)) "erlang.el"))) - -;; (cl-defun icejam-erlang-path (erlang-version) -;; "Find asdf path for ERLANG-VERSION." -;; (format "$HOME/.asdf/installs/erlang/%s/" erlang-version)) - -;; (defun icejam-erlang-plist (erlang-version) -;; "Create property list for ERLANG-VERSION." -;; (list :version erlang-version -;; :erlang-path (icejam-erlang-path erlang-version) -;; :emacs-path (icejam-erlang-emacs-path erlang-version))) - -;; (cl-defun icejam-installed-erlangs () -;; "List Erlang versions installed with asdf." -;; (split-string -;; (shell-command-to-string -;; (format "asdf list erlang")))) - -;; (cl-defun icejam-erlang-available-versions--plist () -;; "Create plist for all installed Erlang versions." -;; (mapcar 'icejam-erlang-plist (icejam-installed-erlangs))) - -;; (defvar icejam-erlang-available-versions (icejam-erlang-available-versions--plist)) - -;; (cl-defun icejam-erlang-currently-in-use () -;; "Get Erlang version currently in use." -;; (car (split-string (shell-command-to-string "asdf current erlang")))) - -;; (cl-defun icejam-erlang-current-version--plistp (erlang-plist) -;; "Check if currently in use Erlang is the same as the one in ERLANG-PLIST." -;; (equal (plist-get erlang-plist :version) (icejam-erlang-currently-in-use))) - -;; (cl-defun icejam-erlang-current-plist () -;; "Create plist from current Erlang version." -;; (seq-find 'icejam-erlang-current-version--plistp icejam-erlang-available-versions)) - (defun icejam-activate-erlang-mode () - "All things for all Erlang, including header files." - ;; (when (featurep 'erlang-start) (unload-feature 'erlang-start)) - - ;; (defvar erlang/current-erlang (icejam-erlang-current-plist)) - - ;; (add-to-list (make-local-variable 'load-path) - ;; (plist-get erlang/current-erlang :emacs-path)) - - ;; (add-to-list (make-local-variable 'exec-path) - ;; (format "%slib/tools-3.1/emacs" - ;; (plist-get erlang/current-erlang :erlang-path))) - - ;; (setq-local erlang-man-root-dir - ;; (format "%sman" - ;; (plist-get erlang/current-erlang :erlang-path))) - - ;; (require 'erlang-start) (icejam-set-indent 4) (column-enforce-n 80) ;; Start LSP (lsp) - ;; Company list override - (add-to-list (make-local-variable 'company-backends) - '(company-capf company-yasnippet))) + ;; Capf override + (icejam-set-lsp-capfs)) (add-hook 'erlang-mode-hook 'icejam-activate-erlang-mode) diff --git a/lisp/langs/icejam-lang-fsharp.el b/lisp/langs/icejam-lang-fsharp.el index c22f4f2..7713d3e 100644 --- a/lisp/langs/icejam-lang-fsharp.el +++ b/lisp/langs/icejam-lang-fsharp.el @@ -24,9 +24,8 @@ (column-enforce-n 100) (lsp-deferred) - ;; Company list override - (add-to-list (make-local-variable 'company-backends) - '(company-capf company-yasnippet))) + ;; Capf override + (icejam-set-lsp-capfs)) (add-hook 'fsharp-mode-hook 'icejam-activate-fsharp-mode) diff --git a/lisp/langs/icejam-lang-haskell.el b/lisp/langs/icejam-lang-haskell.el index 556a44e..8b5cbed 100644 --- a/lisp/langs/icejam-lang-haskell.el +++ b/lisp/langs/icejam-lang-haskell.el @@ -23,14 +23,13 @@ :after (lsp-mode lsp-ui haskell-mode)) (defun icejam-activate-haskell-mode () - "Run this in haskell-mode." + "Run this in `haskell-mode'." (icejam-set-indent 2) (column-enforce-n 80) (lsp-deferred) - ;; Company list override - (add-to-list (make-local-variable 'company-backends) - '(company-capf company-yasnippet))) + ;; Capf override + (icejam-set-lsp-capfs)) (add-hook 'haskell-mode-hook 'icejam-activate-haskell-mode) diff --git a/lisp/langs/icejam-lang-javascript.el b/lisp/langs/icejam-lang-javascript.el index e4c0c24..780c13d 100644 --- a/lisp/langs/icejam-lang-javascript.el +++ b/lisp/langs/icejam-lang-javascript.el @@ -7,7 +7,7 @@ (require 'icejam-lsp) (use-package js2-mode :ensure t :defer t - :after (web-mode company lsp-mode lsp-ui)) + :after (web-mode lsp-mode lsp-ui)) (use-package typescript-ts-mode :ensure nil :defer t) @@ -47,9 +47,7 @@ (setq-local lsp-eldoc-enable-hover nil) (setq-local flycheck-check-syntax-automatically '(save mode-enabled)) - ;; "Company list override." - (add-to-list (make-local-variable 'company-backends) - '(company-capf company-yasnippet))) + (icejam-set-lsp-capfs)) (add-hook 'js2-mode-hook 'icejam-activate-js2-mode) diff --git a/lisp/langs/icejam-lang-lean.el b/lisp/langs/icejam-lang-lean.el index 00ca2b0..bb3330a 100644 --- a/lisp/langs/icejam-lang-lean.el +++ b/lisp/langs/icejam-lang-lean.el @@ -21,9 +21,8 @@ ;; Run LSP (lsp-deferred) - ;; Company list override - (add-to-list (make-local-variable 'company-backends) - '(company-capf company-yasnippet))) + ;; Capf override + (icejam-set-lsp-capfs)) (add-hook 'lean4-mode-hook 'icejam-activate-lean-mode) diff --git a/lisp/langs/icejam-lang-php.el b/lisp/langs/icejam-lang-php.el index ecbb7b2..88887e8 100644 --- a/lisp/langs/icejam-lang-php.el +++ b/lisp/langs/icejam-lang-php.el @@ -38,9 +38,8 @@ (define-key php-mode-map (kbd "C-c l") 'icejam-lang-php/context-menu) - ;; Company list override - (add-to-list (make-local-variable 'company-backends) - '(company-capf company-yasnippet))) + ;; Capf override + (icejam-set-lsp-capfs)) (add-hook 'php-mode-hook 'icejam-lang-activate-php-mode) diff --git a/lisp/langs/icejam-lang-purescript.el b/lisp/langs/icejam-lang-purescript.el index a8bb8a8..0462a85 100644 --- a/lisp/langs/icejam-lang-purescript.el +++ b/lisp/langs/icejam-lang-purescript.el @@ -24,8 +24,8 @@ ;; Purescript indentation (purescript-indentation-mode t) - ;; Company list override - ) + ;; Capf override + (icejam-set-lsp-capfs)) (add-hook 'purescript-mode-hook 'icejam-activate-purescript-mode) diff --git a/lisp/langs/icejam-lang-python.el b/lisp/langs/icejam-lang-python.el index ae8e3f3..9fb794a 100644 --- a/lisp/langs/icejam-lang-python.el +++ b/lisp/langs/icejam-lang-python.el @@ -30,9 +30,8 @@ (lsp) (column-enforce-n 99) - ;; Company list override - (add-to-list (make-local-variable 'company-backends) - '(company-capf company-yasnippet))) + ;; Capf override + (icejam-set-lsp-capfs)) (add-hook 'python-mode-hook 'icejam-lang-activate-python-mode) diff --git a/lisp/langs/icejam-lang-ruby.el b/lisp/langs/icejam-lang-ruby.el index 5cc0613..10c4c05 100644 --- a/lisp/langs/icejam-lang-ruby.el +++ b/lisp/langs/icejam-lang-ruby.el @@ -23,9 +23,8 @@ ;; Start LSP (lsp) - ;; Company list override - (add-to-list (make-local-variable 'company-backends) - '(company-capf company-yasnippet))) + ;; Capf override + (icejam-set-lsp-capfs)) (add-hook 'ruby-ts-mode-hook 'rspec-mode) (add-hook 'ruby-ts-mode-hook 'ruby-end-mode) From 040ffa7cb319033c022241003468306ff274c05a Mon Sep 17 00:00:00 2001 From: Maciej Szlosarczyk Date: Wed, 15 Jan 2025 14:40:46 +0200 Subject: [PATCH 21/34] Remove icejam-blocking file --- elpaca.lock | 305 +++++++++++++++---------------- lisp/icejam-blocking.el | 19 -- lisp/icejam-complete-at-point.el | 2 - lisp/icejam-custom-init.el | 1 - lisp/icejam-lsp.el | 1 - lisp/icejam-transient.el | 20 +- 6 files changed, 166 insertions(+), 182 deletions(-) delete mode 100644 lisp/icejam-blocking.el diff --git a/elpaca.lock b/elpaca.lock index 2b1681b..c25ff82 100644 --- a/elpaca.lock +++ b/elpaca.lock @@ -1,5 +1,5 @@ ((elpaca :source "lockfile" :date - (26503 31068 319525 0) + (26503 44369 218979 0) :recipe (:source nil :protocol https :inherit t :depth 1 :repo "https://github.com/progfolio/elpaca.git" :ref "481d9212a2f8c1f0489a33f2a8320590293af42d" :files (:defaults "elpaca-test.el" @@ -8,7 +8,7 @@ (:not elpaca--activate-package) :package "elpaca")) (elpaca-use-package :source "lockfile" :date - (26503 31068 311676 0) + (26503 44369 211312 0) :recipe (:package "elpaca-use-package" :wait t :repo "https://github.com/progfolio/elpaca.git" :files ("extensions/elpaca-use-package.el") @@ -16,146 +16,130 @@ (:not elpaca--compile-info) :source "Elpaca extensions" :protocol https :inherit t :depth treeless :ref "481d9212a2f8c1f0489a33f2a8320590293af42d")) (benchmark-init :source "lockfile" :date - (26503 31068 303790 0) + (26503 44369 203526 0) :recipe (:package "benchmark-init" :fetcher github :repo "dholm/benchmark-init-el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :wait t :ref "2b34432d79fa0aae8abc3db72db1cb79a28c00b2")) - (transient :source "lockfile" :date - (26503 31068 295848 0) - :recipe - (:package "transient" :fetcher github :repo "magit/transient" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "69202c123205f396fefd35acdbc66fe8d0dfad12")) - (compat :source "lockfile" :date - (26503 31068 287889 0) - :recipe - (:package "compat" :repo - ("https://github.com/emacs-compat/compat" . "compat") - :files - ("*" - (:exclude ".git")) - :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "a1a1c9c395a494ebba26c9d46549fe9daf54e032")) (easy-kill :source "lockfile" :date - (26503 31068 280011 0) + (26503 44369 195763 0) :recipe (:package "easy-kill" :fetcher github :repo "leoliu/easy-kill" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "de7d66c3c864a4722a973ee9bc228a14be49ba0c")) (buffer-move :source "lockfile" :date - (26503 31068 271630 0) + (26503 44369 188076 0) :recipe (:package "buffer-move" :fetcher github :repo "lukhas/buffer-move" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "e7800b3ab1bd76ee475ef35507ec51ecd5a3f065")) (gcmh :source "lockfile" :date - (26503 31068 263720 0) + (26503 44369 180308 0) :recipe (:package "gcmh" :repo "koral/gcmh" :fetcher gitlab :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "0089f9c3a6d4e9a310d0791cf6fa8f35642ecfd9")) (exec-path-from-shell :source "lockfile" :date - (26503 31068 255880 0) + (26503 44369 172591 0) :recipe (:package "exec-path-from-shell" :fetcher github :repo "purcell/exec-path-from-shell" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "4896a797252fbfdac32fb77508500ac7d220f717")) (direnv :source "lockfile" :date - (26503 31068 248084 0) + (26503 44369 164841 0) :recipe (:package "direnv" :fetcher github :repo "wbolster/emacs-direnv" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c0bf3b81c7a97e2a0d06d05495e86848254fcc1f")) (treemacs :source "lockfile" :date - (26503 31068 240291 0) + (26503 44369 157093 0) :recipe (:package "treemacs" :fetcher github :repo "Alexander-Miller/treemacs" :files (:defaults "Changelog.org" "icons" "src/elisp/treemacs*.el" "src/scripts/treemacs*.py" (:exclude "src/extra/*")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "32bb3dd02ddfca85661614b3b227e770fab821e2")) (treemacs-all-the-icons :source "lockfile" :date - (26503 31068 232624 0) + (26503 44369 149418 0) :recipe (:package "treemacs-all-the-icons" :fetcher github :repo "Alexander-Miller/treemacs" :files ("src/extra/treemacs-all-the-icons.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "32bb3dd02ddfca85661614b3b227e770fab821e2")) (keyfreq :source "lockfile" :date - (26503 31068 224887 0) + (26503 44369 141664 0) :recipe (:package "keyfreq" :fetcher github :repo "dacap/keyfreq" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c6955162307f37c2ac631d9daf118781009f8dda")) (which-key :source "lockfile" :date - (26503 31068 217065 0) + (26503 44369 133931 0) :recipe (:package "which-key" :repo "justbur/emacs-which-key" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "38d4308d1143b61e4004b6e7a940686784e51500")) (tree-sitter-langs :source "lockfile" :date - (26503 31068 209076 0) + (26503 44369 126176 0) :recipe (:package "tree-sitter-langs" :repo "emacs-tree-sitter/tree-sitter-langs" :fetcher github :branch "release" :files (:defaults "queries") :source "MELPA" :protocol https :inherit t :depth treeless :ref "4f951dbb530d254a0eb223431a0e0d63b2a7399a")) (vertico :source "lockfile" :date - (26503 31068 201230 0) + (26503 44369 118395 0) :recipe (:package "vertico" :repo "minad/vertico" :files (:defaults "extensions/vertico-*.el") :fetcher github :source "MELPA" :protocol https :inherit t :depth treeless :ref "c033c7149de510b4da9c473b31a6d73619868ce0")) (orderless :source "lockfile" :date - (26503 31068 193282 0) + (26503 44369 110684 0) :recipe (:package "orderless" :repo "oantolin/orderless" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "411051c3257d60f0492cf88065193bb443b6ca0d")) (marginalia :source "lockfile" :date - (26503 31068 185423 0) + (26503 44369 102917 0) :recipe (:package "marginalia" :repo "minad/marginalia" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c390456b89ad46bc10c3ef2ee5df59947b72084e")) (consult :source "lockfile" :date - (26503 31068 177523 0) + (26503 44369 95102 0) :recipe (:package "consult" :repo "minad/consult" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "a055b4cde4d8038c5cd57251e0985835bc17cf16")) (helpful :source "lockfile" :date - (26503 31068 169597 0) + (26503 44369 86607 0) :recipe (:package "helpful" :repo "Wilfred/helpful" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "4ba24cac9fb14d5fdc32582cd947572040e82b2c")) (avy :source "lockfile" :date - (26503 31068 161687 0) + (26503 44369 78892 0) :recipe (:package "avy" :repo "abo-abo/avy" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "933d1f36cca0f71e4acb5fac707e9ae26c536264")) (rainbow-delimiters :source "lockfile" :date - (26503 31068 153856 0) + (26503 44369 71199 0) :recipe (:package "rainbow-delimiters" :fetcher github :repo "Fanael/rainbow-delimiters" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f40ece58df8b2f0fb6c8576b527755a552a5e763")) (rainbow-mode :source "lockfile" :date - (26503 31068 145823 0) + (26503 44369 63353 0) :recipe (:package "rainbow-mode" :repo ("git://git.sv.gnu.org/emacs/elpa" . "rainbow-mode") @@ -164,52 +148,52 @@ (:exclude ".git")) :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "f7db3b5919f70420a91eb199f8663468de3033f3")) (dash-at-point :source "lockfile" :date - (26503 31068 137978 0) + (26503 44369 55465 0) :recipe (:package "dash-at-point" :fetcher github :repo "stanaka/dash-at-point" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "fba1a6f42ea51d05110e12c62bdced664059eb55")) (column-enforce-mode :source "lockfile" :date - (26503 31068 130100 0) + (26503 44369 47626 0) :recipe (:package "column-enforce-mode" :fetcher github :repo "jordonbiondo/column-enforce-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "14a7622f2268890e33536ccd29510024d51ee96f")) (pcre2el :source "lockfile" :date - (26503 31068 122295 0) + (26503 44369 39805 0) :recipe (:package "pcre2el" :fetcher github :repo "joddie/pcre2el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "b4d846d80dddb313042131cf2b8fbf647567e000")) (visual-regexp-steroids :source "lockfile" :date - (26503 31068 114450 0) + (26503 44369 32034 0) :recipe (:package "visual-regexp-steroids" :repo "benma/visual-regexp-steroids.el" :fetcher github :files ("visual-regexp-steroids.el" "regexp.py") :source "MELPA" :protocol https :inherit t :depth treeless :ref "a6420b25ec0fbba43bf57875827092e1196d8a9e")) (yasnippet :source "lockfile" :date - (26503 31068 106568 0) + (26503 44369 24303 0) :recipe (:package "yasnippet" :repo "joaotavora/yasnippet" :fetcher github :files ("yasnippet.el" "snippets") :source "MELPA" :protocol https :inherit t :depth treeless :ref "5b315f1753480ebe669b157b8242448b5eafcfea")) (yasnippet-snippets :source "lockfile" :date - (26503 31068 98697 0) + (26503 44369 16521 0) :recipe (:package "yasnippet-snippets" :repo "AndreaCrotti/yasnippet-snippets" :fetcher github :files ("*.el" "snippets" ".nosearch") :source "MELPA" :protocol https :inherit t :depth treeless :ref "f1907ed38acc479e78d5c113810465e4d77d8604")) (corfu :source "lockfile" :date - (26503 31068 90892 0) + (26503 44369 8756 0) :recipe (:package "corfu" :repo "minad/corfu" :files (:defaults "extensions/corfu-*.el") :fetcher github :source "MELPA" :protocol https :inherit t :depth treeless :ref "9dc2f900ef58fdd75b4804039848da732f56465c")) (corfu-terminal :source "lockfile" :date - (26503 31068 83153 0) + (26503 44369 1004 0) :recipe (:package "corfu-terminal" :repo ("https://codeberg.org/akib/emacs-corfu-terminal" . "corfu-terminal") @@ -218,105 +202,105 @@ (:exclude ".git")) :source "NonGNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "501548c3d51f926c687e8cd838c5865ec45d03cc")) (cape :source "lockfile" :date - (26503 31068 75406 0) + (26503 44368 993252 0) :recipe (:package "cape" :repo "minad/cape" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "ac3903c9bd986ec763279ffb0c3e5ee16e53747d")) (yasnippet-capf :source "lockfile" :date - (26503 31068 67571 0) + (26503 44368 985589 0) :recipe (:package "yasnippet-capf" :fetcher github :repo "elken/yasnippet-capf" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "4c2e33d70cd1d95cf1e08d134b058a6dd90a99c9")) (nerd-icons-corfu :source "lockfile" :date - (26503 31068 59610 0) + (26503 44368 976379 0) :recipe (:package "nerd-icons-corfu" :fetcher github :repo "LuigiPiucco/nerd-icons-corfu" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "41110180ceab9d0edaa856d19633b2b3fdf82e75")) (copilot :source "lockfile" :date - (26503 31068 51840 0) + (26503 44368 968581 0) :recipe (:package "copilot" :fetcher github :repo "copilot-emacs/copilot.el" :files ("*.el") :source "MELPA" :protocol https :inherit t :depth treeless :host github :ref "be6c274562e150e4acf5253968d1b434c40d368b")) (gptel :source "lockfile" :date - (26503 31068 44061 0) + (26503 44368 960802 0) :recipe (:package "gptel" :repo "karthink/gptel" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "02f603fdc0f2e8f635fa1c7faabcba8db6367af0")) (aider :source "lockfile" :date - (26503 31068 36208 0) + (26503 44368 953025 0) :recipe (:source nil :protocol https :inherit t :depth treeless :host github :repo "tninja/aider.el" :files ("aider.el") :package "aider" :ref "9e00fea9479593e74ee8de88515cd2f561814bd0")) (elysium :source "lockfile" :date - (26503 31068 28355 0) + (26503 44368 945293 0) :recipe (:package "elysium" :fetcher github :repo "lanceberge/elysium" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "149398813bbda0366203304bbb7db6ffe73befa6")) (flymake-flycheck :source "lockfile" :date - (26503 31068 20554 0) + (26503 44368 937413 0) :recipe (:package "flymake-flycheck" :fetcher github :repo "purcell/flymake-flycheck" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "88455c5e6d8ebf650fb51a45c7511a1c18097344")) (flyspell-correct :source "lockfile" :date - (26503 31068 12643 0) + (26503 44368 929661 0) :recipe (:package "flyspell-correct" :repo "d12frosted/flyspell-correct" :fetcher github :files ("flyspell-correct.el" "flyspell-correct-ido.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "1e7a5a56362dd875dddf848b9a9e25d1395b9d37")) (deft :source "lockfile" :date - (26503 31068 4658 0) + (26503 44368 921924 0) :recipe (:package "deft" :repo "jrblevin/deft" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "b369d7225d86551882568788a23c5497b232509c")) (lsp-mode :source "lockfile" :date - (26503 31067 996883 0) + (26503 44368 914151 0) :recipe (:package "lsp-mode" :repo "emacs-lsp/lsp-mode" :fetcher github :files (:defaults "clients/*.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "0252be2fe7959717eb0284e520928a408c74b6c0")) (lsp-ui :source "lockfile" :date - (26503 31067 989114 0) + (26503 44368 906499 0) :recipe (:package "lsp-ui" :repo "emacs-lsp/lsp-ui" :fetcher github :files (:defaults "lsp-ui-doc.html" "resources") :source "MELPA" :protocol https :inherit t :depth treeless :ref "1eae284ab0ae70fba4a2ee1e3f76d7013521c49c")) (dap-mode :source "lockfile" :date - (26503 31067 981286 0) + (26503 44368 898711 0) :recipe (:package "dap-mode" :repo "emacs-lsp/dap-mode" :fetcher github :files (:defaults "icons") :source "MELPA" :protocol https :inherit t :depth treeless :ref "ffb795761273e1bdc3d0cd1ebdd43e36b7c08921")) (dashboard :source "lockfile" :date - (26503 31067 973499 0) + (26503 44368 890930 0) :recipe (:package "dashboard" :fetcher github :repo "emacs-dashboard/emacs-dashboard" :files (:defaults "banners") :source "MELPA" :protocol https :inherit t :depth treeless :ref "7b7846689845078cb5604508c5075e28e2160efe")) (magit :source "lockfile" :date - (26503 31067 965573 0) + (26503 44368 883212 0) :recipe (:package "magit" :fetcher github :repo "magit/magit" :files ("lisp/magit*.el" "lisp/git-*.el" "docs/magit.texi" "docs/AUTHORS.md" "LICENSE" "magit-pkg.el" (:exclude "lisp/magit-section.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "6efe13e701118719a61fee2b6eb465b8fa4a028e")) (vundo :source "lockfile" :date - (26503 31067 957888 0) + (26503 44368 875556 0) :recipe (:package "vundo" :repo ("https://github.com/casouri/vundo" . "vundo") @@ -325,33 +309,33 @@ (:exclude ".git" "test")) :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "288892ee93214ddcaf65fdd9f3134c1bd10100ee")) (speed-type :source "lockfile" :date - (26503 31067 950039 0) + (26503 44368 867802 0) :recipe (:package "speed-type" :fetcher github :repo "dakra/speed-type" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "b982ee6081a11837760eeaed73c4f413eefb07b1")) (spaceline :source "lockfile" :date - (26503 31067 942143 0) + (26503 44368 860018 0) :recipe (:package "spaceline" :fetcher github :repo "TheBB/spaceline" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "086420d16e526c79b67fc1edec4c2ae1e699f372")) (base16-theme :source "lockfile" :date - (26503 31067 934318 0) + (26503 44368 852310 0) :recipe (:package "base16-theme" :repo "tinted-theming/base16-emacs" :fetcher github :files (:defaults "build/*.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "1d48474c3c07521276f4e7d73317a654997b4381")) (clojure-mode :source "lockfile" :date - (26503 31067 926324 0) + (26503 44368 844570 0) :recipe (:package "clojure-mode" :repo "clojure-emacs/clojure-mode" :fetcher github :files ("clojure-mode.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "eabe29b076fff19db552d36d4babaa36ecf0b704")) (cider :source "lockfile" :date - (26503 31067 918502 0) + (26503 44368 836788 0) :recipe (:package "cider" :fetcher github :repo "clojure-emacs/cider" :files ("lisp/*.el" "bin/*.sh" "*.el" "clojure.sh" "lein.sh" @@ -360,222 +344,222 @@ (nrepl) :source "MELPA" :protocol https :inherit t :depth treeless :ref "e33067498a089157af28dbed180117d8b8a3605e")) (clj-refactor :source "lockfile" :date - (26503 31067 910618 0) + (26503 44368 829194 0) :recipe (:package "clj-refactor" :fetcher github :repo "clojure-emacs/clj-refactor.el" :files (:defaults "CHANGELOG.md") :source "MELPA" :protocol https :inherit t :depth treeless :ref "dc1bbc8cdaa723bdbb6669ea7d280625c370755d")) (dart-mode :source "lockfile" :date - (26503 31067 902830 0) + (26503 44368 821487 0) :recipe (:package "dart-mode" :fetcher github :repo "emacsorphanage/dart-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "02e919c1cf200b4938139c18068577faff1fb364")) (lsp-dart :source "lockfile" :date - (26503 31067 895013 0) + (26503 44368 813769 0) :recipe (:package "lsp-dart" :repo "emacs-lsp/lsp-dart" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "7e3d3429418bc42cda7fa7b58e6644a705cf2f89")) (dhall-mode :source "lockfile" :date - (26503 31067 887038 0) + (26503 44368 806008 0) :recipe (:package "dhall-mode" :repo "psibi/dhall-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "fca383a9c4622c1d9a39dc977572b34c7fa0b719")) (lispy :source "lockfile" :date - (26503 31067 879067 0) + (26503 44368 798245 0) :recipe (:package "lispy" :repo "abo-abo/lispy" :fetcher github :files (:defaults "lispy-clojure.clj" "lispy-clojure.cljs" "lispy-python.py") :source "MELPA" :protocol https :inherit t :depth treeless :ref "fe44efd21573868638ca86fc8313241148fabbe3")) (elixir-format :source "lockfile" :date - (26503 31067 871011 0) + (26503 44368 790440 0) :recipe (:source nil :protocol https :inherit t :depth treeless :type git :host github :repo "elixir-editors/emacs-elixir" :files ("elixir-format.el") :package "elixir-format" :ref "00d6580a040a750e019218f9392cf9a4c2dac23a")) (elixir-ts-mode :source "lockfile" :date - (26503 31067 863191 0) + (26503 44368 782732 0) :recipe (:package "elixir-ts-mode" :repo "wkirschbaum/elixir-ts-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "143b94f4a5ac1f161c232e3f25b84c6768be2f25")) (erlang :source "lockfile" :date - (26503 31067 855324 0) + (26503 44368 775040 0) :recipe (:package "erlang" :fetcher github :repo "erlang/otp" :version-regexp "OTP-%v" :files ("lib/tools/emacs/*.el" (:exclude "lib/tools/emacs/erlang_appwiz.el")) :source "MELPA" :protocol https :inherit t :depth 1 :ref "7e07bb87b649fb6879e1fc587e42321d7ac9b512")) (fsharp-mode :source "lockfile" :date - (26503 31067 847439 0) + (26503 44368 767297 0) :recipe (:package "fsharp-mode" :fetcher github :repo "fsharp/emacs-fsharp-mode" :files (:defaults (:exclude "eglot-fsharp.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "677d78c4d6cb574086408082dedbcaef04a85359")) (gleam-ts-mode :source "lockfile" :date - (26503 31067 839530 0) + (26503 44368 759473 0) :recipe (:package "gleam-ts-mode" :fetcher github :repo "gleam-lang/gleam-mode" :files ("gleam-ts-mode.el") :source "MELPA" :protocol https :inherit t :depth treeless :type git :host github :ref "d00f37d0b47f5d6810aa295af98c40a7708b4305")) (go-mode :source "lockfile" :date - (26503 31067 831725 0) + (26503 44368 751691 0) :recipe (:package "go-mode" :repo "dominikh/go-mode.el" :fetcher github :files ("go-mode.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "602d73e22646b1b98b2eb97927fd426c0d1d2f92")) (haskell-mode :source "lockfile" :date - (26503 31067 823854 0) + (26503 44368 743859 0) :recipe (:package "haskell-mode" :repo "haskell/haskell-mode" :fetcher github :files (:defaults "NEWS" "logo.svg") :source "MELPA" :protocol https :inherit t :depth treeless :ref "1a285fc4c50ca74bb5cd9b2a8c1a46a64a77384a")) (lsp-haskell :source "lockfile" :date - (26503 31067 815928 0) + (26503 44368 736092 0) :recipe (:package "lsp-haskell" :repo "emacs-lsp/lsp-haskell" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "6981f8d1225c038c1a130e8cf70530cfe15f976e")) (js2-mode :source "lockfile" :date - (26503 31067 808056 0) + (26503 44368 728245 0) :recipe (:package "js2-mode" :repo "mooz/js2-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "e0c302872de4d26a9c1614fac8d6b94112b96307")) (kotlin-ts-mode :source "lockfile" :date - (26503 31067 800195 0) + (26503 44368 720400 0) :recipe (:package "kotlin-ts-mode" :fetcher gitlab :repo "bricka/emacs-kotlin-ts-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "a25d56cecac9160ba7c140f982ec16ca7b2fe97f")) (gradle-mode :source "lockfile" :date - (26503 31067 792260 0) + (26503 44368 712627 0) :recipe (:package "gradle-mode" :fetcher github :repo "scubacabra/emacs-gradle-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "e4d665d5784ecda7ddfba015f07c69be3cfc45f2")) (lean4-mode :source "lockfile" :date - (26503 31067 784372 0) + (26503 44368 704813 0) :recipe (:source nil :protocol https :inherit t :depth treeless :type git :host github :repo "leanprover/lean4-mode" :files ("*.el" "data") :package "lean4-mode" :ref "76895d8939111654a472cfc617cfd43fbf5f1eb6")) (markdown-mode :source "lockfile" :date - (26503 31067 776459 0) + (26503 44368 696871 0) :recipe (:package "markdown-mode" :fetcher github :repo "jrblevin/markdown-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "e1007785947ac8b32d8977a2843a11aded40682b")) (merlin :source "lockfile" :date - (26503 31067 768622 0) + (26503 44368 689078 0) :recipe (:package "merlin" :fetcher github :repo "ocaml/merlin" :files ("emacs/*.el" (:exclude "emacs/merlin-ac.el" "emacs/merlin-company.el" "emacs/merlin-iedit.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "86b4b261b950e409791a42815e4ede601c6be92d")) (opam-switch-mode :source "lockfile" :date - (26503 31067 760759 0) + (26503 44368 681335 0) :recipe (:package "opam-switch-mode" :fetcher github :repo "ProofGeneral/opam-switch-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "1069e56a662f23ea09d4e05611bdedeb99257012")) (dune :source "lockfile" :date - (26503 31067 752975 0) + (26503 44368 673355 0) :recipe (:package "dune" :fetcher github :repo "ocaml/dune" :files ("editor-integration/emacs/*.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "e5d69c22d5ef1700b4c463ec9452427eac9cfb9c")) (tuareg :source "lockfile" :date - (26503 31067 745133 0) + (26503 44368 665500 0) :recipe (:package "tuareg" :fetcher github :repo "ocaml/tuareg" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "1d53723e39f22ab4ab76d31f2b188a2879305092")) (dockerfile-mode :source "lockfile" :date - (26503 31067 737282 0) + (26503 44368 657771 0) :recipe (:package "dockerfile-mode" :fetcher github :repo "spotify/dockerfile-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "4d893bd2da15833ce056332e6c972d5d93e78f04")) (docker :source "lockfile" :date - (26503 31067 729484 0) + (26503 44368 649823 0) :recipe (:package "docker" :fetcher github :repo "Silex/docker.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "46b597a711492e1c19d1260951f39372450278f5")) (terraform-mode :source "lockfile" :date - (26503 31067 721632 0) + (26503 44368 641891 0) :recipe (:package "terraform-mode" :repo "hcl-emacs/terraform-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "5bdd734a87f67f6574664f63eb4d02a0bc74c0d0")) (ansible :source "lockfile" :date - (26503 31067 713763 0) + (26503 44368 634167 0) :recipe (:package "ansible" :fetcher gitlab :repo "emacs-ansible/emacs-ansible" :files (:defaults "snippets" "dict") :source "MELPA" :protocol https :inherit t :depth treeless :ref "03e285bb54a687e3fd9e21026b088fdac46679a0")) (nginx-mode :source "lockfile" :date - (26503 31067 706015 0) + (26503 44368 626351 0) :recipe (:package "nginx-mode" :fetcher github :repo "ajc/nginx-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c4ac5de975d65c84893a130a470af32a48b0b66c")) (jenkinsfile-mode :source "lockfile" :date - (26503 31067 698147 0) + (26503 44368 618524 0) :recipe (:package "jenkinsfile-mode" :repo "https://github.com/john2x/jenkinsfile-mode.git" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :branch "master" :ref "568865ee419e0592de0dd0717d6769a66d9df111")) (lua-mode :source "lockfile" :date - (26503 31067 690215 0) + (26503 44368 610741 0) :recipe (:package "lua-mode" :repo "immerrr/lua-mode" :fetcher github :files (:defaults (:exclude "init-tryout.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "d074e4134b1beae9ed4c9b512af741ca0d852ba3")) (graphql-mode :source "lockfile" :date - (26503 31067 682419 0) + (26503 44368 602943 0) :recipe (:package "graphql-mode" :repo "davazp/graphql-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "ee49531935ede7a2c9597713e13a4c9d33ef2220")) (yaml-mode :source "lockfile" :date - (26503 31067 674620 0) + (26503 44368 595150 0) :recipe (:package "yaml-mode" :repo "yoshiki/yaml-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "d91f878729312a6beed77e6637c60497c5786efa")) (json-mode :source "lockfile" :date - (26503 31067 666684 0) + (26503 44368 587178 0) :recipe (:package "json-mode" :fetcher github :repo "json-emacs/json-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "77125b01c0ddce537085201098bea9b4b8ba6be3")) (git-modes :source "lockfile" :date - (26503 31067 659039 0) + (26503 44368 579377 0) :recipe (:package "git-modes" :fetcher github :repo "magit/git-modes" :old-names (gitattributes-mode gitconfig-mode gitignore-mode) @@ -584,183 +568,192 @@ (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f99010bbeb8b6d8a0819fac0195a2ef0159d08f0")) (php-mode :source "lockfile" :date - (26503 31067 651346 0) + (26503 44368 571603 0) :recipe (:package "php-mode" :repo "emacs-php/php-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "0f756a8c0782ebdc00557addc68763305c91ca51")) (purescript-mode :source "lockfile" :date - (26503 31067 643625 0) + (26503 44368 563873 0) :recipe (:package "purescript-mode" :repo "purescript-emacs/purescript-mode" :fetcher github :files (:defaults "NEWS" "snippets") :source "MELPA" :protocol https :inherit t :depth treeless :ref "07e4d6ecfe677d595ed3759c912c0b262d886b98")) (rspec-mode :source "lockfile" :date - (26503 31067 635855 0) + (26503 44368 556142 0) :recipe (:package "rspec-mode" :repo "pezra/rspec-mode" :fetcher github :files ("rspec-mode.el" "snippets") :source "MELPA" :protocol https :inherit t :depth treeless :ref "29df3d081c6a1cbdf840cd13d45ea1c100c5bbaa")) (ruby-end :source "lockfile" :date - (26503 31067 627930 0) + (26503 44368 548438 0) :recipe (:package "ruby-end" :repo "rejeep/ruby-end.el" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "ba7d7230f9e3ed75c9982d32bb9fdff1dc10935d")) (rbs-mode :source "lockfile" :date - (26503 31067 620074 0) + (26503 44368 540733 0) :recipe (:package "rbs-mode" :fetcher github :repo "ybiquitous/rbs-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "e415a6fa9e88594cb9b7f7765145f57dda0e9b56")) (rust-mode :source "lockfile" :date - (26503 31067 612177 0) + (26503 44368 532992 0) :recipe (:package "rust-mode" :repo "rust-lang/rust-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "542f1755d8929ca83564322d7030d558f3392fe1")) (flycheck-rust :source "lockfile" :date - (26503 31067 604367 0) + (26503 44368 525225 0) :recipe (:package "flycheck-rust" :repo "flycheck/flycheck-rust" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "d499471ec433a62898a95ce76561964e3d015ce5")) (fish-mode :source "lockfile" :date - (26503 31067 596253 0) + (26503 44368 517556 0) :recipe (:package "fish-mode" :fetcher github :repo "wwwjfy/emacs-fish" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "2526b1803b58cf145bc70ff6ce2adb3f6c246f89")) (web-mode :source "lockfile" :date - (26503 31067 588154 0) + (26503 44368 509816 0) :recipe (:package "web-mode" :repo "fxbois/web-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "be2d59c8fa02b1a45ae54ce4079e502e659cefe6")) (zig-mode :source "lockfile" :date - (26503 31067 580366 0) + (26503 44368 502057 0) :recipe (:package "zig-mode" :repo "ziglang/zig-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f0b4a487530146f99230f4a5ff67e8d56c8f3f80")) (diminish :source "lockfile" :date - (26503 31067 572537 0) + (26503 44368 494324 0) :recipe (:package "diminish" :fetcher github :repo "myrjola/diminish.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "fbd5d846611bad828e336b25d2e131d1bc06b83d")) (dash :source "lockfile" :date - (26503 31067 564653 0) + (26503 44368 486499 0) :recipe (:package "dash" :fetcher github :repo "magnars/dash.el" :files ("dash.el" "dash.texi") :source "MELPA" :protocol https :inherit t :depth treeless :ref "1de9dcb83eacfb162b6d9a118a4770b1281bcd84")) (s :source "lockfile" :date - (26503 31067 556790 0) + (26503 44368 478673 0) :recipe (:package "s" :fetcher github :repo "magnars/s.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "dda84d38fffdaf0c9b12837b504b402af910d01d")) (ace-window :source "lockfile" :date - (26503 31067 548933 0) + (26503 44368 470919 0) :recipe (:package "ace-window" :repo "abo-abo/ace-window" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "77115afc1b0b9f633084cf7479c767988106c196")) (pfuture :source "lockfile" :date - (26503 31067 541064 0) + (26503 44368 463228 0) :recipe (:package "pfuture" :repo "Alexander-Miller/pfuture" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "19b53aebbc0f2da31de6326c495038901bffb73c")) (hydra :source "lockfile" :date - (26503 31067 533169 0) + (26503 44368 455479 0) :recipe (:package "hydra" :repo "abo-abo/hydra" :fetcher github :files (:defaults (:exclude "lv.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "317e1de33086637579a7aeb60f77ed0405bf359b")) (ht :source "lockfile" :date - (26503 31067 525261 0) + (26503 44368 447769 0) :recipe (:package "ht" :fetcher github :repo "Wilfred/ht.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "1c49aad1c820c86f7ee35bf9fff8429502f60fef")) (cfrs :source "lockfile" :date - (26503 31067 517535 0) + (26503 44368 440073 0) :recipe (:package "cfrs" :repo "Alexander-Miller/cfrs" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f3a21f237b2a54e6b9f8a420a9da42b4f0a63121")) (posframe :source "lockfile" :date - (26503 31067 509571 0) + (26503 44368 432275 0) :recipe (:package "posframe" :fetcher github :repo "tumashu/posframe" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "81651536827c96bf5af5265ee7918ab70e1dd5b1")) (lv :source "lockfile" :date - (26503 31067 501836 0) + (26503 44368 424371 0) :recipe (:package "lv" :repo "abo-abo/hydra" :fetcher github :files ("lv.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "317e1de33086637579a7aeb60f77ed0405bf359b")) (all-the-icons :source "lockfile" :date - (26503 31067 494071 0) + (26503 44368 416414 0) :recipe (:package "all-the-icons" :repo "domtronn/all-the-icons.el" :fetcher github :files (:defaults "data") :source "MELPA" :protocol https :inherit t :depth treeless :ref "39ef44f810c34e8900978788467cc675870bcd19")) (tree-sitter :source "lockfile" :date - (26503 31067 486331 0) + (26503 44368 408545 0) :recipe (:package "tree-sitter" :fetcher github :repo "emacs-tree-sitter/elisp-tree-sitter" :branch "release" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "3cfab8a0e945db9b3df84437f27945746a43cc71")) (tsc :source "lockfile" :date - (26503 31067 478577 0) + (26503 44368 400694 0) :recipe (:package "tsc" :fetcher github :repo "emacs-tree-sitter/elisp-tree-sitter" :branch "release" :files ("core/*.el" "core/Cargo.toml" "core/Cargo.lock" "core/src") :source "MELPA" :protocol https :inherit t :depth treeless :ref "3cfab8a0e945db9b3df84437f27945746a43cc71")) + (compat :source "lockfile" :date + (26503 44368 392905 0) + :recipe + (:package "compat" :repo + ("https://github.com/emacs-compat/compat" . "compat") + :files + ("*" + (:exclude ".git")) + :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "a1a1c9c395a494ebba26c9d46549fe9daf54e032")) (f :source "lockfile" :date - (26503 31067 470727 0) + (26503 44368 385047 0) :recipe (:package "f" :fetcher github :repo "rejeep/f.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "931b6d0667fe03e7bf1c6c282d6d8d7006143c52")) (elisp-refs :source "lockfile" :date - (26503 31067 461406 0) + (26503 44368 377215 0) :recipe (:package "elisp-refs" :repo "Wilfred/elisp-refs" :fetcher github :files (:defaults (:exclude "elisp-refs-bench.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "541a064c3ce27867872cf708354a65d83baf2a6d")) (visual-regexp :source "lockfile" :date - (26503 31067 453717 0) + (26503 44368 369495 0) :recipe (:package "visual-regexp" :repo "benma/visual-regexp.el" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "48457d42a5e0fe10fa3a9c15854f1f127ade09b5")) (popon :source "lockfile" :date - (26503 31067 446003 0) + (26503 44368 361806 0) :recipe (:package "popon" :repo ("https://codeberg.org/akib/emacs-popon" . "popon") @@ -769,13 +762,13 @@ (:exclude ".git")) :source "NonGNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "bf8174cb7e6e8fe0fe91afe6b01b6562c4dc39da")) (nerd-icons :source "lockfile" :date - (26503 31067 438327 0) + (26503 44368 354032 0) :recipe (:package "nerd-icons" :repo "rainstormstudio/nerd-icons.el" :fetcher github :files (:defaults "data") :source "MELPA" :protocol https :inherit t :depth treeless :ref "546ee20caf825e65da4c5435d31f13d269ed2a81")) (editorconfig :source "lockfile" :date - (26503 31067 430568 0) + (26503 44368 346283 0) :recipe (:package "editorconfig" :fetcher github :repo "editorconfig/editorconfig-emacs" :old-names (editorconfig-core editorconfig-fnmatch) @@ -784,27 +777,27 @@ (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "24f5b2b1cd4e37adc245fb59f7edeb6872a707a4")) (magit-section :source "lockfile" :date - (26503 31067 422699 0) + (26503 44368 338441 0) :recipe (:package "magit-section" :fetcher github :repo "magit/magit" :files ("lisp/magit-section.el" "docs/magit-section.texi" "magit-section-pkg.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "6efe13e701118719a61fee2b6eb465b8fa4a028e")) (with-editor :source "lockfile" :date - (26503 31067 414915 0) + (26503 44368 330721 0) :recipe (:package "with-editor" :fetcher github :repo "magit/with-editor" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "ca902ae02972bdd6919a902be2593d8cb6bd991b")) (flycheck :source "lockfile" :date - (26503 31067 407206 0) + (26503 44368 323001 0) :recipe (:package "flycheck" :repo "flycheck/flycheck" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "87ad201889b2055d0c4b0839d2f8b80eeccae59e")) (spinner :source "lockfile" :date - (26503 31067 399424 0) + (26503 44368 315206 0) :recipe (:package "spinner" :repo ("https://github.com/Malabarba/spinner.el" . "spinner") @@ -813,48 +806,48 @@ (:exclude ".git")) :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "d4647ae87fb0cd24bc9081a3d287c860ff061c21")) (bui :source "lockfile" :date - (26503 31067 391692 0) + (26503 44368 307352 0) :recipe (:package "bui" :repo "alezost/bui.el" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f3a137628e112a91910fd33c0cff0948fa58d470")) (lsp-treemacs :source "lockfile" :date - (26503 31067 383853 0) + (26503 44368 299549 0) :recipe (:package "lsp-treemacs" :repo "emacs-lsp/lsp-treemacs" :fetcher github :files (:defaults "icons") :source "MELPA" :protocol https :inherit t :depth treeless :ref "fb1a07ae0a3d781dea8ac78da2933e0173eb48a4")) (lsp-docker :source "lockfile" :date - (26503 31067 375895 0) + (26503 44368 291732 0) :recipe (:package "lsp-docker" :repo "emacs-lsp/lsp-docker" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "ce291d0f80533f8eaca120eb745d55669e062636")) (yaml :source "lockfile" :date - (26503 31067 368088 0) + (26503 44368 284089 0) :recipe (:package "yaml" :repo "zkry/yaml.el" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "cd3edfc02cb12514426c00e07160b87bd8340f4a")) (powerline :source "lockfile" :date - (26503 31067 360171 0) + (26503 44368 276292 0) :recipe (:package "powerline" :fetcher github :repo "milkypostman/powerline" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c35c35bdf5ce2d992882c1f06f0f078058870d4a")) (parseedn :source "lockfile" :date - (26503 31067 352271 0) + (26503 44368 268461 0) :recipe (:package "parseedn" :repo "clojure-emacs/parseedn" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "3407e4530a367b6c2b857dae261cdbb67a440aaa")) (queue :source "lockfile" :date - (26503 31067 344306 0) + (26503 44368 260565 0) :recipe (:package "queue" :repo ("git://git.sv.gnu.org/emacs/elpa" . "queue") @@ -863,115 +856,115 @@ (:exclude ".git")) :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "f986fb68e75bdae951efb9e11a3012ab6bd408ee")) (sesman :source "lockfile" :date - (26503 31067 335999 0) + (26503 44368 252679 0) :recipe (:package "sesman" :repo "vspinu/sesman" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "7bca68dbbab0af26a6a23be1ff5fa97f9a18e022")) (parseclj :source "lockfile" :date - (26503 31067 326411 0) + (26503 44368 244878 0) :recipe (:package "parseclj" :repo "clojure-emacs/parseclj" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "6af22372e0fe14df882dd300b22b12ba2d7e00b0")) (paredit :source "lockfile" :date - (26503 31067 318598 0) + (26503 44368 237090 0) :recipe (:package "paredit" :fetcher git :url "https://mumble.net/~campbell/git/paredit.git" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "af075775af91f2dbc63b915d762b4aec092946c4")) (multiple-cursors :source "lockfile" :date - (26503 31067 310699 0) + (26503 44368 229286 0) :recipe (:package "multiple-cursors" :fetcher github :repo "magnars/multiple-cursors.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "dd10cf2334333838e4550f091a75695448e26765")) (inflections :source "lockfile" :date - (26503 31067 302776 0) + (26503 44368 221523 0) :recipe (:package "inflections" :repo "eschulte/jump.el" :fetcher github :files ("inflections.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "55caa66a7cc6e0b1a76143fd40eff38416928941")) (reformatter :source "lockfile" :date - (26503 31067 294916 0) + (26503 44368 213764 0) :recipe (:package "reformatter" :repo "purcell/emacs-reformatter" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f2cb59466b1c3f85a8c960f7d4b7b7ead015bedc")) (iedit :source "lockfile" :date - (26503 31067 287019 0) + (26503 44368 205933 0) :recipe (:package "iedit" :repo "victorhge/iedit" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "27c61866b1b9b8d77629ac702e5f48e67dfe0d3b")) (swiper :source "lockfile" :date - (26503 31067 279054 0) + (26503 44368 198166 0) :recipe (:package "swiper" :repo "abo-abo/swiper" :fetcher github :files ("swiper.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "abb9e1e5649bcd078a2a75bcb27abb42311b4f86")) (zoutline :source "lockfile" :date - (26503 31067 271207 0) + (26503 44368 190413 0) :recipe (:package "zoutline" :repo "abo-abo/zoutline" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "32857c6c4b9b0bcbed14d825a10b91a98d5fed0a")) (ivy :source "lockfile" :date - (26503 31067 263128 0) + (26503 44368 182511 0) :recipe (:package "ivy" :repo "abo-abo/swiper" :fetcher github :files (:defaults "doc/ivy-help.org" (:exclude "swiper.el" "counsel.el" "ivy-hydra.el" "ivy-avy.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "abb9e1e5649bcd078a2a75bcb27abb42311b4f86")) (heex-ts-mode :source "lockfile" :date - (26503 31067 255069 0) + (26503 44368 174626 0) :recipe (:package "heex-ts-mode" :repo "wkirschbaum/heex-ts-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "dafed72c254c226cdd28528ac70965ef8efa04ca")) (caml :source "lockfile" :date - (26503 31067 246727 0) + (26503 44368 166540 0) :recipe (:package "caml" :repo "ocaml/caml-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "47defafa2b08fb680e89bfee9cb9ce82bd9e3bcf")) (aio :source "lockfile" :date - (26503 31067 238212 0) + (26503 44368 158272 0) :recipe (:package "aio" :fetcher github :repo "skeeto/emacs-aio" :files ("aio.el" "README.md" "UNLICENSE") :source "MELPA" :protocol https :inherit t :depth treeless :ref "da93523e235529fa97d6f251319d9e1d6fc24a41")) (tablist :source "lockfile" :date - (26503 31067 229248 0) + (26503 44368 149586 0) :recipe (:package "tablist" :fetcher github :repo "emacsorphanage/tablist" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "fcd37147121fabdf003a70279cf86fbe08cfac6f")) (hcl-mode :source "lockfile" :date - (26503 31067 219962 0) + (26503 44368 140065 0) :recipe (:package "hcl-mode" :repo "hcl-emacs/hcl-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "1da895ed75d28d9f87cbf9b74f075d90ba31c0ed")) (groovy-mode :source "lockfile" :date - (26503 31067 208843 0) + (26503 44368 129629 0) :recipe (:package "groovy-mode" :fetcher github :repo "Groovy-Emacs-Modes/groovy-emacs-modes" :files ("*groovy*.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "7b8520b2e2d3ab1d62b35c426e17ac25ed0120bb")) (json-snatcher :source "lockfile" :date - (26503 31067 192132 0) + (26503 44368 116175 0) :recipe (:package "json-snatcher" :fetcher github :repo "Sterlingg/json-snatcher" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" diff --git a/lisp/icejam-blocking.el b/lisp/icejam-blocking.el deleted file mode 100644 index 11c3f04..0000000 --- a/lisp/icejam-blocking.el +++ /dev/null @@ -1,19 +0,0 @@ -;;; icejam-blocking.el --- summary - -;; Author: Maciej Szlosarczyk -;; Maintainer: Maciej Szlosarczyk -;; Version: 0.1-snapshot - -;;; Commentary: -;; These packages are foundational dependency and possibly can be blocking. -;;; Code: - -;; Nice menus -(use-package transient :ensure t) - -;; Finally, wait for installation of these four packages. -(if (fboundp 'elpaca-wait) - (elpaca-wait)) - -(provide 'icejam-blocking) -;;; icejam-blocking.el ends here diff --git a/lisp/icejam-complete-at-point.el b/lisp/icejam-complete-at-point.el index 79a28e1..c871764 100644 --- a/lisp/icejam-complete-at-point.el +++ b/lisp/icejam-complete-at-point.el @@ -2,8 +2,6 @@ ;;; Commentary: ;;; Completion framework configuration ;;; Code: -(require 'icejam-blocking) - (use-package yasnippet :ensure t :defer t :hook ((elpaca-after-init . yas-global-mode)) :config diff --git a/lisp/icejam-custom-init.el b/lisp/icejam-custom-init.el index da9f2ee..1553e95 100644 --- a/lisp/icejam-custom-init.el +++ b/lisp/icejam-custom-init.el @@ -86,7 +86,6 @@ ;; General configuration files. (use-package icejam-keys-mode :ensure nil) -(use-package icejam-blocking :ensure nil) (use-package icejam-base :ensure nil) (use-package icejam-sys-specific :ensure nil) (use-package icejam-tree-sitter :ensure nil) diff --git a/lisp/icejam-lsp.el b/lisp/icejam-lsp.el index e8a0adb..948ac4d 100644 --- a/lisp/icejam-lsp.el +++ b/lisp/icejam-lsp.el @@ -2,7 +2,6 @@ ;;; Commentary: ;;; Global Language Server Protocol Config ;;; Code: -(require 'icejam-blocking) ;; https://emacs-lsp.github.io/lsp-mode/page/performance/#use-plists-for-deserialization ;; This supposedly makes it faster. diff --git a/lisp/icejam-transient.el b/lisp/icejam-transient.el index 7748754..bd664c1 100644 --- a/lisp/icejam-transient.el +++ b/lisp/icejam-transient.el @@ -5,7 +5,8 @@ (require 'icejam-avy) (require 'icejam-keys-mode) -(require 'icejam-blocking) + +(use-package transient :ensure (:wait t)) (defun icejam-mark-and-indent-whole-buffer () "Mark and indent whole buffer." @@ -96,8 +97,8 @@ ("]" "Down" buf-move-down)] ["Jump to" ("w" "Word" avy-goto-word-1) - ("l" "Character" avy-goto-line) - ("c" "Line" avy-goto-char-2)]]) + ("l" "Line" avy-goto-line) + ("c" "Character" avy-goto-char-2)]]) (transient-define-prefix icejam-font-menu () "Font Commands." @@ -128,6 +129,18 @@ You can pass MAYBE-MODE to find mode explicitly." (interactive) (funcall (icejam-language-transient-for-mode))) +(transient-define-prefix icejam-command-palette () + "All transient menus in one place." + ["" + ["The thing you are editing" + ("p" "Project" icejam-project-menu) + ("c" "Code" icejam-code-menu) + ("l" "Language" icejam-transient-for-lang)] + ["The editor itself" + ("w" "Window" icejam-window-menu) + ("s" "History" icejam-history-menu) + ("f" "Font" icejam-font-menu)]]) + (define-key icejam-keys-mode-map (kbd "C-c p") 'icejam-project-menu) (define-key icejam-keys-mode-map (kbd "C-c c") 'icejam-code-menu) (define-key icejam-keys-mode-map (kbd "C-c w") 'icejam-window-menu) @@ -135,6 +148,7 @@ You can pass MAYBE-MODE to find mode explicitly." (define-key icejam-keys-mode-map (kbd "C-c f") 'icejam-font-menu) (define-key icejam-keys-mode-map (kbd "C-c m") 'icejam-move-menu) (define-key icejam-keys-mode-map (kbd "C-c l") 'icejam-transient-for-lang) +(define-key icejam-keys-mode-map (kbd "H-p") 'icejam-command-palette) (provide 'icejam-transient) ;;; icejam-transient.el ends here From 3641dad52a2047c4a0fdd9f30e462c3471d9054f Mon Sep 17 00:00:00 2001 From: Maciej Szlosarczyk Date: Thu, 16 Jan 2025 19:22:00 +0200 Subject: [PATCH 22/34] Configure transients --- elpaca.lock | 1167 +++++++++++++++--------------- lisp/icejam-complete-at-point.el | 4 + lisp/icejam-transient.el | 157 ++-- lisp/langs/icejam-lang-elisp.el | 14 - lisp/langs/icejam-lang-elixir.el | 20 +- 5 files changed, 681 insertions(+), 681 deletions(-) diff --git a/elpaca.lock b/elpaca.lock index c25ff82..3c6553d 100644 --- a/elpaca.lock +++ b/elpaca.lock @@ -1,5 +1,5 @@ ((elpaca :source "lockfile" :date - (26503 44369 218979 0) + (26505 12154 766103 0) :recipe (:source nil :protocol https :inherit t :depth 1 :repo "https://github.com/progfolio/elpaca.git" :ref "481d9212a2f8c1f0489a33f2a8320590293af42d" :files (:defaults "elpaca-test.el" @@ -8,7 +8,7 @@ (:not elpaca--activate-package) :package "elpaca")) (elpaca-use-package :source "lockfile" :date - (26503 44369 211312 0) + (26505 12154 758108 0) :recipe (:package "elpaca-use-package" :wait t :repo "https://github.com/progfolio/elpaca.git" :files ("extensions/elpaca-use-package.el") @@ -16,714 +16,210 @@ (:not elpaca--compile-info) :source "Elpaca extensions" :protocol https :inherit t :depth treeless :ref "481d9212a2f8c1f0489a33f2a8320590293af42d")) (benchmark-init :source "lockfile" :date - (26503 44369 203526 0) + (26505 12154 750184 0) :recipe (:package "benchmark-init" :fetcher github :repo "dholm/benchmark-init-el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :wait t :ref "2b34432d79fa0aae8abc3db72db1cb79a28c00b2")) (easy-kill :source "lockfile" :date - (26503 44369 195763 0) + (26505 12154 742457 0) :recipe (:package "easy-kill" :fetcher github :repo "leoliu/easy-kill" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "de7d66c3c864a4722a973ee9bc228a14be49ba0c")) (buffer-move :source "lockfile" :date - (26503 44369 188076 0) + (26505 12154 734422 0) :recipe (:package "buffer-move" :fetcher github :repo "lukhas/buffer-move" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "e7800b3ab1bd76ee475ef35507ec51ecd5a3f065")) (gcmh :source "lockfile" :date - (26503 44369 180308 0) + (26505 12154 726213 0) :recipe (:package "gcmh" :repo "koral/gcmh" :fetcher gitlab :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "0089f9c3a6d4e9a310d0791cf6fa8f35642ecfd9")) (exec-path-from-shell :source "lockfile" :date - (26503 44369 172591 0) + (26505 12154 718130 0) :recipe (:package "exec-path-from-shell" :fetcher github :repo "purcell/exec-path-from-shell" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "4896a797252fbfdac32fb77508500ac7d220f717")) (direnv :source "lockfile" :date - (26503 44369 164841 0) + (26505 12154 710221 0) :recipe (:package "direnv" :fetcher github :repo "wbolster/emacs-direnv" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c0bf3b81c7a97e2a0d06d05495e86848254fcc1f")) (treemacs :source "lockfile" :date - (26503 44369 157093 0) + (26505 12154 702144 0) :recipe (:package "treemacs" :fetcher github :repo "Alexander-Miller/treemacs" :files (:defaults "Changelog.org" "icons" "src/elisp/treemacs*.el" "src/scripts/treemacs*.py" (:exclude "src/extra/*")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "32bb3dd02ddfca85661614b3b227e770fab821e2")) (treemacs-all-the-icons :source "lockfile" :date - (26503 44369 149418 0) + (26505 12154 694164 0) :recipe (:package "treemacs-all-the-icons" :fetcher github :repo "Alexander-Miller/treemacs" :files ("src/extra/treemacs-all-the-icons.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "32bb3dd02ddfca85661614b3b227e770fab821e2")) (keyfreq :source "lockfile" :date - (26503 44369 141664 0) + (26505 12154 686120 0) :recipe (:package "keyfreq" :fetcher github :repo "dacap/keyfreq" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c6955162307f37c2ac631d9daf118781009f8dda")) (which-key :source "lockfile" :date - (26503 44369 133931 0) + (26505 12154 677913 0) :recipe (:package "which-key" :repo "justbur/emacs-which-key" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "38d4308d1143b61e4004b6e7a940686784e51500")) (tree-sitter-langs :source "lockfile" :date - (26503 44369 126176 0) + (26505 12154 669707 0) :recipe (:package "tree-sitter-langs" :repo "emacs-tree-sitter/tree-sitter-langs" :fetcher github :branch "release" :files (:defaults "queries") :source "MELPA" :protocol https :inherit t :depth treeless :ref "4f951dbb530d254a0eb223431a0e0d63b2a7399a")) (vertico :source "lockfile" :date - (26503 44369 118395 0) + (26505 12154 661124 0) :recipe (:package "vertico" :repo "minad/vertico" :files (:defaults "extensions/vertico-*.el") :fetcher github :source "MELPA" :protocol https :inherit t :depth treeless :ref "c033c7149de510b4da9c473b31a6d73619868ce0")) (orderless :source "lockfile" :date - (26503 44369 110684 0) + (26505 12154 652989 0) :recipe (:package "orderless" :repo "oantolin/orderless" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "411051c3257d60f0492cf88065193bb443b6ca0d")) (marginalia :source "lockfile" :date - (26503 44369 102917 0) + (26505 12154 644788 0) :recipe (:package "marginalia" :repo "minad/marginalia" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c390456b89ad46bc10c3ef2ee5df59947b72084e")) (consult :source "lockfile" :date - (26503 44369 95102 0) + (26505 12154 636615 0) :recipe (:package "consult" :repo "minad/consult" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "a055b4cde4d8038c5cd57251e0985835bc17cf16")) (helpful :source "lockfile" :date - (26503 44369 86607 0) + (26505 12154 628383 0) :recipe (:package "helpful" :repo "Wilfred/helpful" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "4ba24cac9fb14d5fdc32582cd947572040e82b2c")) (avy :source "lockfile" :date - (26503 44369 78892 0) + (26505 12154 620228 0) :recipe (:package "avy" :repo "abo-abo/avy" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "933d1f36cca0f71e4acb5fac707e9ae26c536264")) - (rainbow-delimiters :source "lockfile" :date - (26503 44369 71199 0) - :recipe - (:package "rainbow-delimiters" :fetcher github :repo "Fanael/rainbow-delimiters" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "f40ece58df8b2f0fb6c8576b527755a552a5e763")) - (rainbow-mode :source "lockfile" :date - (26503 44369 63353 0) - :recipe - (:package "rainbow-mode" :repo - ("git://git.sv.gnu.org/emacs/elpa" . "rainbow-mode") - :branch "externals/rainbow-mode" :files - ("*" - (:exclude ".git")) - :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "f7db3b5919f70420a91eb199f8663468de3033f3")) - (dash-at-point :source "lockfile" :date - (26503 44369 55465 0) - :recipe - (:package "dash-at-point" :fetcher github :repo "stanaka/dash-at-point" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "fba1a6f42ea51d05110e12c62bdced664059eb55")) - (column-enforce-mode :source "lockfile" :date - (26503 44369 47626 0) - :recipe - (:package "column-enforce-mode" :fetcher github :repo "jordonbiondo/column-enforce-mode" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "14a7622f2268890e33536ccd29510024d51ee96f")) - (pcre2el :source "lockfile" :date - (26503 44369 39805 0) - :recipe - (:package "pcre2el" :fetcher github :repo "joddie/pcre2el" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "b4d846d80dddb313042131cf2b8fbf647567e000")) - (visual-regexp-steroids :source "lockfile" :date - (26503 44369 32034 0) - :recipe - (:package "visual-regexp-steroids" :repo "benma/visual-regexp-steroids.el" :fetcher github :files - ("visual-regexp-steroids.el" "regexp.py") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "a6420b25ec0fbba43bf57875827092e1196d8a9e")) - (yasnippet :source "lockfile" :date - (26503 44369 24303 0) + (transient :source "lockfile" :date + (26505 12154 611940 0) :recipe - (:package "yasnippet" :repo "joaotavora/yasnippet" :fetcher github :files - ("yasnippet.el" "snippets") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "5b315f1753480ebe669b157b8242448b5eafcfea")) - (yasnippet-snippets :source "lockfile" :date - (26503 44369 16521 0) - :recipe - (:package "yasnippet-snippets" :repo "AndreaCrotti/yasnippet-snippets" :fetcher github :files - ("*.el" "snippets" ".nosearch") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "f1907ed38acc479e78d5c113810465e4d77d8604")) - (corfu :source "lockfile" :date - (26503 44369 8756 0) - :recipe - (:package "corfu" :repo "minad/corfu" :files - (:defaults "extensions/corfu-*.el") - :fetcher github :source "MELPA" :protocol https :inherit t :depth treeless :ref "9dc2f900ef58fdd75b4804039848da732f56465c")) - (corfu-terminal :source "lockfile" :date - (26503 44369 1004 0) - :recipe - (:package "corfu-terminal" :repo - ("https://codeberg.org/akib/emacs-corfu-terminal" . "corfu-terminal") - :files - ("*" - (:exclude ".git")) - :source "NonGNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "501548c3d51f926c687e8cd838c5865ec45d03cc")) - (cape :source "lockfile" :date - (26503 44368 993252 0) - :recipe - (:package "cape" :repo "minad/cape" :fetcher github :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "ac3903c9bd986ec763279ffb0c3e5ee16e53747d")) - (yasnippet-capf :source "lockfile" :date - (26503 44368 985589 0) - :recipe - (:package "yasnippet-capf" :fetcher github :repo "elken/yasnippet-capf" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "4c2e33d70cd1d95cf1e08d134b058a6dd90a99c9")) - (nerd-icons-corfu :source "lockfile" :date - (26503 44368 976379 0) - :recipe - (:package "nerd-icons-corfu" :fetcher github :repo "LuigiPiucco/nerd-icons-corfu" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "41110180ceab9d0edaa856d19633b2b3fdf82e75")) - (copilot :source "lockfile" :date - (26503 44368 968581 0) - :recipe - (:package "copilot" :fetcher github :repo "copilot-emacs/copilot.el" :files - ("*.el") - :source "MELPA" :protocol https :inherit t :depth treeless :host github :ref "be6c274562e150e4acf5253968d1b434c40d368b")) - (gptel :source "lockfile" :date - (26503 44368 960802 0) - :recipe - (:package "gptel" :repo "karthink/gptel" :fetcher github :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "02f603fdc0f2e8f635fa1c7faabcba8db6367af0")) - (aider :source "lockfile" :date - (26503 44368 953025 0) - :recipe - (:source nil :protocol https :inherit t :depth treeless :host github :repo "tninja/aider.el" :files - ("aider.el") - :package "aider" :ref "9e00fea9479593e74ee8de88515cd2f561814bd0")) - (elysium :source "lockfile" :date - (26503 44368 945293 0) - :recipe - (:package "elysium" :fetcher github :repo "lanceberge/elysium" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "149398813bbda0366203304bbb7db6ffe73befa6")) - (flymake-flycheck :source "lockfile" :date - (26503 44368 937413 0) - :recipe - (:package "flymake-flycheck" :fetcher github :repo "purcell/flymake-flycheck" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "88455c5e6d8ebf650fb51a45c7511a1c18097344")) - (flyspell-correct :source "lockfile" :date - (26503 44368 929661 0) - :recipe - (:package "flyspell-correct" :repo "d12frosted/flyspell-correct" :fetcher github :files - ("flyspell-correct.el" "flyspell-correct-ido.el") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "1e7a5a56362dd875dddf848b9a9e25d1395b9d37")) - (deft :source "lockfile" :date - (26503 44368 921924 0) - :recipe - (:package "deft" :repo "jrblevin/deft" :fetcher github :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "b369d7225d86551882568788a23c5497b232509c")) - (lsp-mode :source "lockfile" :date - (26503 44368 914151 0) - :recipe - (:package "lsp-mode" :repo "emacs-lsp/lsp-mode" :fetcher github :files - (:defaults "clients/*.el") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "0252be2fe7959717eb0284e520928a408c74b6c0")) - (lsp-ui :source "lockfile" :date - (26503 44368 906499 0) - :recipe - (:package "lsp-ui" :repo "emacs-lsp/lsp-ui" :fetcher github :files - (:defaults "lsp-ui-doc.html" "resources") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "1eae284ab0ae70fba4a2ee1e3f76d7013521c49c")) - (dap-mode :source "lockfile" :date - (26503 44368 898711 0) - :recipe - (:package "dap-mode" :repo "emacs-lsp/dap-mode" :fetcher github :files - (:defaults "icons") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "ffb795761273e1bdc3d0cd1ebdd43e36b7c08921")) - (dashboard :source "lockfile" :date - (26503 44368 890930 0) - :recipe - (:package "dashboard" :fetcher github :repo "emacs-dashboard/emacs-dashboard" :files - (:defaults "banners") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "7b7846689845078cb5604508c5075e28e2160efe")) - (magit :source "lockfile" :date - (26503 44368 883212 0) - :recipe - (:package "magit" :fetcher github :repo "magit/magit" :files - ("lisp/magit*.el" "lisp/git-*.el" "docs/magit.texi" "docs/AUTHORS.md" "LICENSE" "magit-pkg.el" - (:exclude "lisp/magit-section.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "6efe13e701118719a61fee2b6eb465b8fa4a028e")) - (vundo :source "lockfile" :date - (26503 44368 875556 0) - :recipe - (:package "vundo" :repo - ("https://github.com/casouri/vundo" . "vundo") - :files - ("*" - (:exclude ".git" "test")) - :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "288892ee93214ddcaf65fdd9f3134c1bd10100ee")) - (speed-type :source "lockfile" :date - (26503 44368 867802 0) - :recipe - (:package "speed-type" :fetcher github :repo "dakra/speed-type" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "b982ee6081a11837760eeaed73c4f413eefb07b1")) - (spaceline :source "lockfile" :date - (26503 44368 860018 0) - :recipe - (:package "spaceline" :fetcher github :repo "TheBB/spaceline" :files + (:package "transient" :fetcher github :repo "magit/transient" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "086420d16e526c79b67fc1edec4c2ae1e699f372")) - (base16-theme :source "lockfile" :date - (26503 44368 852310 0) - :recipe - (:package "base16-theme" :repo "tinted-theming/base16-emacs" :fetcher github :files - (:defaults "build/*.el") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "1d48474c3c07521276f4e7d73317a654997b4381")) - (clojure-mode :source "lockfile" :date - (26503 44368 844570 0) - :recipe - (:package "clojure-mode" :repo "clojure-emacs/clojure-mode" :fetcher github :files - ("clojure-mode.el") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "eabe29b076fff19db552d36d4babaa36ecf0b704")) - (cider :source "lockfile" :date - (26503 44368 836788 0) - :recipe - (:package "cider" :fetcher github :repo "clojure-emacs/cider" :files - ("lisp/*.el" "bin/*.sh" "*.el" "clojure.sh" "lein.sh" - (:exclude ".dir-locals.el")) - :old-names - (nrepl) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "e33067498a089157af28dbed180117d8b8a3605e")) - (clj-refactor :source "lockfile" :date - (26503 44368 829194 0) - :recipe - (:package "clj-refactor" :fetcher github :repo "clojure-emacs/clj-refactor.el" :files - (:defaults "CHANGELOG.md") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "dc1bbc8cdaa723bdbb6669ea7d280625c370755d")) - (dart-mode :source "lockfile" :date - (26503 44368 821487 0) - :recipe - (:package "dart-mode" :fetcher github :repo "emacsorphanage/dart-mode" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "02e919c1cf200b4938139c18068577faff1fb364")) - (lsp-dart :source "lockfile" :date - (26503 44368 813769 0) - :recipe - (:package "lsp-dart" :repo "emacs-lsp/lsp-dart" :fetcher github :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "7e3d3429418bc42cda7fa7b58e6644a705cf2f89")) - (dhall-mode :source "lockfile" :date - (26503 44368 806008 0) - :recipe - (:package "dhall-mode" :repo "psibi/dhall-mode" :fetcher github :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "fca383a9c4622c1d9a39dc977572b34c7fa0b719")) - (lispy :source "lockfile" :date - (26503 44368 798245 0) - :recipe - (:package "lispy" :repo "abo-abo/lispy" :fetcher github :files - (:defaults "lispy-clojure.clj" "lispy-clojure.cljs" "lispy-python.py") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "fe44efd21573868638ca86fc8313241148fabbe3")) - (elixir-format :source "lockfile" :date - (26503 44368 790440 0) - :recipe - (:source nil :protocol https :inherit t :depth treeless :type git :host github :repo "elixir-editors/emacs-elixir" :files - ("elixir-format.el") - :package "elixir-format" :ref "00d6580a040a750e019218f9392cf9a4c2dac23a")) - (elixir-ts-mode :source "lockfile" :date - (26503 44368 782732 0) - :recipe - (:package "elixir-ts-mode" :repo "wkirschbaum/elixir-ts-mode" :fetcher github :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "143b94f4a5ac1f161c232e3f25b84c6768be2f25")) - (erlang :source "lockfile" :date - (26503 44368 775040 0) - :recipe - (:package "erlang" :fetcher github :repo "erlang/otp" :version-regexp "OTP-%v" :files - ("lib/tools/emacs/*.el" - (:exclude "lib/tools/emacs/erlang_appwiz.el")) - :source "MELPA" :protocol https :inherit t :depth 1 :ref "7e07bb87b649fb6879e1fc587e42321d7ac9b512")) - (fsharp-mode :source "lockfile" :date - (26503 44368 767297 0) - :recipe - (:package "fsharp-mode" :fetcher github :repo "fsharp/emacs-fsharp-mode" :files - (:defaults - (:exclude "eglot-fsharp.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "677d78c4d6cb574086408082dedbcaef04a85359")) - (gleam-ts-mode :source "lockfile" :date - (26503 44368 759473 0) - :recipe - (:package "gleam-ts-mode" :fetcher github :repo "gleam-lang/gleam-mode" :files - ("gleam-ts-mode.el") - :source "MELPA" :protocol https :inherit t :depth treeless :type git :host github :ref "d00f37d0b47f5d6810aa295af98c40a7708b4305")) - (go-mode :source "lockfile" :date - (26503 44368 751691 0) - :recipe - (:package "go-mode" :repo "dominikh/go-mode.el" :fetcher github :files - ("go-mode.el") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "602d73e22646b1b98b2eb97927fd426c0d1d2f92")) - (haskell-mode :source "lockfile" :date - (26503 44368 743859 0) - :recipe - (:package "haskell-mode" :repo "haskell/haskell-mode" :fetcher github :files - (:defaults "NEWS" "logo.svg") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "1a285fc4c50ca74bb5cd9b2a8c1a46a64a77384a")) - (lsp-haskell :source "lockfile" :date - (26503 44368 736092 0) - :recipe - (:package "lsp-haskell" :repo "emacs-lsp/lsp-haskell" :fetcher github :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "6981f8d1225c038c1a130e8cf70530cfe15f976e")) - (js2-mode :source "lockfile" :date - (26503 44368 728245 0) - :recipe - (:package "js2-mode" :repo "mooz/js2-mode" :fetcher github :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "e0c302872de4d26a9c1614fac8d6b94112b96307")) - (kotlin-ts-mode :source "lockfile" :date - (26503 44368 720400 0) - :recipe - (:package "kotlin-ts-mode" :fetcher gitlab :repo "bricka/emacs-kotlin-ts-mode" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "a25d56cecac9160ba7c140f982ec16ca7b2fe97f")) - (gradle-mode :source "lockfile" :date - (26503 44368 712627 0) - :recipe - (:package "gradle-mode" :fetcher github :repo "scubacabra/emacs-gradle-mode" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "e4d665d5784ecda7ddfba015f07c69be3cfc45f2")) - (lean4-mode :source "lockfile" :date - (26503 44368 704813 0) - :recipe - (:source nil :protocol https :inherit t :depth treeless :type git :host github :repo "leanprover/lean4-mode" :files - ("*.el" "data") - :package "lean4-mode" :ref "76895d8939111654a472cfc617cfd43fbf5f1eb6")) - (markdown-mode :source "lockfile" :date - (26503 44368 696871 0) - :recipe - (:package "markdown-mode" :fetcher github :repo "jrblevin/markdown-mode" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "e1007785947ac8b32d8977a2843a11aded40682b")) - (merlin :source "lockfile" :date - (26503 44368 689078 0) - :recipe - (:package "merlin" :fetcher github :repo "ocaml/merlin" :files - ("emacs/*.el" - (:exclude "emacs/merlin-ac.el" "emacs/merlin-company.el" "emacs/merlin-iedit.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "86b4b261b950e409791a42815e4ede601c6be92d")) - (opam-switch-mode :source "lockfile" :date - (26503 44368 681335 0) - :recipe - (:package "opam-switch-mode" :fetcher github :repo "ProofGeneral/opam-switch-mode" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "1069e56a662f23ea09d4e05611bdedeb99257012")) - (dune :source "lockfile" :date - (26503 44368 673355 0) - :recipe - (:package "dune" :fetcher github :repo "ocaml/dune" :files - ("editor-integration/emacs/*.el") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "e5d69c22d5ef1700b4c463ec9452427eac9cfb9c")) - (tuareg :source "lockfile" :date - (26503 44368 665500 0) - :recipe - (:package "tuareg" :fetcher github :repo "ocaml/tuareg" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "1d53723e39f22ab4ab76d31f2b188a2879305092")) - (dockerfile-mode :source "lockfile" :date - (26503 44368 657771 0) - :recipe - (:package "dockerfile-mode" :fetcher github :repo "spotify/dockerfile-mode" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "4d893bd2da15833ce056332e6c972d5d93e78f04")) - (docker :source "lockfile" :date - (26503 44368 649823 0) - :recipe - (:package "docker" :fetcher github :repo "Silex/docker.el" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "46b597a711492e1c19d1260951f39372450278f5")) - (terraform-mode :source "lockfile" :date - (26503 44368 641891 0) - :recipe - (:package "terraform-mode" :repo "hcl-emacs/terraform-mode" :fetcher github :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "5bdd734a87f67f6574664f63eb4d02a0bc74c0d0")) - (ansible :source "lockfile" :date - (26503 44368 634167 0) - :recipe - (:package "ansible" :fetcher gitlab :repo "emacs-ansible/emacs-ansible" :files - (:defaults "snippets" "dict") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "03e285bb54a687e3fd9e21026b088fdac46679a0")) - (nginx-mode :source "lockfile" :date - (26503 44368 626351 0) - :recipe - (:package "nginx-mode" :fetcher github :repo "ajc/nginx-mode" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "c4ac5de975d65c84893a130a470af32a48b0b66c")) - (jenkinsfile-mode :source "lockfile" :date - (26503 44368 618524 0) - :recipe - (:package "jenkinsfile-mode" :repo "https://github.com/john2x/jenkinsfile-mode.git" :fetcher github :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :branch "master" :ref "568865ee419e0592de0dd0717d6769a66d9df111")) - (lua-mode :source "lockfile" :date - (26503 44368 610741 0) - :recipe - (:package "lua-mode" :repo "immerrr/lua-mode" :fetcher github :files - (:defaults - (:exclude "init-tryout.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "d074e4134b1beae9ed4c9b512af741ca0d852ba3")) - (graphql-mode :source "lockfile" :date - (26503 44368 602943 0) - :recipe - (:package "graphql-mode" :repo "davazp/graphql-mode" :fetcher github :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "ee49531935ede7a2c9597713e13a4c9d33ef2220")) - (yaml-mode :source "lockfile" :date - (26503 44368 595150 0) - :recipe - (:package "yaml-mode" :repo "yoshiki/yaml-mode" :fetcher github :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "d91f878729312a6beed77e6637c60497c5786efa")) - (json-mode :source "lockfile" :date - (26503 44368 587178 0) - :recipe - (:package "json-mode" :fetcher github :repo "json-emacs/json-mode" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "77125b01c0ddce537085201098bea9b4b8ba6be3")) - (git-modes :source "lockfile" :date - (26503 44368 579377 0) - :recipe - (:package "git-modes" :fetcher github :repo "magit/git-modes" :old-names - (gitattributes-mode gitconfig-mode gitignore-mode) - :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "f99010bbeb8b6d8a0819fac0195a2ef0159d08f0")) - (php-mode :source "lockfile" :date - (26503 44368 571603 0) - :recipe - (:package "php-mode" :repo "emacs-php/php-mode" :fetcher github :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "0f756a8c0782ebdc00557addc68763305c91ca51")) - (purescript-mode :source "lockfile" :date - (26503 44368 563873 0) - :recipe - (:package "purescript-mode" :repo "purescript-emacs/purescript-mode" :fetcher github :files - (:defaults "NEWS" "snippets") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "07e4d6ecfe677d595ed3759c912c0b262d886b98")) - (rspec-mode :source "lockfile" :date - (26503 44368 556142 0) - :recipe - (:package "rspec-mode" :repo "pezra/rspec-mode" :fetcher github :files - ("rspec-mode.el" "snippets") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "29df3d081c6a1cbdf840cd13d45ea1c100c5bbaa")) - (ruby-end :source "lockfile" :date - (26503 44368 548438 0) - :recipe - (:package "ruby-end" :repo "rejeep/ruby-end.el" :fetcher github :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "ba7d7230f9e3ed75c9982d32bb9fdff1dc10935d")) - (rbs-mode :source "lockfile" :date - (26503 44368 540733 0) - :recipe - (:package "rbs-mode" :fetcher github :repo "ybiquitous/rbs-mode" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "e415a6fa9e88594cb9b7f7765145f57dda0e9b56")) - (rust-mode :source "lockfile" :date - (26503 44368 532992 0) - :recipe - (:package "rust-mode" :repo "rust-lang/rust-mode" :fetcher github :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "542f1755d8929ca83564322d7030d558f3392fe1")) - (flycheck-rust :source "lockfile" :date - (26503 44368 525225 0) - :recipe - (:package "flycheck-rust" :repo "flycheck/flycheck-rust" :fetcher github :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "d499471ec433a62898a95ce76561964e3d015ce5")) - (fish-mode :source "lockfile" :date - (26503 44368 517556 0) - :recipe - (:package "fish-mode" :fetcher github :repo "wwwjfy/emacs-fish" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "2526b1803b58cf145bc70ff6ce2adb3f6c246f89")) - (web-mode :source "lockfile" :date - (26503 44368 509816 0) - :recipe - (:package "web-mode" :repo "fxbois/web-mode" :fetcher github :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "be2d59c8fa02b1a45ae54ce4079e502e659cefe6")) - (zig-mode :source "lockfile" :date - (26503 44368 502057 0) - :recipe - (:package "zig-mode" :repo "ziglang/zig-mode" :fetcher github :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "f0b4a487530146f99230f4a5ff67e8d56c8f3f80")) - (diminish :source "lockfile" :date - (26503 44368 494324 0) - :recipe - (:package "diminish" :fetcher github :repo "myrjola/diminish.el" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "fbd5d846611bad828e336b25d2e131d1bc06b83d")) + :source "MELPA" :protocol https :inherit t :depth treeless :wait t :ref "69202c123205f396fefd35acdbc66fe8d0dfad12")) (dash :source "lockfile" :date - (26503 44368 486499 0) + (26505 12154 603762 0) :recipe (:package "dash" :fetcher github :repo "magnars/dash.el" :files ("dash.el" "dash.texi") :source "MELPA" :protocol https :inherit t :depth treeless :ref "1de9dcb83eacfb162b6d9a118a4770b1281bcd84")) (s :source "lockfile" :date - (26503 44368 478673 0) + (26505 12154 595461 0) :recipe (:package "s" :fetcher github :repo "magnars/s.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "dda84d38fffdaf0c9b12837b504b402af910d01d")) (ace-window :source "lockfile" :date - (26503 44368 470919 0) + (26505 12154 587328 0) :recipe (:package "ace-window" :repo "abo-abo/ace-window" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "77115afc1b0b9f633084cf7479c767988106c196")) (pfuture :source "lockfile" :date - (26503 44368 463228 0) + (26505 12154 579533 0) :recipe (:package "pfuture" :repo "Alexander-Miller/pfuture" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "19b53aebbc0f2da31de6326c495038901bffb73c")) (hydra :source "lockfile" :date - (26503 44368 455479 0) + (26505 12154 571761 0) :recipe (:package "hydra" :repo "abo-abo/hydra" :fetcher github :files (:defaults (:exclude "lv.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "317e1de33086637579a7aeb60f77ed0405bf359b")) (ht :source "lockfile" :date - (26503 44368 447769 0) + (26505 12154 563771 0) :recipe (:package "ht" :fetcher github :repo "Wilfred/ht.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "1c49aad1c820c86f7ee35bf9fff8429502f60fef")) (cfrs :source "lockfile" :date - (26503 44368 440073 0) + (26505 12154 555566 0) :recipe (:package "cfrs" :repo "Alexander-Miller/cfrs" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f3a21f237b2a54e6b9f8a420a9da42b4f0a63121")) (posframe :source "lockfile" :date - (26503 44368 432275 0) + (26505 12154 547340 0) :recipe (:package "posframe" :fetcher github :repo "tumashu/posframe" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "81651536827c96bf5af5265ee7918ab70e1dd5b1")) (lv :source "lockfile" :date - (26503 44368 424371 0) + (26505 12154 539244 0) :recipe (:package "lv" :repo "abo-abo/hydra" :fetcher github :files ("lv.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "317e1de33086637579a7aeb60f77ed0405bf359b")) (all-the-icons :source "lockfile" :date - (26503 44368 416414 0) + (26505 12154 531365 0) :recipe (:package "all-the-icons" :repo "domtronn/all-the-icons.el" :fetcher github :files (:defaults "data") :source "MELPA" :protocol https :inherit t :depth treeless :ref "39ef44f810c34e8900978788467cc675870bcd19")) (tree-sitter :source "lockfile" :date - (26503 44368 408545 0) + (26505 12154 523259 0) :recipe (:package "tree-sitter" :fetcher github :repo "emacs-tree-sitter/elisp-tree-sitter" :branch "release" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "3cfab8a0e945db9b3df84437f27945746a43cc71")) (tsc :source "lockfile" :date - (26503 44368 400694 0) + (26505 12154 514874 0) :recipe (:package "tsc" :fetcher github :repo "emacs-tree-sitter/elisp-tree-sitter" :branch "release" :files ("core/*.el" "core/Cargo.toml" "core/Cargo.lock" "core/src") :source "MELPA" :protocol https :inherit t :depth treeless :ref "3cfab8a0e945db9b3df84437f27945746a43cc71")) (compat :source "lockfile" :date - (26503 44368 392905 0) + (26505 12154 506540 0) :recipe (:package "compat" :repo ("https://github.com/emacs-compat/compat" . "compat") @@ -732,28 +228,539 @@ (:exclude ".git")) :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "a1a1c9c395a494ebba26c9d46549fe9daf54e032")) (f :source "lockfile" :date - (26503 44368 385047 0) + (26505 12154 498001 0) :recipe (:package "f" :fetcher github :repo "rejeep/f.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "931b6d0667fe03e7bf1c6c282d6d8d7006143c52")) (elisp-refs :source "lockfile" :date - (26503 44368 377215 0) + (26505 12154 489810 0) :recipe (:package "elisp-refs" :repo "Wilfred/elisp-refs" :fetcher github :files (:defaults (:exclude "elisp-refs-bench.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "541a064c3ce27867872cf708354a65d83baf2a6d")) + (rainbow-delimiters :source "lockfile" :date + (26505 12154 481909 0) + :recipe + (:package "rainbow-delimiters" :fetcher github :repo "Fanael/rainbow-delimiters" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "f40ece58df8b2f0fb6c8576b527755a552a5e763")) + (rainbow-mode :source "lockfile" :date + (26505 12154 473630 0) + :recipe + (:package "rainbow-mode" :repo + ("git://git.sv.gnu.org/emacs/elpa" . "rainbow-mode") + :branch "externals/rainbow-mode" :files + ("*" + (:exclude ".git")) + :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "f7db3b5919f70420a91eb199f8663468de3033f3")) + (dash-at-point :source "lockfile" :date + (26505 12154 465454 0) + :recipe + (:package "dash-at-point" :fetcher github :repo "stanaka/dash-at-point" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "fba1a6f42ea51d05110e12c62bdced664059eb55")) + (column-enforce-mode :source "lockfile" :date + (26505 12154 455760 0) + :recipe + (:package "column-enforce-mode" :fetcher github :repo "jordonbiondo/column-enforce-mode" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "14a7622f2268890e33536ccd29510024d51ee96f")) + (pcre2el :source "lockfile" :date + (26505 12154 447720 0) + :recipe + (:package "pcre2el" :fetcher github :repo "joddie/pcre2el" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "b4d846d80dddb313042131cf2b8fbf647567e000")) + (visual-regexp-steroids :source "lockfile" :date + (26505 12154 439718 0) + :recipe + (:package "visual-regexp-steroids" :repo "benma/visual-regexp-steroids.el" :fetcher github :files + ("visual-regexp-steroids.el" "regexp.py") + :source "MELPA" :protocol https :inherit t :depth treeless :ref "a6420b25ec0fbba43bf57875827092e1196d8a9e")) + (yasnippet :source "lockfile" :date + (26505 12154 431201 0) + :recipe + (:package "yasnippet" :repo "joaotavora/yasnippet" :fetcher github :files + ("yasnippet.el" "snippets") + :source "MELPA" :protocol https :inherit t :depth treeless :ref "5b315f1753480ebe669b157b8242448b5eafcfea")) + (yasnippet-snippets :source "lockfile" :date + (26505 12154 422946 0) + :recipe + (:package "yasnippet-snippets" :repo "AndreaCrotti/yasnippet-snippets" :fetcher github :files + ("*.el" "snippets" ".nosearch") + :source "MELPA" :protocol https :inherit t :depth treeless :ref "f1907ed38acc479e78d5c113810465e4d77d8604")) + (corfu :source "lockfile" :date + (26505 12154 415051 0) + :recipe + (:package "corfu" :repo "minad/corfu" :files + (:defaults "extensions/corfu-*.el") + :fetcher github :source "MELPA" :protocol https :inherit t :depth treeless :ref "9dc2f900ef58fdd75b4804039848da732f56465c")) + (corfu-terminal :source "lockfile" :date + (26505 12154 406715 0) + :recipe + (:package "corfu-terminal" :repo + ("https://codeberg.org/akib/emacs-corfu-terminal" . "corfu-terminal") + :files + ("*" + (:exclude ".git")) + :source "NonGNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "501548c3d51f926c687e8cd838c5865ec45d03cc")) + (cape :source "lockfile" :date + (26505 12154 398025 0) + :recipe + (:package "cape" :repo "minad/cape" :fetcher github :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "cf0553114f51d8970837423f1b2da4f0980cb1e1")) + (yasnippet-capf :source "lockfile" :date + (26505 12154 389547 0) + :recipe + (:package "yasnippet-capf" :fetcher github :repo "elken/yasnippet-capf" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "4c2e33d70cd1d95cf1e08d134b058a6dd90a99c9")) + (nerd-icons-corfu :source "lockfile" :date + (26505 12154 380809 0) + :recipe + (:package "nerd-icons-corfu" :fetcher github :repo "LuigiPiucco/nerd-icons-corfu" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "41110180ceab9d0edaa856d19633b2b3fdf82e75")) + (copilot :source "lockfile" :date + (26505 12154 372121 0) + :recipe + (:package "copilot" :fetcher github :repo "copilot-emacs/copilot.el" :files + ("*.el") + :source "MELPA" :protocol https :inherit t :depth treeless :host github :ref "867a3debf907cbd7c5b0eb8837354a1efc7c2db9")) + (gptel :source "lockfile" :date + (26505 12154 364300 0) + :recipe + (:package "gptel" :repo "karthink/gptel" :fetcher github :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "02f603fdc0f2e8f635fa1c7faabcba8db6367af0")) + (aider :source "lockfile" :date + (26505 12154 356289 0) + :recipe + (:source nil :protocol https :inherit t :depth treeless :host github :repo "tninja/aider.el" :files + ("aider.el") + :package "aider" :ref "9e00fea9479593e74ee8de88515cd2f561814bd0")) + (elysium :source "lockfile" :date + (26505 12154 348163 0) + :recipe + (:package "elysium" :fetcher github :repo "lanceberge/elysium" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "149398813bbda0366203304bbb7db6ffe73befa6")) + (flymake-flycheck :source "lockfile" :date + (26505 12154 339931 0) + :recipe + (:package "flymake-flycheck" :fetcher github :repo "purcell/flymake-flycheck" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "88455c5e6d8ebf650fb51a45c7511a1c18097344")) + (flyspell-correct :source "lockfile" :date + (26505 12154 331814 0) + :recipe + (:package "flyspell-correct" :repo "d12frosted/flyspell-correct" :fetcher github :files + ("flyspell-correct.el" "flyspell-correct-ido.el") + :source "MELPA" :protocol https :inherit t :depth treeless :ref "1e7a5a56362dd875dddf848b9a9e25d1395b9d37")) + (deft :source "lockfile" :date + (26505 12154 323788 0) + :recipe + (:package "deft" :repo "jrblevin/deft" :fetcher github :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "b369d7225d86551882568788a23c5497b232509c")) + (lsp-mode :source "lockfile" :date + (26505 12154 315914 0) + :recipe + (:package "lsp-mode" :repo "emacs-lsp/lsp-mode" :fetcher github :files + (:defaults "clients/*.el") + :source "MELPA" :protocol https :inherit t :depth treeless :ref "2e5f23a0dc5dcc1c957fca693c956d584338e3e9")) + (lsp-ui :source "lockfile" :date + (26505 12154 308094 0) + :recipe + (:package "lsp-ui" :repo "emacs-lsp/lsp-ui" :fetcher github :files + (:defaults "lsp-ui-doc.html" "resources") + :source "MELPA" :protocol https :inherit t :depth treeless :ref "1eae284ab0ae70fba4a2ee1e3f76d7013521c49c")) + (dap-mode :source "lockfile" :date + (26505 12154 300192 0) + :recipe + (:package "dap-mode" :repo "emacs-lsp/dap-mode" :fetcher github :files + (:defaults "icons") + :source "MELPA" :protocol https :inherit t :depth treeless :ref "ffb795761273e1bdc3d0cd1ebdd43e36b7c08921")) + (dashboard :source "lockfile" :date + (26505 12154 292144 0) + :recipe + (:package "dashboard" :fetcher github :repo "emacs-dashboard/emacs-dashboard" :files + (:defaults "banners") + :source "MELPA" :protocol https :inherit t :depth treeless :ref "7b7846689845078cb5604508c5075e28e2160efe")) + (magit :source "lockfile" :date + (26505 12154 284189 0) + :recipe + (:package "magit" :fetcher github :repo "magit/magit" :files + ("lisp/magit*.el" "lisp/git-*.el" "docs/magit.texi" "docs/AUTHORS.md" "LICENSE" "magit-pkg.el" + (:exclude "lisp/magit-section.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "ca5b77284adf8d9af3f98eb669bd47bbf24c46f6")) + (vundo :source "lockfile" :date + (26505 12154 276157 0) + :recipe + (:package "vundo" :repo + ("https://github.com/casouri/vundo" . "vundo") + :files + ("*" + (:exclude ".git" "test")) + :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "288892ee93214ddcaf65fdd9f3134c1bd10100ee")) + (speed-type :source "lockfile" :date + (26505 12154 267895 0) + :recipe + (:package "speed-type" :fetcher github :repo "dakra/speed-type" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "b982ee6081a11837760eeaed73c4f413eefb07b1")) + (spaceline :source "lockfile" :date + (26505 12154 259717 0) + :recipe + (:package "spaceline" :fetcher github :repo "TheBB/spaceline" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "086420d16e526c79b67fc1edec4c2ae1e699f372")) + (base16-theme :source "lockfile" :date + (26505 12154 251373 0) + :recipe + (:package "base16-theme" :repo "tinted-theming/base16-emacs" :fetcher github :files + (:defaults "build/*.el") + :source "MELPA" :protocol https :inherit t :depth treeless :ref "1d48474c3c07521276f4e7d73317a654997b4381")) + (clojure-mode :source "lockfile" :date + (26505 12154 243070 0) + :recipe + (:package "clojure-mode" :repo "clojure-emacs/clojure-mode" :fetcher github :files + ("clojure-mode.el") + :source "MELPA" :protocol https :inherit t :depth treeless :ref "eabe29b076fff19db552d36d4babaa36ecf0b704")) + (cider :source "lockfile" :date + (26505 12154 235274 0) + :recipe + (:package "cider" :fetcher github :repo "clojure-emacs/cider" :files + ("lisp/*.el" "bin/*.sh" "*.el" "clojure.sh" "lein.sh" + (:exclude ".dir-locals.el")) + :old-names + (nrepl) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "e33067498a089157af28dbed180117d8b8a3605e")) + (clj-refactor :source "lockfile" :date + (26505 12154 227405 0) + :recipe + (:package "clj-refactor" :fetcher github :repo "clojure-emacs/clj-refactor.el" :files + (:defaults "CHANGELOG.md") + :source "MELPA" :protocol https :inherit t :depth treeless :ref "dc1bbc8cdaa723bdbb6669ea7d280625c370755d")) + (dart-mode :source "lockfile" :date + (26505 12154 219640 0) + :recipe + (:package "dart-mode" :fetcher github :repo "emacsorphanage/dart-mode" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "02e919c1cf200b4938139c18068577faff1fb364")) + (lsp-dart :source "lockfile" :date + (26505 12154 211908 0) + :recipe + (:package "lsp-dart" :repo "emacs-lsp/lsp-dart" :fetcher github :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "7e3d3429418bc42cda7fa7b58e6644a705cf2f89")) + (dhall-mode :source "lockfile" :date + (26505 12154 203969 0) + :recipe + (:package "dhall-mode" :repo "psibi/dhall-mode" :fetcher github :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "fca383a9c4622c1d9a39dc977572b34c7fa0b719")) + (lispy :source "lockfile" :date + (26505 12154 195936 0) + :recipe + (:package "lispy" :repo "abo-abo/lispy" :fetcher github :files + (:defaults "lispy-clojure.clj" "lispy-clojure.cljs" "lispy-python.py") + :source "MELPA" :protocol https :inherit t :depth treeless :ref "fe44efd21573868638ca86fc8313241148fabbe3")) + (elixir-format :source "lockfile" :date + (26505 12154 187976 0) + :recipe + (:source nil :protocol https :inherit t :depth treeless :type git :host github :repo "elixir-editors/emacs-elixir" :files + ("elixir-format.el") + :package "elixir-format" :ref "00d6580a040a750e019218f9392cf9a4c2dac23a")) + (elixir-ts-mode :source "lockfile" :date + (26505 12154 180044 0) + :recipe + (:package "elixir-ts-mode" :repo "wkirschbaum/elixir-ts-mode" :fetcher github :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "143b94f4a5ac1f161c232e3f25b84c6768be2f25")) + (erlang :source "lockfile" :date + (26505 12154 172379 0) + :recipe + (:package "erlang" :fetcher github :repo "erlang/otp" :version-regexp "OTP-%v" :files + ("lib/tools/emacs/*.el" + (:exclude "lib/tools/emacs/erlang_appwiz.el")) + :source "MELPA" :protocol https :inherit t :depth 1 :ref "8c8ebb1122b29016edc85ccd17bc9bf9e2d86924")) + (fsharp-mode :source "lockfile" :date + (26505 12154 164539 0) + :recipe + (:package "fsharp-mode" :fetcher github :repo "fsharp/emacs-fsharp-mode" :files + (:defaults + (:exclude "eglot-fsharp.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "677d78c4d6cb574086408082dedbcaef04a85359")) + (gleam-ts-mode :source "lockfile" :date + (26505 12154 156726 0) + :recipe + (:package "gleam-ts-mode" :fetcher github :repo "gleam-lang/gleam-mode" :files + ("gleam-ts-mode.el") + :source "MELPA" :protocol https :inherit t :depth treeless :type git :host github :ref "d00f37d0b47f5d6810aa295af98c40a7708b4305")) + (go-mode :source "lockfile" :date + (26505 12154 148752 0) + :recipe + (:package "go-mode" :repo "dominikh/go-mode.el" :fetcher github :files + ("go-mode.el") + :source "MELPA" :protocol https :inherit t :depth treeless :ref "602d73e22646b1b98b2eb97927fd426c0d1d2f92")) + (haskell-mode :source "lockfile" :date + (26505 12154 140908 0) + :recipe + (:package "haskell-mode" :repo "haskell/haskell-mode" :fetcher github :files + (:defaults "NEWS" "logo.svg") + :source "MELPA" :protocol https :inherit t :depth treeless :ref "1a285fc4c50ca74bb5cd9b2a8c1a46a64a77384a")) + (lsp-haskell :source "lockfile" :date + (26505 12154 132902 0) + :recipe + (:package "lsp-haskell" :repo "emacs-lsp/lsp-haskell" :fetcher github :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "6981f8d1225c038c1a130e8cf70530cfe15f976e")) + (js2-mode :source "lockfile" :date + (26505 12154 124942 0) + :recipe + (:package "js2-mode" :repo "mooz/js2-mode" :fetcher github :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "e0c302872de4d26a9c1614fac8d6b94112b96307")) + (kotlin-ts-mode :source "lockfile" :date + (26505 12154 116751 0) + :recipe + (:package "kotlin-ts-mode" :fetcher gitlab :repo "bricka/emacs-kotlin-ts-mode" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "a25d56cecac9160ba7c140f982ec16ca7b2fe97f")) + (gradle-mode :source "lockfile" :date + (26505 12154 108554 0) + :recipe + (:package "gradle-mode" :fetcher github :repo "scubacabra/emacs-gradle-mode" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "e4d665d5784ecda7ddfba015f07c69be3cfc45f2")) + (lean4-mode :source "lockfile" :date + (26505 12154 100606 0) + :recipe + (:source nil :protocol https :inherit t :depth treeless :type git :host github :repo "leanprover/lean4-mode" :files + ("*.el" "data") + :package "lean4-mode" :ref "76895d8939111654a472cfc617cfd43fbf5f1eb6")) + (markdown-mode :source "lockfile" :date + (26505 12154 92622 0) + :recipe + (:package "markdown-mode" :fetcher github :repo "jrblevin/markdown-mode" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "7659bc470d096e7a53285fa246cbabcb07d66a33")) + (merlin :source "lockfile" :date + (26505 12154 84865 0) + :recipe + (:package "merlin" :fetcher github :repo "ocaml/merlin" :files + ("emacs/*.el" + (:exclude "emacs/merlin-ac.el" "emacs/merlin-company.el" "emacs/merlin-iedit.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "86b4b261b950e409791a42815e4ede601c6be92d")) + (opam-switch-mode :source "lockfile" :date + (26505 12154 77182 0) + :recipe + (:package "opam-switch-mode" :fetcher github :repo "ProofGeneral/opam-switch-mode" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "1069e56a662f23ea09d4e05611bdedeb99257012")) + (dune :source "lockfile" :date + (26505 12154 69154 0) + :recipe + (:package "dune" :fetcher github :repo "ocaml/dune" :files + ("editor-integration/emacs/*.el") + :source "MELPA" :protocol https :inherit t :depth treeless :ref "c72c8c00887c27ac3ba642556bc225965bd80dc8")) + (tuareg :source "lockfile" :date + (26505 12154 60790 0) + :recipe + (:package "tuareg" :fetcher github :repo "ocaml/tuareg" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "1d53723e39f22ab4ab76d31f2b188a2879305092")) + (dockerfile-mode :source "lockfile" :date + (26505 12154 52806 0) + :recipe + (:package "dockerfile-mode" :fetcher github :repo "spotify/dockerfile-mode" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "4d893bd2da15833ce056332e6c972d5d93e78f04")) + (docker :source "lockfile" :date + (26505 12154 44939 0) + :recipe + (:package "docker" :fetcher github :repo "Silex/docker.el" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "46b597a711492e1c19d1260951f39372450278f5")) + (terraform-mode :source "lockfile" :date + (26505 12154 37182 0) + :recipe + (:package "terraform-mode" :repo "hcl-emacs/terraform-mode" :fetcher github :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "5bdd734a87f67f6574664f63eb4d02a0bc74c0d0")) + (ansible :source "lockfile" :date + (26505 12154 29386 0) + :recipe + (:package "ansible" :fetcher gitlab :repo "emacs-ansible/emacs-ansible" :files + (:defaults "snippets" "dict") + :source "MELPA" :protocol https :inherit t :depth treeless :ref "03e285bb54a687e3fd9e21026b088fdac46679a0")) + (nginx-mode :source "lockfile" :date + (26505 12154 21458 0) + :recipe + (:package "nginx-mode" :fetcher github :repo "ajc/nginx-mode" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "c4ac5de975d65c84893a130a470af32a48b0b66c")) + (jenkinsfile-mode :source "lockfile" :date + (26505 12154 13539 0) + :recipe + (:package "jenkinsfile-mode" :repo "https://github.com/john2x/jenkinsfile-mode.git" :fetcher github :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :branch "master" :ref "568865ee419e0592de0dd0717d6769a66d9df111")) + (lua-mode :source "lockfile" :date + (26505 12154 5749 0) + :recipe + (:package "lua-mode" :repo "immerrr/lua-mode" :fetcher github :files + (:defaults + (:exclude "init-tryout.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "d074e4134b1beae9ed4c9b512af741ca0d852ba3")) + (graphql-mode :source "lockfile" :date + (26505 12153 997982 0) + :recipe + (:package "graphql-mode" :repo "davazp/graphql-mode" :fetcher github :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "ee49531935ede7a2c9597713e13a4c9d33ef2220")) + (yaml-mode :source "lockfile" :date + (26505 12153 990078 0) + :recipe + (:package "yaml-mode" :repo "yoshiki/yaml-mode" :fetcher github :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "d91f878729312a6beed77e6637c60497c5786efa")) + (json-mode :source "lockfile" :date + (26505 12153 982251 0) + :recipe + (:package "json-mode" :fetcher github :repo "json-emacs/json-mode" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "77125b01c0ddce537085201098bea9b4b8ba6be3")) + (git-modes :source "lockfile" :date + (26505 12153 974334 0) + :recipe + (:package "git-modes" :fetcher github :repo "magit/git-modes" :old-names + (gitattributes-mode gitconfig-mode gitignore-mode) + :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "f99010bbeb8b6d8a0819fac0195a2ef0159d08f0")) + (php-mode :source "lockfile" :date + (26505 12153 966468 0) + :recipe + (:package "php-mode" :repo "emacs-php/php-mode" :fetcher github :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "0f756a8c0782ebdc00557addc68763305c91ca51")) + (purescript-mode :source "lockfile" :date + (26505 12153 958546 0) + :recipe + (:package "purescript-mode" :repo "purescript-emacs/purescript-mode" :fetcher github :files + (:defaults "NEWS" "snippets") + :source "MELPA" :protocol https :inherit t :depth treeless :ref "07e4d6ecfe677d595ed3759c912c0b262d886b98")) + (rspec-mode :source "lockfile" :date + (26505 12153 950685 0) + :recipe + (:package "rspec-mode" :repo "pezra/rspec-mode" :fetcher github :files + ("rspec-mode.el" "snippets") + :source "MELPA" :protocol https :inherit t :depth treeless :ref "29df3d081c6a1cbdf840cd13d45ea1c100c5bbaa")) + (ruby-end :source "lockfile" :date + (26505 12153 942730 0) + :recipe + (:package "ruby-end" :repo "rejeep/ruby-end.el" :fetcher github :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "ba7d7230f9e3ed75c9982d32bb9fdff1dc10935d")) + (rbs-mode :source "lockfile" :date + (26505 12153 934903 0) + :recipe + (:package "rbs-mode" :fetcher github :repo "ybiquitous/rbs-mode" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "e415a6fa9e88594cb9b7f7765145f57dda0e9b56")) + (rust-mode :source "lockfile" :date + (26505 12153 927066 0) + :recipe + (:package "rust-mode" :repo "rust-lang/rust-mode" :fetcher github :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "542f1755d8929ca83564322d7030d558f3392fe1")) + (flycheck-rust :source "lockfile" :date + (26505 12153 919107 0) + :recipe + (:package "flycheck-rust" :repo "flycheck/flycheck-rust" :fetcher github :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "d499471ec433a62898a95ce76561964e3d015ce5")) + (fish-mode :source "lockfile" :date + (26505 12153 911093 0) + :recipe + (:package "fish-mode" :fetcher github :repo "wwwjfy/emacs-fish" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "2526b1803b58cf145bc70ff6ce2adb3f6c246f89")) + (web-mode :source "lockfile" :date + (26505 12153 903219 0) + :recipe + (:package "web-mode" :repo "fxbois/web-mode" :fetcher github :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "be2d59c8fa02b1a45ae54ce4079e502e659cefe6")) + (zig-mode :source "lockfile" :date + (26505 12153 895479 0) + :recipe + (:package "zig-mode" :repo "ziglang/zig-mode" :fetcher github :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "f0b4a487530146f99230f4a5ff67e8d56c8f3f80")) + (diminish :source "lockfile" :date + (26505 12153 887706 0) + :recipe + (:package "diminish" :fetcher github :repo "myrjola/diminish.el" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "fbd5d846611bad828e336b25d2e131d1bc06b83d")) (visual-regexp :source "lockfile" :date - (26503 44368 369495 0) + (26505 12153 880004 0) :recipe (:package "visual-regexp" :repo "benma/visual-regexp.el" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "48457d42a5e0fe10fa3a9c15854f1f127ade09b5")) (popon :source "lockfile" :date - (26503 44368 361806 0) + (26505 12153 872174 0) :recipe (:package "popon" :repo ("https://codeberg.org/akib/emacs-popon" . "popon") @@ -762,13 +769,13 @@ (:exclude ".git")) :source "NonGNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "bf8174cb7e6e8fe0fe91afe6b01b6562c4dc39da")) (nerd-icons :source "lockfile" :date - (26503 44368 354032 0) + (26505 12153 864211 0) :recipe (:package "nerd-icons" :repo "rainstormstudio/nerd-icons.el" :fetcher github :files (:defaults "data") :source "MELPA" :protocol https :inherit t :depth treeless :ref "546ee20caf825e65da4c5435d31f13d269ed2a81")) (editorconfig :source "lockfile" :date - (26503 44368 346283 0) + (26505 12153 856111 0) :recipe (:package "editorconfig" :fetcher github :repo "editorconfig/editorconfig-emacs" :old-names (editorconfig-core editorconfig-fnmatch) @@ -777,27 +784,27 @@ (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "24f5b2b1cd4e37adc245fb59f7edeb6872a707a4")) (magit-section :source "lockfile" :date - (26503 44368 338441 0) + (26505 12153 848066 0) :recipe (:package "magit-section" :fetcher github :repo "magit/magit" :files ("lisp/magit-section.el" "docs/magit-section.texi" "magit-section-pkg.el") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "6efe13e701118719a61fee2b6eb465b8fa4a028e")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "ca5b77284adf8d9af3f98eb669bd47bbf24c46f6")) (with-editor :source "lockfile" :date - (26503 44368 330721 0) - :recipe - (:package "with-editor" :fetcher github :repo "magit/with-editor" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "ca902ae02972bdd6919a902be2593d8cb6bd991b")) + (26505 12153 840192 0) + :recipe + (:package "with-editor" :fetcher github :repo "magit/with-editor" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "ca902ae02972bdd6919a902be2593d8cb6bd991b")) (flycheck :source "lockfile" :date - (26503 44368 323001 0) + (26505 12153 832483 0) :recipe (:package "flycheck" :repo "flycheck/flycheck" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "87ad201889b2055d0c4b0839d2f8b80eeccae59e")) (spinner :source "lockfile" :date - (26503 44368 315206 0) + (26505 12153 824692 0) :recipe (:package "spinner" :repo ("https://github.com/Malabarba/spinner.el" . "spinner") @@ -806,48 +813,48 @@ (:exclude ".git")) :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "d4647ae87fb0cd24bc9081a3d287c860ff061c21")) (bui :source "lockfile" :date - (26503 44368 307352 0) + (26505 12153 817012 0) :recipe (:package "bui" :repo "alezost/bui.el" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f3a137628e112a91910fd33c0cff0948fa58d470")) (lsp-treemacs :source "lockfile" :date - (26503 44368 299549 0) + (26505 12153 809235 0) :recipe (:package "lsp-treemacs" :repo "emacs-lsp/lsp-treemacs" :fetcher github :files (:defaults "icons") :source "MELPA" :protocol https :inherit t :depth treeless :ref "fb1a07ae0a3d781dea8ac78da2933e0173eb48a4")) (lsp-docker :source "lockfile" :date - (26503 44368 291732 0) + (26505 12153 801210 0) :recipe (:package "lsp-docker" :repo "emacs-lsp/lsp-docker" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "ce291d0f80533f8eaca120eb745d55669e062636")) (yaml :source "lockfile" :date - (26503 44368 284089 0) + (26505 12153 793151 0) :recipe (:package "yaml" :repo "zkry/yaml.el" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "cd3edfc02cb12514426c00e07160b87bd8340f4a")) (powerline :source "lockfile" :date - (26503 44368 276292 0) + (26505 12153 785063 0) :recipe (:package "powerline" :fetcher github :repo "milkypostman/powerline" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c35c35bdf5ce2d992882c1f06f0f078058870d4a")) (parseedn :source "lockfile" :date - (26503 44368 268461 0) + (26505 12153 777230 0) :recipe (:package "parseedn" :repo "clojure-emacs/parseedn" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "3407e4530a367b6c2b857dae261cdbb67a440aaa")) (queue :source "lockfile" :date - (26503 44368 260565 0) + (26505 12153 769403 0) :recipe (:package "queue" :repo ("git://git.sv.gnu.org/emacs/elpa" . "queue") @@ -856,115 +863,115 @@ (:exclude ".git")) :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "f986fb68e75bdae951efb9e11a3012ab6bd408ee")) (sesman :source "lockfile" :date - (26503 44368 252679 0) + (26505 12153 761602 0) :recipe (:package "sesman" :repo "vspinu/sesman" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "7bca68dbbab0af26a6a23be1ff5fa97f9a18e022")) (parseclj :source "lockfile" :date - (26503 44368 244878 0) + (26505 12153 753654 0) :recipe (:package "parseclj" :repo "clojure-emacs/parseclj" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "6af22372e0fe14df882dd300b22b12ba2d7e00b0")) (paredit :source "lockfile" :date - (26503 44368 237090 0) + (26505 12153 745765 0) :recipe (:package "paredit" :fetcher git :url "https://mumble.net/~campbell/git/paredit.git" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "af075775af91f2dbc63b915d762b4aec092946c4")) (multiple-cursors :source "lockfile" :date - (26503 44368 229286 0) + (26505 12153 737963 0) :recipe (:package "multiple-cursors" :fetcher github :repo "magnars/multiple-cursors.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "dd10cf2334333838e4550f091a75695448e26765")) (inflections :source "lockfile" :date - (26503 44368 221523 0) + (26505 12153 730138 0) :recipe (:package "inflections" :repo "eschulte/jump.el" :fetcher github :files ("inflections.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "55caa66a7cc6e0b1a76143fd40eff38416928941")) (reformatter :source "lockfile" :date - (26503 44368 213764 0) + (26505 12153 722359 0) :recipe (:package "reformatter" :repo "purcell/emacs-reformatter" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f2cb59466b1c3f85a8c960f7d4b7b7ead015bedc")) (iedit :source "lockfile" :date - (26503 44368 205933 0) + (26505 12153 714566 0) :recipe (:package "iedit" :repo "victorhge/iedit" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "27c61866b1b9b8d77629ac702e5f48e67dfe0d3b")) (swiper :source "lockfile" :date - (26503 44368 198166 0) + (26505 12153 706745 0) :recipe (:package "swiper" :repo "abo-abo/swiper" :fetcher github :files ("swiper.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "abb9e1e5649bcd078a2a75bcb27abb42311b4f86")) (zoutline :source "lockfile" :date - (26503 44368 190413 0) + (26505 12153 698888 0) :recipe (:package "zoutline" :repo "abo-abo/zoutline" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "32857c6c4b9b0bcbed14d825a10b91a98d5fed0a")) (ivy :source "lockfile" :date - (26503 44368 182511 0) + (26505 12153 691042 0) :recipe (:package "ivy" :repo "abo-abo/swiper" :fetcher github :files (:defaults "doc/ivy-help.org" (:exclude "swiper.el" "counsel.el" "ivy-hydra.el" "ivy-avy.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "abb9e1e5649bcd078a2a75bcb27abb42311b4f86")) (heex-ts-mode :source "lockfile" :date - (26503 44368 174626 0) + (26505 12153 681523 0) :recipe (:package "heex-ts-mode" :repo "wkirschbaum/heex-ts-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "dafed72c254c226cdd28528ac70965ef8efa04ca")) (caml :source "lockfile" :date - (26503 44368 166540 0) + (26505 12153 673260 0) :recipe (:package "caml" :repo "ocaml/caml-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "47defafa2b08fb680e89bfee9cb9ce82bd9e3bcf")) (aio :source "lockfile" :date - (26503 44368 158272 0) + (26505 12153 665300 0) :recipe (:package "aio" :fetcher github :repo "skeeto/emacs-aio" :files ("aio.el" "README.md" "UNLICENSE") :source "MELPA" :protocol https :inherit t :depth treeless :ref "da93523e235529fa97d6f251319d9e1d6fc24a41")) (tablist :source "lockfile" :date - (26503 44368 149586 0) + (26505 12153 657142 0) :recipe (:package "tablist" :fetcher github :repo "emacsorphanage/tablist" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "fcd37147121fabdf003a70279cf86fbe08cfac6f")) (hcl-mode :source "lockfile" :date - (26503 44368 140065 0) + (26505 12153 647406 0) :recipe (:package "hcl-mode" :repo "hcl-emacs/hcl-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "1da895ed75d28d9f87cbf9b74f075d90ba31c0ed")) (groovy-mode :source "lockfile" :date - (26503 44368 129629 0) + (26505 12153 637323 0) :recipe (:package "groovy-mode" :fetcher github :repo "Groovy-Emacs-Modes/groovy-emacs-modes" :files ("*groovy*.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "7b8520b2e2d3ab1d62b35c426e17ac25ed0120bb")) (json-snatcher :source "lockfile" :date - (26503 44368 116175 0) + (26505 12153 626504 0) :recipe (:package "json-snatcher" :fetcher github :repo "Sterlingg/json-snatcher" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" diff --git a/lisp/icejam-complete-at-point.el b/lisp/icejam-complete-at-point.el index c871764..a8258e6 100644 --- a/lisp/icejam-complete-at-point.el +++ b/lisp/icejam-complete-at-point.el @@ -25,6 +25,10 @@ corfu-left-margin-width 0.5 corfu-bar-width 0.5 corfu-auto-delay 0.1 + ;; Do not insert when you type a word that happens to be a + ;; completion candidate. A typical example is `format`, which + ;; is a yas snippet. + corfu-on-exact-match 'nil corfu-popupinfo-delay '(0.4 . 0.2) corfu-auto t corfu-quit-no-match 'separator diff --git a/lisp/icejam-transient.el b/lisp/icejam-transient.el index bd664c1..9d1b9da 100644 --- a/lisp/icejam-transient.el +++ b/lisp/icejam-transient.el @@ -15,100 +15,106 @@ (transient-define-prefix icejam-project-menu () "Project Commands." - ["" - ["Project" + [["Project" ("s" "Switch project" project-switch-project) ("f" "Find file in project" project-find-file) - ("g" "Grep in project" consult-ripgrep)] - ["Completions" - ("a" "Grep in buffer" consult-line) - ("b" "Find Buffer" consult-buffer) + ("g" "Grep in project" consult-ripgrep) ("t" "Find file" find-file)] ["Magit" ("m" "Git status" magit-status) ("C" "Git checkout" magit-checkout) - ("M" "Git blame" magit-blame)]] - ["" - ["LISP" + ("M" "Git blame" magit-blame)] + ["Completions" + ("a" "Grep in buffer" consult-line) + ("b" "Find Buffer" consult-buffer)]] + [["LISP" ("i" "IELM" ielm) ("B" "iBuffer" ibuffer) - ("e" "eval-region" eval-region)] - ["Other" + ("e" "eval-region" eval-region)]] + [["Other" ("d" "deft" deft) - ("T" "Speed Type" speed-type-text)]]) + ("T" "Speed Type" speed-type-text)]] + [["" + ("q" "Quit" keyboard-quit)]]) (transient-define-prefix icejam-code-menu () "Code Commands." - ["" - ["Manipulate" + [["Manipulate" ("c" "Toggle Comment" comment-line) ("r" "Replace" vr/replace) - ("i" "Indent" indent-region)] - ["Complete" - ("g" "Ask GPT" gptel-menu) - ("a" "Aider" aider-transient-menu) - ("e" "Refactor (Elysium)" elysium-query)] - ["Find" + ("i" "Indent" indent-region)]] + [["Complete" + ("g" "Ask GPTel" gptel-menu) + ("a" "Aider" aider-transient-menu) + ("e" "Refactor with Elysium" elysium-query)]] + [["Find" ("s" "Swiper" consult-line) ("u" "Vundo" vundo) ("d" "Dash" dash-at-point)]]) -(transient-define-prefix icejam-window-menu () - "Windows Commands." +(transient-define-prefix icejam-buffer-menu () + "Buffers and windows." ["" - ["Move" - ("" " Left" windmove-left) - ("" "Right" windmove-right) - ("" " Up" windmove-up) - ("" " Down" windmove-down)] + ["Move Cursor" + :pad-keys t + ("" "Left buffer" windmove-left) + ("" "Right buffer" windmove-right) + ("" "Top buffer" windmove-up) + ("" "Bottom buffer" windmove-down)] + ["Move this buffer" + :pad-keys t + ("v[" "To left" buf-move-left) + ("v]" "To right" buf-move-right) + ("h[" "Up" buf-move-up) + ("h]" "Down" buf-move-down)]] + [["Jump to" + ("w" "Word" avy-goto-word-1) + ("l" "Line" avy-goto-line) + ("c" "Character" avy-goto-char-2)] ["Split" - ("h" "Horizontally" split-window-below) - ("v" "Vertically" split-window-right)] - ["Kill" - "" - "" - "" - ("k" "Kill Buffer" kill-buffer-and-window)]]) + ("\\" "To right" split-window-right) + ("/" "To bottom" split-window-below)]] + [["Buffers" + :pad-keys t + ("s[" "Go to previous buffer" previous-buffer) + ("s]" "Go to next buffer" next-buffer) + ("bi" "iBuffer" ibuffer) + ("bf" "Find buffer" consult-buffer) + ("k" "Kill buffer and window" kill-buffer-and-window)]] + [["Fonts" + :pad-keys t + ("fs" "Adjust font size globally" global-text-scale-adjust) + ("fi" "Increase by one in this buffer" + (lambda () (interactive) (text-scale-increase 1))) + ("fd" "Decrease by one in this buffer" + (lambda () (interactive) (text-scale-decrease 1))) + ("fr" "Reset this buffer" + (lambda () (interactive) (text-scale-adjust 0)))]] + [["" + ("q" "Quit" keyboard-quit)]]) (transient-define-prefix icejam-language-menu () "Language (Buffer) Commands." - ["" - ["Buffer" - ("r" "Reload" icejam-revert-buffer-no-confirm) - ("f" "Format" lsp-format-buffer) - ("i" "Indent" icejam-mark-and-indent-whole-buffer)] - ["Other" - ("m" "iMenu" lsp-ui-imenu) - ("e" "Show Errors" flymake-show-buffer-diagnostics)]]) + [[:description + (lambda () + (concat (propertize "Code actions for " 'face 'transient-heading) + (propertize (format "%s" major-mode) 'face 'transient-key) + (propertize ":\n" 'face 'transient-heading))) -(transient-define-prefix icejam-history-menu () - "Buffer History Commands." - ["History" - ("[" "Previous" previous-buffer) - ("]" "Next" previous-buffer)]) + ("r" "Reload buffer" icejam-revert-buffer-no-confirm) + ("e" "Show errors" flymake-show-buffer-diagnostics) -(transient-define-prefix icejam-move-menu () - "Move Commands." - ["" - ["Move this buffer" - ("{" "Up" buf-move-left) - ("[" "Left" buf-move-right) - ("}" "Right" buf-move-up) - ("]" "Down" buf-move-down)] - ["Jump to" - ("w" "Word" avy-goto-word-1) - ("l" "Line" avy-goto-line) - ("c" "Character" avy-goto-char-2)]]) + ;; This only appears for emacs-lisp-mode + ("d" "Explain thing at point" helpful-at-point :if-mode emacs-lisp-mode) -(transient-define-prefix icejam-font-menu () - "Font Commands." - ["" - ["Everywhere" - ("s" "Adjust font size" global-text-scale-adjust)] - ["In this buffer" - ("i" "Bigger" (lambda () (interactive) (text-scale-increase 1))) - ("d" "Smaller" (lambda () (interactive) (text-scale-decrease 1))) - ("r" "Reset" (lambda () (interactive) (text-scale-adjust 0)))]]) + ;; These only appear for LSP mode + ("m" "LSP iMenu" lsp-ui-imenu + :if (lambda () (bound-and-true-p lsp-mode))) + ("f" "Format buffer with LSP formatter" lsp-format-buffer + :if (lambda () (bound-and-true-p lsp-mode))) + + ;; Finally, quit. + ("q" "Quit" keyboard-quit)]]) (defcustom icejam-language-transient-alist '() @@ -131,22 +137,19 @@ You can pass MAYBE-MODE to find mode explicitly." (transient-define-prefix icejam-command-palette () "All transient menus in one place." - ["" + ["All my stuff in one place\n" ["The thing you are editing" ("p" "Project" icejam-project-menu) ("c" "Code" icejam-code-menu) - ("l" "Language" icejam-transient-for-lang)] + ("l" "Language" icejam-transient-for-lang) + ("r" "Revert Buffer" icejam-revert-buffer-no-confirm)] ["The editor itself" - ("w" "Window" icejam-window-menu) - ("s" "History" icejam-history-menu) - ("f" "Font" icejam-font-menu)]]) + ("b" "iBuffer" ibuffer) + ("w" "Window" icejam-buffer-menu)]]) (define-key icejam-keys-mode-map (kbd "C-c p") 'icejam-project-menu) (define-key icejam-keys-mode-map (kbd "C-c c") 'icejam-code-menu) -(define-key icejam-keys-mode-map (kbd "C-c w") 'icejam-window-menu) -(define-key icejam-keys-mode-map (kbd "C-c s") 'icejam-history-menu) -(define-key icejam-keys-mode-map (kbd "C-c f") 'icejam-font-menu) -(define-key icejam-keys-mode-map (kbd "C-c m") 'icejam-move-menu) +(define-key icejam-keys-mode-map (kbd "C-c w") 'icejam-buffer-menu) (define-key icejam-keys-mode-map (kbd "C-c l") 'icejam-transient-for-lang) (define-key icejam-keys-mode-map (kbd "H-p") 'icejam-command-palette) diff --git a/lisp/langs/icejam-lang-elisp.el b/lisp/langs/icejam-lang-elisp.el index 620ecdd..08e56b2 100644 --- a/lisp/langs/icejam-lang-elisp.el +++ b/lisp/langs/icejam-lang-elisp.el @@ -9,20 +9,6 @@ (use-package lispy :ensure t :defer t) -(transient-define-prefix icejam-elisp-lang-menu () - "Elisp Buffer Commands." - ["" - ["Buffer" - ("r" "Reload" icejam-revert-buffer-no-confirm) - ("i" "Indent" icejam-mark-and-indent-whole-buffer) - ("d" "Explain" helpful-at-point) - ("e" "Show Errors" flymake-show-buffer-diagnostics)]] - ["" - ("q" "Quit" keyboard-quit)]) - -(add-to-list - 'icejam-language-transient-alist '(emacs-lisp-mode . icejam-elisp-lang-menu)) - (defun icejam-activate-emacs-lisp-mode () "Goodies for editing Emacs files." diff --git a/lisp/langs/icejam-lang-elixir.el b/lisp/langs/icejam-lang-elixir.el index f72f6bc..c49afe9 100644 --- a/lisp/langs/icejam-lang-elixir.el +++ b/lisp/langs/icejam-lang-elixir.el @@ -16,17 +16,17 @@ (use-package elixir-ts-mode :ensure t :defer t :after (elixir-format lsp-mode lsp-ui)) (transient-define-prefix icejam-elixir-lang-menu () - "Elixir Buffer Commands." + [[:description + (lambda () + (concat (propertize "Code actions for " 'face 'transient-heading) + (propertize (format "%s" major-mode) 'face 'transient-key) + (propertize ":\n" 'face 'transient-heading))) + ("m" "LSP iMenu" lsp-ui-imenu) + ("r" "Reload buffer" icejam-revert-buffer-no-confirm) + ("f" "Format buffer with Elixir formatter" elixir-format) + ("e" "Show errors" flymake-show-buffer-diagnostics)]] ["" - ["LSP" - ("m" "iMenu" lsp-ui-imenu)] - ["Buffer" - ("r" "Reload" icejam-revert-buffer-no-confirm) - ("f" "Format" elixir-format) - ("i" "Indent" icejam-mark-and-indent-whole-buffer) - ("e" "Show Errors" flymake-show-buffer-diagnostics)]] - ["" - ("q" "Quit" keyboard-quit)]) + ("q" "Quit" keyboard-quit)]) (defun icejam-delete-elixir-snippets () "This function deletes Elixir snippets I don't use." From 118cf92a2709697e9c9a2d26aea40f1e8213c41c Mon Sep 17 00:00:00 2001 From: Maciej Szlosarczyk Date: Fri, 17 Jan 2025 10:22:38 +0200 Subject: [PATCH 23/34] Make loading faster by eliminating require blocks --- early-init.el | 9 ++++ lisp/icejam-avy.el | 2 - lisp/icejam-base.el | 10 ++-- lisp/icejam-complete-at-point.el | 16 +++--- lisp/icejam-completing-read.el | 3 +- lisp/icejam-custom-init.el | 11 ++-- lisp/icejam-deft.el | 3 -- lisp/icejam-ispell.el | 2 +- lisp/icejam-keys-mode.el | 56 ++++++++++---------- lisp/icejam-magit.el | 2 +- lisp/icejam-prog-mode.el | 5 +- lisp/icejam-sys-specific.el | 78 ++++++++++++++-------------- lisp/icejam-transient.el | 36 ++++++------- lisp/icejam-tree-sitter.el | 1 - lisp/langs/icejam-lang-clang.el | 2 - lisp/langs/icejam-lang-clojure.el | 6 +-- lisp/langs/icejam-lang-dart.el | 3 +- lisp/langs/icejam-lang-dhall.el | 4 +- lisp/langs/icejam-lang-elisp.el | 16 ++---- lisp/langs/icejam-lang-elixir.el | 28 ++++++---- lisp/langs/icejam-lang-erlang.el | 10 ++-- lisp/langs/icejam-lang-fsharp.el | 6 ++- lisp/langs/icejam-lang-gleam.el | 10 ++-- lisp/langs/icejam-lang-golang.el | 11 ++-- lisp/langs/icejam-lang-haskell.el | 6 ++- lisp/langs/icejam-lang-javascript.el | 7 +-- lisp/langs/icejam-lang-kotlin.el | 11 ++-- lisp/langs/icejam-lang-lean.el | 14 ++--- lisp/langs/icejam-lang-markdown.el | 14 ++--- lisp/langs/icejam-lang-ocaml.el | 11 ++-- lisp/langs/icejam-lang-php.el | 12 ++--- lisp/langs/icejam-lang-purescript.el | 5 +- lisp/langs/icejam-lang-python.el | 8 ++- lisp/langs/icejam-lang-ruby.el | 7 ++- lisp/langs/icejam-lang-rust.el | 9 +++- lisp/langs/icejam-lang-web.el | 3 +- lisp/langs/icejam-lang-ziglang.el | 8 ++- 37 files changed, 234 insertions(+), 211 deletions(-) diff --git a/early-init.el b/early-init.el index aaf4d96..afe7e9a 100644 --- a/early-init.el +++ b/early-init.el @@ -17,4 +17,13 @@ ;; Log garbage collection. (setq garbage-collection-messages nil) +;; Monitor startup time +(add-hook 'emacs-startup-hook + (lambda () + (message "Emacs ready in %s with %d garbage collections." + (format "%.2f seconds" + (float-time + (time-subtract after-init-time before-init-time))) + gcs-done))) + ;;; early-init.el ends here diff --git a/lisp/icejam-avy.el b/lisp/icejam-avy.el index 0583883..4a47f17 100644 --- a/lisp/icejam-avy.el +++ b/lisp/icejam-avy.el @@ -9,8 +9,6 @@ ;; Avy is a navigation manager. ;;; Code: -(require 'icejam-keys-mode) - (use-package avy :ensure t :defer t :config (setopt avy-timeout-seconds 1.0) ;; Wait for 1 second for candidates diff --git a/lisp/icejam-base.el b/lisp/icejam-base.el index 4aeeabc..4b4fbad 100644 --- a/lisp/icejam-base.el +++ b/lisp/icejam-base.el @@ -9,11 +9,8 @@ ;; pkg/base defines basic packages and environment. ;;; Code: -(require 'icejam-keys-mode) -;;;;;;;; Other optimizations ;;;;;;;;;;;;;;;;; ;;;;;;;; Stolen from Doom Emacs. ;;;;;;;;;;;;; - ;; Update emacs less often (setopt idle-update-delay 1.0) @@ -34,8 +31,9 @@ (setopt fast-but-imprecise-scrolling t) ;;;;;;;;; TRAMP configuration ;;;;;;;;;;;;;;;; -(require 'tramp) -(setopt tramp-default-method "ssh") +(use-package tramp :ensure nil :defer 3 + :config + (setopt tramp-default-method "ssh")) ;;;;;;;;; Emacs bindings ;;;;;;;;;;;;;;;;;;;;; (global-set-key (kbd "RET") 'newline) @@ -123,6 +121,8 @@ indicate-empty-lines nil) ;;;;;;;;;;;;;;;;; Treemacs +(eval-when-compile (defvar icejam-keys-mode-map)) + (use-package treemacs :ensure t :defer t :hook ((elpaca-after-init . treemacs-follow-mode) (elpaca-after-init . treemacs-project-follow-mode)) diff --git a/lisp/icejam-complete-at-point.el b/lisp/icejam-complete-at-point.el index a8258e6..a296c35 100644 --- a/lisp/icejam-complete-at-point.el +++ b/lisp/icejam-complete-at-point.el @@ -20,7 +20,7 @@ (setopt corfu-cycle t corfu-count 20 ;; Show 20 completion candidates - corfu-max-width 120 ;; Max width of the corfu frame + corfu-max-width 100 ;; Max width of the corfu frame corfu-right-margin-width 0.5 corfu-left-margin-width 0.5 corfu-bar-width 0.5 @@ -31,8 +31,7 @@ corfu-on-exact-match 'nil corfu-popupinfo-delay '(0.4 . 0.2) corfu-auto t - corfu-quit-no-match 'separator - )) + corfu-quit-no-match 'separator)) ;; Allow corfu to work in terminal (use-package corfu-terminal :ensure t :defer t @@ -45,6 +44,8 @@ (declare-function cape-dabbrev 'cape) (declare-function cape-file 'cape) (declare-function cape-keyword 'cape) + (declare-function cape-elisp-symbol 'cape) + (declare-function cape-capf-super 'cape) ;; Set default completion values: (set-default 'completion-at-point-functions @@ -57,6 +58,7 @@ (defun icejam-set-lsp-capfs () "Set `completion-at-point-function` to list where LSP is supported." + (declare-function lsp-completion-at-point 'lsp-mode) (setq-local completion-at-point-functions (list (cape-capf-super #'lsp-completion-at-point #'yasnippet-capf) @@ -72,10 +74,12 @@ #'cape-file #'cape-elisp-symbol))) -(use-package yasnippet-capf :ensure t :after corfu - :config (setopt yasnippet-capf-lookup-by 'name)) +(use-package yasnippet-capf :ensure t :after corfu :defer 1 + :config + (declare-function yasnippet-capf 'yasnippet) + (setopt yasnippet-capf-lookup-by 'name)) -(use-package nerd-icons-corfu :ensure t +(use-package nerd-icons-corfu :ensure t :defer 2 :after corfu :config (declare-function nerd-icons-corfu-formatter 'nerd-icons-corfu) diff --git a/lisp/icejam-completing-read.el b/lisp/icejam-completing-read.el index 3fa96ed..aee4549 100644 --- a/lisp/icejam-completing-read.el +++ b/lisp/icejam-completing-read.el @@ -6,8 +6,7 @@ ;;; helpful. ;;; ;;; Code: - -(require 'icejam-keys-mode) +(eval-when-compile (defvar icejam-keys-mode-map)) ;; Preparations for using Vertico/Orderless (setopt diff --git a/lisp/icejam-custom-init.el b/lisp/icejam-custom-init.el index 1553e95..1508964 100644 --- a/lisp/icejam-custom-init.el +++ b/lisp/icejam-custom-init.el @@ -12,7 +12,12 @@ ;; Set GC at 500 MB for startup (setopt gc-cons-threshold 500000000) -(setopt gc-cons-percentage 0.6) +(setopt gc-cons-percentage 5.0) + +(add-hook 'after-init-hook (lambda () + ;; Restore GC to normal, but still high + (setopt gc-cons-threshold 204800000) + (setopt gc-cons-percentage 0.2))) ;; Allow for deeper stacktraces / recursion ;; (setopt max-lisp-eval-depth 10000) @@ -138,9 +143,5 @@ ;; Diminish modeline litter (use-package icejam-diminish :ensure nil) -;; Restore GC to normal, but still high -(setopt gc-cons-threshold 204800000) -(setopt gc-cons-percentage 0.2) - (provide 'icejam-custom-init) ;;; icejam-custom-init.el ends here diff --git a/lisp/icejam-deft.el b/lisp/icejam-deft.el index 2518f1e..93142e0 100644 --- a/lisp/icejam-deft.el +++ b/lisp/icejam-deft.el @@ -3,9 +3,6 @@ ;;; Notational velocity, backed by OneDrive. ;;; Code: -(require 'icejam-keys-mode) -(require 'icejam-transient) - (use-package deft :ensure t :defer t :config (setopt deft-directory (substitute-in-file-name "$DEFT_PATH") diff --git a/lisp/icejam-ispell.el b/lisp/icejam-ispell.el index 3abd1a1..4f42bac 100644 --- a/lisp/icejam-ispell.el +++ b/lisp/icejam-ispell.el @@ -3,7 +3,7 @@ ;;; Highlight misspelled words ;;; Code: -(use-package ispell :ensure nil :defer t +(use-package ispell :ensure nil :defer 2 :config (setopt ispell-program-name "aspell") (setopt ispell-extra-args '("--run-together" "--run-together-limit=5" "--run-together-min=2"))) diff --git a/lisp/icejam-keys-mode.el b/lisp/icejam-keys-mode.el index 172e5a3..8d5bf70 100644 --- a/lisp/icejam-keys-mode.el +++ b/lisp/icejam-keys-mode.el @@ -19,43 +19,39 @@ ;; Globally enable my minor mode (icejam-keys-mode) -;;; Helpful key bindings -(define-key icejam-keys-mode-map (kbd "C-c \\") 'split-window-right) ;; Split window to the right -(define-key icejam-keys-mode-map (kbd "C-c /") 'split-window-below) ;; Split window to the bottom - -;; Move between windows key bindings -(define-key icejam-keys-mode-map (kbd "C-c ") 'windmove-left) -(define-key icejam-keys-mode-map (kbd "C-c ") 'windmove-right) -(define-key icejam-keys-mode-map (kbd "C-c ") 'windmove-up) -(define-key icejam-keys-mode-map (kbd "C-c ") 'windmove-down) - -;; The same, but without using arrow keys -(define-key icejam-keys-mode-map (kbd "C-c [") 'windmove-left) -(define-key icejam-keys-mode-map (kbd "C-c ]") 'windmove-right) -(define-key icejam-keys-mode-map (kbd "C-c {") 'windmove-up) -(define-key icejam-keys-mode-map (kbd "C-c }") 'windmove-down) - -;; Kill current buffer and window -(define-key icejam-keys-mode-map (kbd "C-c q") 'kill-buffer-and-window) - -;; List buffers -(define-key icejam-keys-mode-map (kbd "C-c b") 'ibuffer) - -;; Revert without asking (defun icejam-revert-buffer-no-confirm () "Revert buffer without confirmation." (interactive) (revert-buffer t t)) -(define-key icejam-keys-mode-map (kbd "C-c r") 'icejam-revert-buffer-no-confirm) +;; Splitting window +(keymap-set icejam-keys-mode-map "C-c \\" #'split-window-right) +(keymap-set icejam-keys-mode-map "C-c /" #'split-window-below) -;;;;;;;;; Emacs bindings ;;;;;;;;;;;;;;;;;;;;; -(define-key icejam-keys-mode-map [home] 'beginning-of-line) -(define-key icejam-keys-mode-map [end] 'end-of-line) +;; Move between windows +(keymap-set icejam-keys-mode-map "C-c " #'windmove-left) +(keymap-set icejam-keys-mode-map "C-c " #'windmove-right) +(keymap-set icejam-keys-mode-map "C-c " #'windmove-up) +(keymap-set icejam-keys-mode-map "C-c " #'windmove-down) + +;; History of buffers +(keymap-set icejam-keys-mode-map "C-c s [" #'previous-buffer) +(keymap-set icejam-keys-mode-map "C-c s ]" #'next-buffer) + +;; List of buffers buffer +(keymap-set icejam-keys-mode-map "C-c b" #'ibuffer) + +;; Manipulate buffers (kill or revert) +(keymap-set icejam-keys-mode-map "C-c q" #'kill-buffer-and-window) +(keymap-set icejam-keys-mode-map "C-c r" #'icejam-revert-buffer-no-confirm) + +;; Make emacs behave like a normal editor from 21st century. +(keymap-set icejam-keys-mode-map "" 'beginning-of-line) +(keymap-set icejam-keys-mode-map "" 'end-of-line) ;;;;;;;;; Translate keys ;;;;;;;;;;;;;;;;;;;;; -(define-key key-translation-map (kbd "") (kbd "C-c l")) ;; On F6, send C-c l -(define-key key-translation-map (kbd "") (kbd "C-c c")) ;; On F7, send C-c c -(define-key key-translation-map (kbd "") (kbd "C-c p")) ;; On F8, send C-c p +(keymap-set key-translation-map "" "C-c l") ;; On F6, send C-c l +(keymap-set key-translation-map "" "C-c c") ;; On F7, send C-c c +(keymap-set key-translation-map "" "C-c p") ;; On F8, send C-c p (provide 'icejam-keys-mode) ;;; icejam-keys-mode.el ends here diff --git a/lisp/icejam-magit.el b/lisp/icejam-magit.el index 185c9a3..6a25c20 100644 --- a/lisp/icejam-magit.el +++ b/lisp/icejam-magit.el @@ -2,7 +2,7 @@ ;;; Commentary: ;;; Code: -(require 'icejam-keys-mode) +(eval-when-compile (defvar icejam-keys-mode-map)) (use-package magit :ensure t diff --git a/lisp/icejam-prog-mode.el b/lisp/icejam-prog-mode.el index e7d4e4b..3f7f2e0 100644 --- a/lisp/icejam-prog-mode.el +++ b/lisp/icejam-prog-mode.el @@ -80,10 +80,11 @@ (column-enforce-n 98))) ;; PCRE to Emacs regex translations -(use-package pcre2el :ensure t :defer t) +(use-package pcre2el :ensure t :defer 3) ;; Visual regexp -(use-package visual-regexp-steroids :ensure t :after (pcre2el) +(use-package visual-regexp-steroids :ensure t + :after (pcre2el) :config ;; Use pcre2el for regexes - so that I can use brackets more naturally with ;; regexp. diff --git a/lisp/icejam-sys-specific.el b/lisp/icejam-sys-specific.el index 95339d0..d32d7dc 100644 --- a/lisp/icejam-sys-specific.el +++ b/lisp/icejam-sys-specific.el @@ -7,7 +7,7 @@ (defconst IS-BSD (eq system-type 'berkeley-unix)) (defconst IS-GNU (eq system-type 'gnu/linux)) -(require 'icejam-keys-mode) +(eval-when-compile (defvar icejam-keys-mode-map)) (defun icejam-function-delete-window () "Kill a window." @@ -31,24 +31,24 @@ (setq mac-command-modifier 'meta)))) ;; Mac binding (fix) - (define-key icejam-keys-mode-map (kbd "H-") #'end-of-line) - (define-key icejam-keys-mode-map (kbd "H-") #'beginning-of-line) - (define-key icejam-keys-mode-map (kbd "H-") #'scroll-down) ; WTF is this reverse, I dunno - (define-key icejam-keys-mode-map (kbd "H-") #'scroll-up) + (keymap-set icejam-keys-mode-map "H-" #'end-of-line) + (keymap-set icejam-keys-mode-map "H-" #'beginning-of-line) + (keymap-set icejam-keys-mode-map "H-" #'scroll-down) ; WTF is this reverse, I dunno + (keymap-set icejam-keys-mode-map "H-" #'scroll-up) ;; Use CMD bindings that you know from the operating system - (define-key icejam-keys-mode-map [(hyper a)] #'mark-whole-buffer) ;; Select all - (define-key icejam-keys-mode-map [(hyper v)] #'yank) ;; Paste - (define-key icejam-keys-mode-map [(hyper x)] #'kill-region) ;; Cut - (define-key icejam-keys-mode-map [(hyper c)] #'kill-ring-save) ;; Copy - (define-key icejam-keys-mode-map [(hyper s)] #'save-buffer) ;; Save - (define-key icejam-keys-mode-map [(hyper z)] #'undo) ;; Undo - (define-key icejam-keys-mode-map [(hyper Z)] #'undo-redo) ;; Redo - (define-key icejam-keys-mode-map [(hyper q)] #'kill-emacs) ;; Close emacs - (define-key icejam-keys-mode-map [(hyper w)] #'icejam-function-delete-window) ;; Close window + (keymap-set icejam-keys-mode-map "H-a" #'mark-whole-buffer) ;; Select all + (keymap-set icejam-keys-mode-map "H-v" #'yank) ;; Paste + (keymap-set icejam-keys-mode-map "H-x" #'kill-region) ;; Cut + (keymap-set icejam-keys-mode-map "H-c" #'kill-ring-save) ;; Copy + (keymap-set icejam-keys-mode-map "H-s" #'save-buffer) ;; Save + (keymap-set icejam-keys-mode-map "H-z" #'undo) ;; Undo + (keymap-set icejam-keys-mode-map "H-Z" #'undo-redo) ;; Redo + (keymap-set icejam-keys-mode-map "H-q" #'kill-emacs) ;; Close emacs + (keymap-set icejam-keys-mode-map "H-w" #'icejam-function-delete-window) ;; Close window ;; And then some extras - (define-key icejam-keys-mode-map [(hyper l)] #'goto-line) ;; Goto Line + (keymap-set icejam-keys-mode-map "H-l" #'goto-line) ;; Goto Line ;; Disable meta on right alt (useful for Polish characters) ;; (setq mac-right-option-modifier nil) @@ -70,39 +70,39 @@ (if IS-GNU (progn ;; Save and undo - (define-key icejam-keys-mode-map (kbd "s-s") #'save-buffer) - (define-key icejam-keys-mode-map (kbd "s-z") #'undo) - (define-key icejam-keys-mode-map (kbd "s-Z") #'undo-redo) - (define-key icejam-keys-mode-map (kbd "s-a") #'mark-whole-buffer) + (keymap-set icejam-keys-mode-map (kbd "s-s") #'save-buffer) + (keymap-set icejam-keys-mode-map (kbd "s-z") #'undo) + (keymap-set icejam-keys-mode-map (kbd "s-Z") #'undo-redo) + (keymap-set icejam-keys-mode-map (kbd "s-a") #'mark-whole-buffer) ;; Copy and paste bindings - (define-key icejam-keys-mode-map (kbd "s-x") #'kill-region) - (define-key icejam-keys-mode-map (kbd "s-v") #'yank) - (define-key icejam-keys-mode-map (kbd "s-c") #'kill-ring-save) + (keymap-set icejam-keys-mode-map (kbd "s-x") #'kill-region) + (keymap-set icejam-keys-mode-map (kbd "s-v") #'yank) + (keymap-set icejam-keys-mode-map (kbd "s-c") #'kill-ring-save) ;; Linux Ergo bindings (fix) - (define-key icejam-keys-mode-map (kbd "C-") #'end-of-line) - (define-key icejam-keys-mode-map (kbd "C-") #'beginning-of-line) - (define-key icejam-keys-mode-map (kbd "C-") #'scroll-down) ; WTF is this reverse, I dunno - (define-key icejam-keys-mode-map (kbd "C-") #'scroll-up))) + (keymap-set icejam-keys-mode-map (kbd "C-") #'end-of-line) + (keymap-set icejam-keys-mode-map (kbd "C-") #'beginning-of-line) + (keymap-set icejam-keys-mode-map (kbd "C-") #'scroll-down) ; WTF is this reverse, I dunno + (keymap-set icejam-keys-mode-map (kbd "C-") #'scroll-up))) ;; BSD-specific config (if IS-BSD (progn - (define-key icejam-keys-mode-map (kbd "A-") #'end-of-line) - (define-key icejam-keys-mode-map (kbd "A-") #'beginning-of-line) - (define-key icejam-keys-mode-map (kbd "A-") #'scroll-down) ; WTF is this reverse, I dunno - (define-key icejam-keys-mode-map (kbd "A-") #'scroll-up) + (keymap-set icejam-keys-mode-map (kbd "A-") #'end-of-line) + (keymap-set icejam-keys-mode-map (kbd "A-") #'beginning-of-line) + (keymap-set icejam-keys-mode-map (kbd "A-") #'scroll-down) ; WTF is this reverse, I dunno + (keymap-set icejam-keys-mode-map (kbd "A-") #'scroll-up) - (define-key icejam-keys-mode-map (kbd "A-a") #'mark-whole-buffer) - (define-key icejam-keys-mode-map (kbd "A-v") #'yank) - (define-key icejam-keys-mode-map (kbd "A-x") #'kill-region) - (define-key icejam-keys-mode-map (kbd "A-c") #'kill-ring-save) - (define-key icejam-keys-mode-map (kbd "A-s") #'save-buffer) - (define-key icejam-keys-mode-map (kbd "A-l") #'goto-line) - (define-key icejam-keys-mode-map (kbd "A-w") #'icejam-function-delete-window) - (define-key icejam-keys-mode-map (kbd "A-z") #'undo) - (define-key icejam-keys-mode-map (kbd "A-q") #'kill-emacs))) + (keymap-set icejam-keys-mode-map (kbd "A-a") #'mark-whole-buffer) + (keymap-set icejam-keys-mode-map (kbd "A-v") #'yank) + (keymap-set icejam-keys-mode-map (kbd "A-x") #'kill-region) + (keymap-set icejam-keys-mode-map (kbd "A-c") #'kill-ring-save) + (keymap-set icejam-keys-mode-map (kbd "A-s") #'save-buffer) + (keymap-set icejam-keys-mode-map (kbd "A-l") #'goto-line) + (keymap-set icejam-keys-mode-map (kbd "A-w") #'icejam-function-delete-window) + (keymap-set icejam-keys-mode-map (kbd "A-z") #'undo) + (keymap-set icejam-keys-mode-map (kbd "A-q") #'kill-emacs))) (provide 'icejam-sys-specific) ;;; icejam-sys-specific.el ends here diff --git a/lisp/icejam-transient.el b/lisp/icejam-transient.el index 9d1b9da..c4cf633 100644 --- a/lisp/icejam-transient.el +++ b/lisp/icejam-transient.el @@ -2,9 +2,7 @@ ;;; Commentary: ;;; Global Transient definitions. ;;; Code: - -(require 'icejam-avy) -(require 'icejam-keys-mode) +(eval-when-compile (defvar icejam-keys-mode-map)) (use-package transient :ensure (:wait t)) @@ -16,22 +14,22 @@ (transient-define-prefix icejam-project-menu () "Project Commands." [["Project" - ("s" "Switch project" project-switch-project) + ("s" "Switch project" project-switch-project) ("f" "Find file in project" project-find-file) - ("g" "Grep in project" consult-ripgrep) - ("t" "Find file" find-file)] + ("g" "Grep in project" consult-ripgrep) + ("t" "Find file anywhere" find-file)] ["Magit" - ("m" "Git status" magit-status) - ("C" "Git checkout" magit-checkout) - ("M" "Git blame" magit-blame)] + ("m" "Git status" magit-status) + ("C" "Git checkout" magit-checkout) + ("M" "Git blame" magit-blame)] ["Completions" - ("a" "Grep in buffer" consult-line) - ("b" "Find Buffer" consult-buffer)]] + ("a" "Find line by contents" consult-line) + ("b" "Find buffer by name" consult-buffer)]] [["LISP" ("i" "IELM" ielm) ("B" "iBuffer" ibuffer) - ("e" "eval-region" eval-region)]] - [["Other" + ("e" "eval-region" eval-region)] + ["Other" ("d" "deft" deft) ("T" "Speed Type" speed-type-text)]] [["" @@ -137,7 +135,7 @@ You can pass MAYBE-MODE to find mode explicitly." (transient-define-prefix icejam-command-palette () "All transient menus in one place." - ["All my stuff in one place\n" + ["Command palette\n" ["The thing you are editing" ("p" "Project" icejam-project-menu) ("c" "Code" icejam-code-menu) @@ -147,11 +145,11 @@ You can pass MAYBE-MODE to find mode explicitly." ("b" "iBuffer" ibuffer) ("w" "Window" icejam-buffer-menu)]]) -(define-key icejam-keys-mode-map (kbd "C-c p") 'icejam-project-menu) -(define-key icejam-keys-mode-map (kbd "C-c c") 'icejam-code-menu) -(define-key icejam-keys-mode-map (kbd "C-c w") 'icejam-buffer-menu) -(define-key icejam-keys-mode-map (kbd "C-c l") 'icejam-transient-for-lang) -(define-key icejam-keys-mode-map (kbd "H-p") 'icejam-command-palette) +(keymap-set icejam-keys-mode-map "C-c p" #'icejam-project-menu) +(keymap-set icejam-keys-mode-map "C-c c" #'icejam-code-menu) +(keymap-set icejam-keys-mode-map "C-c w" #'icejam-buffer-menu) +(keymap-set icejam-keys-mode-map "C-c l" #'icejam-transient-for-lang) +(keymap-set icejam-keys-mode-map "H-p" #'icejam-command-palette) (provide 'icejam-transient) ;;; icejam-transient.el ends here diff --git a/lisp/icejam-tree-sitter.el b/lisp/icejam-tree-sitter.el index 9e9fbc4..30e855b 100644 --- a/lisp/icejam-tree-sitter.el +++ b/lisp/icejam-tree-sitter.el @@ -10,7 +10,6 @@ ;; community. ;;; Code: - (use-package tree-sitter-langs :ensure t :defer t :commands tree-sitter-langs--bin-dir :hook diff --git a/lisp/langs/icejam-lang-clang.el b/lisp/langs/icejam-lang-clang.el index b04f8d4..65e25bf 100644 --- a/lisp/langs/icejam-lang-clang.el +++ b/lisp/langs/icejam-lang-clang.el @@ -2,8 +2,6 @@ ;;; Commentary: ;;; Code: -(require 'icejam-prog-mode) - (declare-function column-enforce-n "column-enforce-mode" (number)) (defun icejam-lang-activate-clang-mode () diff --git a/lisp/langs/icejam-lang-clojure.el b/lisp/langs/icejam-lang-clojure.el index 9031088..e382b39 100644 --- a/lisp/langs/icejam-lang-clojure.el +++ b/lisp/langs/icejam-lang-clojure.el @@ -2,16 +2,14 @@ ;;; Commentary: ;;; Code: -(require 'icejam-prog-mode) -(require 'icejam-transient) - (declare-function column-enforce-n "column-enforce-mode" (number)) +(declare-function icejam-set-indent 'icejam-prog-mode) (use-package clojure-mode :defer t :ensure t) (use-package cider :requires clojure-mode - :commands cider-jack-in + :commands (cider-mode cider-jack-in) :defer t :ensure t :config (setq cider-annotate-completion-function t)) diff --git a/lisp/langs/icejam-lang-dart.el b/lisp/langs/icejam-lang-dart.el index c79ad1c..a8e189b 100644 --- a/lisp/langs/icejam-lang-dart.el +++ b/lisp/langs/icejam-lang-dart.el @@ -1,8 +1,7 @@ ;;; dart -- summary -*- lexical-binding: t; -*- ;;; Commentary: ;;; Code: - -(require 'icejam-prog-mode) +(declare-function lsp 'lsp-mode) (use-package dart-mode :ensure t :defer t) (use-package lsp-dart :defer t :ensure t :requires (dart-mode lsp)) diff --git a/lisp/langs/icejam-lang-dhall.el b/lisp/langs/icejam-lang-dhall.el index 49c24a6..0e12db2 100644 --- a/lisp/langs/icejam-lang-dhall.el +++ b/lisp/langs/icejam-lang-dhall.el @@ -1,9 +1,7 @@ ;;; dhall -- summary -*- lexical-binding: t; -*- ;;; Commentary: ;;; Code: - -(require 'icejam-prog-mode) -(require 'icejam-lsp) +(declare-function lsp 'lsp-mode) (use-package dhall-mode :ensure t :defer t :requires (lsp)) diff --git a/lisp/langs/icejam-lang-elisp.el b/lisp/langs/icejam-lang-elisp.el index 08e56b2..96a9b5c 100644 --- a/lisp/langs/icejam-lang-elisp.el +++ b/lisp/langs/icejam-lang-elisp.el @@ -1,13 +1,13 @@ ;;; languages/elisp -- summary -*- lexical-binding: t; -*- ;;; Commentary: ;;; Code: -(require 'icejam-prog-mode) -(require 'icejam-transient) +(declare-function column-enforce-n 'column-enforce-mode (number)) +(declare-function icejam-set-elisp-capfs 'icejam-complete-at-point) +(declare-function icejam-set-indent 'icejam-prog-mode) -(declare-function column-enforce-n "column-enforce-mode" (number)) (add-to-list 'auto-mode-alist '("/Eask\\'" . emacs-lisp-mode)) -(use-package lispy :ensure t :defer t) +(use-package lispy :ensure t :defer t :commands (lispy-mode)) (defun icejam-activate-emacs-lisp-mode () "Goodies for editing Emacs files." @@ -15,13 +15,7 @@ (icejam-set-indent 2) ;; Default indentation of 2 characters (column-enforce-n 80) ;; Use 80 char limit. (lispy-mode t) ;; Modal editing for Lisp - - (setq-local completion-at-point-functions - (list (cape-capf-super #'elisp-completion-at-point - #'yasnippet-capf) - #'cape-dabbrev - #'cape-file - #'cape-elisp-symbol))) + (icejam-set-elisp-capfs)) (add-hook 'emacs-lisp-mode-hook 'icejam-activate-emacs-lisp-mode) (add-hook 'ielm-mode-hook 'icejam-set-elisp-capfs) diff --git a/lisp/langs/icejam-lang-elixir.el b/lisp/langs/icejam-lang-elixir.el index c49afe9..bcdbcd1 100644 --- a/lisp/langs/icejam-lang-elixir.el +++ b/lisp/langs/icejam-lang-elixir.el @@ -2,16 +2,22 @@ ;;; Commentary: ;;; Code: -(require 'icejam-prog-mode) -(require 'icejam-flycheck) -(require 'icejam-transient) +(declare-function column-enforce-n 'column-enforce-mode (number)) +(declare-function -> 'dash) +(declare-function lsp 'lsp-mode) +(declare-function yas--table-get-create 'yasnippet) +(declare-function yas--remove-template-by-uuid 'yasnippet) -(declare-function lsp "lsp-mode" nil) -(declare-function column-enforce-n "column-enforce-mode" (number)) +(declare-function icejam-set-indent 'icejam-prog-mode) +(declare-function icejam-set-lsp-capfs 'icejam-complete-at-point) +(eval-when-compile (defvar icejam-language-transient-alist)) ;; Only load the elixir-format from elixir mode. (use-package elixir-format :defer t - :ensure (:type git :host github :repo "elixir-editors/emacs-elixir" :files ("elixir-format.el"))) + :ensure (:type git + :host github + :repo "elixir-editors/emacs-elixir" + :files ("elixir-format.el"))) (use-package elixir-ts-mode :ensure t :defer t :after (elixir-format lsp-mode lsp-ui)) @@ -21,12 +27,12 @@ (concat (propertize "Code actions for " 'face 'transient-heading) (propertize (format "%s" major-mode) 'face 'transient-key) (propertize ":\n" 'face 'transient-heading))) - ("m" "LSP iMenu" lsp-ui-imenu) - ("r" "Reload buffer" icejam-revert-buffer-no-confirm) + ("m" "LSP iMenu" lsp-ui-imenu) + ("r" "Reload buffer" icejam-revert-buffer-no-confirm) + ("e" "Show errors" flymake-show-buffer-diagnostics) ("f" "Format buffer with Elixir formatter" elixir-format) - ("e" "Show errors" flymake-show-buffer-diagnostics)]] - ["" - ("q" "Quit" keyboard-quit)]) + + ("q" "Quit" keyboard-quit)]]) (defun icejam-delete-elixir-snippets () "This function deletes Elixir snippets I don't use." diff --git a/lisp/langs/icejam-lang-erlang.el b/lisp/langs/icejam-lang-erlang.el index de42045..58826de 100644 --- a/lisp/langs/icejam-lang-erlang.el +++ b/lisp/langs/icejam-lang-erlang.el @@ -2,11 +2,10 @@ ;;; Commentary: ;;; Code: -(require 'icejam-prog-mode) -(require 'icejam-lsp) - -(declare-function lsp "lsp-mode" nil) -(declare-function column-enforce-n "column-enforce-mode" (number)) +(declare-function lsp 'lsp-mode) +(declare-function column-enforce-n 'column-enforce-mode) +(declare-function icejam-set-indent 'icejam-prog-mode) +(declare-function icejam-set-lsp-capfs 'icejam-complete-at-point) (use-package erlang :defer t @@ -14,6 +13,7 @@ :after (lsp lsp-ui)) (defun icejam-activate-erlang-mode () + "Start Erlang related editing process." (icejam-set-indent 4) (column-enforce-n 80) diff --git a/lisp/langs/icejam-lang-fsharp.el b/lisp/langs/icejam-lang-fsharp.el index 7713d3e..45d1334 100644 --- a/lisp/langs/icejam-lang-fsharp.el +++ b/lisp/langs/icejam-lang-fsharp.el @@ -10,8 +10,10 @@ ;;; Code: -(require 'icejam-prog-mode) -(require 'icejam-lsp) +(declare-function lsp-deferred 'lsp-mode) +(declare-function icejam-set-indent 'icejam-prog-mode) +(declare-function column-enforce-n 'column-enforce-mode) +(declare-function icejam-set-lsp-capfs 'icejam-complete-at-point) (use-package fsharp-mode :requires (lsp-mode lsp-ui) diff --git a/lisp/langs/icejam-lang-gleam.el b/lisp/langs/icejam-lang-gleam.el index 6b83ded..8198432 100644 --- a/lisp/langs/icejam-lang-gleam.el +++ b/lisp/langs/icejam-lang-gleam.el @@ -9,9 +9,10 @@ ;; Gleam language support ;;; Code: - -(require 'icejam-prog-mode) -(require 'icejam-lsp) +(declare-function column-enforce-n 'column-enforce-mode (number)) +(declare-function lsp 'lsp-mode) +(declare-function icejam-set-indent 'icejam-prog-mode) +(declare-function icejam-set-lsp-capfs 'icejam-complete-at-point) (use-package gleam-ts-mode :defer t :after (lsp) :ensure (:type git @@ -25,7 +26,8 @@ "All things Gleam." (icejam-set-indent 2) (column-enforce-n 100) - (lsp)) + (lsp) + (icejam-set-lsp-capfs)) (add-hook 'gleam-mode-hook 'icejam-lang-activate-gleam-mode) diff --git a/lisp/langs/icejam-lang-golang.el b/lisp/langs/icejam-lang-golang.el index f81087d..2c4ce26 100644 --- a/lisp/langs/icejam-lang-golang.el +++ b/lisp/langs/icejam-lang-golang.el @@ -9,8 +9,10 @@ ;; golang mode stuff ;;; Code: - -(require 'icejam-prog-mode) +(declare-function column-enforce-n 'column-enforce-mode (number)) +(declare-function lsp 'lsp-mode) +(declare-function icejam-set-indent 'icejam-prog-mode) +(declare-function icejam-set-lsp-capfs 'icejam-complete-at-point) (use-package go-mode :requires (lsp-mode lsp-ui) @@ -21,9 +23,10 @@ "Activate my own Golang mode settings." (icejam-set-indent 8) (column-enforce-n 100) - (lsp)) + (lsp) + (icejam-set-lsp-capfs)) -(add-hook 'go-mode-hook 'icejam-activate-golang-mode) +(add-hook 'go-mode-hook #'icejam-activate-golang-mode) (provide 'icejam-lang-golang) ;;; icejam-lang-golang.el ends here diff --git a/lisp/langs/icejam-lang-haskell.el b/lisp/langs/icejam-lang-haskell.el index 8b5cbed..8630fe3 100644 --- a/lisp/langs/icejam-lang-haskell.el +++ b/lisp/langs/icejam-lang-haskell.el @@ -10,8 +10,10 @@ ;;; Code: -(require 'icejam-prog-mode) -(require 'icejam-lsp) +(declare-function column-enforce-n 'column-enforce-mode (number)) +(declare-function lsp-deferred 'lsp-mode) +(declare-function icejam-set-indent 'icejam-prog-mode) +(declare-function icejam-set-lsp-capfs 'icejam-complete-at-point) (use-package haskell-mode :ensure t diff --git a/lisp/langs/icejam-lang-javascript.el b/lisp/langs/icejam-lang-javascript.el index 780c13d..8b4e50d 100644 --- a/lisp/langs/icejam-lang-javascript.el +++ b/lisp/langs/icejam-lang-javascript.el @@ -2,9 +2,10 @@ ;;; Commentary: ;;; Code: -(require 'icejam-prog-mode) -(require 'icejam-flycheck) -(require 'icejam-lsp) +(declare-function column-enforce-n 'column-enforce-mode (number)) +(declare-function lsp-deferred 'lsp-mode) +(declare-function icejam-set-indent 'icejam-prog-mode) +(declare-function icejam-set-lsp-capfs 'icejam-complete-at-point) (use-package js2-mode :ensure t :defer t :after (web-mode lsp-mode lsp-ui)) diff --git a/lisp/langs/icejam-lang-kotlin.el b/lisp/langs/icejam-lang-kotlin.el index ffc64d6..bca404a 100644 --- a/lisp/langs/icejam-lang-kotlin.el +++ b/lisp/langs/icejam-lang-kotlin.el @@ -9,10 +9,10 @@ ;; kotlin does a thing. ;;; Code: -(require 'icejam-prog-mode) - -(declare-function lsp "lsp-mode" nil) -(declare-function column-enforce-n "column-enforce-mode" (number)) +(declare-function column-enforce-n 'column-enforce-mode (number)) +(declare-function lsp 'lsp-mode) +(declare-function icejam-set-indent 'icejam-prog-mode) +(declare-function icejam-set-lsp-capfs 'icejam-complete-at-point) (use-package kotlin-ts-mode :ensure t @@ -28,7 +28,8 @@ "All things Kotlin." (icejam-set-indent 2) (column-enforce-n 100) - (lsp)) + (lsp) + (icejam-set-lsp-capfs)) (add-hook 'kotlin-ts-mode-hook 'icejam-activate-kotlin-mode) diff --git a/lisp/langs/icejam-lang-lean.el b/lisp/langs/icejam-lang-lean.el index bb3330a..e4a5442 100644 --- a/lisp/langs/icejam-lang-lean.el +++ b/lisp/langs/icejam-lang-lean.el @@ -2,15 +2,15 @@ ;;; Commentary: ;;; Code: -(require 'icejam-prog-mode) -(require 'icejam-lsp) +(declare-function lsp-deferred 'lsp-mode) +(declare-function icejam-set-lsp-capfs 'icejam-complete-at-point) (use-package lean4-mode :ensure (lean4-mode - :type git - :host github - :repo "leanprover/lean4-mode" - :files ("*.el" "data")) + :type git + :host github + :repo "leanprover/lean4-mode" + :files ("*.el" "data")) :requires (lsp) :defer t) @@ -24,7 +24,7 @@ ;; Capf override (icejam-set-lsp-capfs)) -(add-hook 'lean4-mode-hook 'icejam-activate-lean-mode) +(add-hook 'lean4-mode-hook #'icejam-activate-lean-mode) (provide 'icejam-lang-lean) ;;; icejam-lang-lean.el ends here diff --git a/lisp/langs/icejam-lang-markdown.el b/lisp/langs/icejam-lang-markdown.el index f2240d0..a5601bf 100644 --- a/lisp/langs/icejam-lang-markdown.el +++ b/lisp/langs/icejam-lang-markdown.el @@ -2,7 +2,8 @@ ;;; Commentary: ;;; Code: -(require 'icejam-prog-mode) +(declare-function column-enforce-n 'column-enforce-mode (number)) +(declare-function icejam-set-indent 'icejam-prog-mode) ;; Markdown is a dependency of LSP mode. By wrapping it in unless we silence ;; a warning from the byte compiler. @@ -14,6 +15,7 @@ (setq-default markdown-command "pandoc")) (declare-function rxt--re-builder-switch-pcre-mode "pcre2el") +(declare-function markdown-preview 'markdown-mode) (defun icejam-lang-activate-markdown-mode () "Reconfigure markdown mode for your own purposes." @@ -21,11 +23,11 @@ (column-enforce-n 10000) ;; Markdown mode reuses my bindings, remove them. - (define-key markdown-mode-map (kbd "C-c ") nil) - (define-key markdown-mode-map (kbd "C-c ") nil) - (define-key markdown-mode-map (kbd "C-c ") nil) - (define-key markdown-mode-map (kbd "C-c ") nil) - (define-key markdown-mode-map (kbd "C-c C-v") 'markdown-preview)) + (keymap-set markdown-mode-map "C-c " nil) + (keymap-set markdown-mode-map "C-c " nil) + (keymap-set markdown-mode-map "C-c " nil) + (keymap-set markdown-mode-map "C-c " nil) + (keymap-set markdown-mode-map "C-c C-v" #'markdown-preview)) (add-hook 'markdown-mode-hook 'icejam-lang-activate-markdown-mode) (add-hook 'markdown-mode-hook 'display-line-numbers-mode) diff --git a/lisp/langs/icejam-lang-ocaml.el b/lisp/langs/icejam-lang-ocaml.el index 52b3724..53ff8a3 100644 --- a/lisp/langs/icejam-lang-ocaml.el +++ b/lisp/langs/icejam-lang-ocaml.el @@ -2,12 +2,14 @@ ;;; Commentary: ;;; Code: -(require 'icejam-transient) -(require 'icejam-prog-mode) (declare-function lsp "lsp-mode" nil) +(declare-function icejam-set-indent 'icejam-prog-mode) +(declare-function icejam-set-lsp-capfs 'icejam-complete-at-point) +(eval-when-compile (defvar icejam-language-transient-alist)) + (use-package merlin :defer t :ensure t) -(use-package opam-switch-mode :defer t :ensure t) +(use-package opam-switch-mode :defer t :ensure t :commands (opam-switch-mode)) (use-package dune :defer t :ensure t) (use-package tuareg :defer t :ensure t) @@ -48,7 +50,8 @@ (icejam-set-indent 2) (opam-switch-mode t) (icejam-load-ocaml-site-packages) - (lsp)) + (lsp) + (icejam-set-lsp-capfs)) (add-hook 'tuareg-mode-hook 'icejam-activate-tuareg-mode) diff --git a/lisp/langs/icejam-lang-php.el b/lisp/langs/icejam-lang-php.el index 88887e8..ce41cf6 100644 --- a/lisp/langs/icejam-lang-php.el +++ b/lisp/langs/icejam-lang-php.el @@ -9,15 +9,15 @@ ;; php related settings ;;; Code: - -(require 'icejam-prog-mode) -(require 'icejam-flycheck) -(require 'icejam-transient) +(declare-function column-enforce-n 'column-enforce-mode (number)) +(declare-function icejam-set-indent 'icejam-prog-mode) +(declare-function icejam-set-lsp-capfs 'icejam-complete-at-point) +(eval-when-compile (defvar icejam-language-transient-alist)) (use-package php-mode :ensure t :defer t :requires (lsp-mode lsp-ui)) -(transient-define-prefix icejam-lang-php/context-menu () +(transient-define-prefix icejam-lang-php-context-menu () "PHP Buffer Commands." ["" ["LSP" @@ -36,7 +36,7 @@ (icejam-set-indent 4) (column-enforce-n 80) - (define-key php-mode-map (kbd "C-c l") 'icejam-lang-php/context-menu) + (keymap-set php-mode-map "C-c l" #'icejam-lang-php-context-menu) ;; Capf override (icejam-set-lsp-capfs)) diff --git a/lisp/langs/icejam-lang-purescript.el b/lisp/langs/icejam-lang-purescript.el index 0462a85..d5d48cb 100644 --- a/lisp/langs/icejam-lang-purescript.el +++ b/lisp/langs/icejam-lang-purescript.el @@ -9,7 +9,10 @@ ;; Configuration for purescript. ;;; Code: -(require 'icejam-prog-mode) + +(declare-function column-enforce-n 'column-enforce-mode (number)) +(declare-function icejam-set-indent 'icejam-prog-mode) +(declare-function icejam-set-lsp-capfs 'icejam-complete-at-point) (use-package purescript-mode :ensure t :defer t :after (lsp-mode lsp-ui)) diff --git a/lisp/langs/icejam-lang-python.el b/lisp/langs/icejam-lang-python.el index 9fb794a..4d2108d 100644 --- a/lisp/langs/icejam-lang-python.el +++ b/lisp/langs/icejam-lang-python.el @@ -1,12 +1,10 @@ ;;; python -- summary -*- lexical-binding: t; -*- ;;; Commentary: ;;; Code: - -(require 'icejam-prog-mode) -(require 'icejam-transient) - -(declare-function lsp nil) +(declare-function icejam-set-lsp-capfs 'icejam-complete-at-point) +(declare-function lsp 'lsp-mode) (declare-function column-enforce-n "column-enforce-mode" (number)) +(eval-when-compile (defvar icejam-language-transient-alist)) (transient-define-prefix icejam-python-lang-menu () "Python Buffer Commands." diff --git a/lisp/langs/icejam-lang-ruby.el b/lisp/langs/icejam-lang-ruby.el index 10c4c05..1cb3a5e 100644 --- a/lisp/langs/icejam-lang-ruby.el +++ b/lisp/langs/icejam-lang-ruby.el @@ -2,9 +2,12 @@ ;;; Commentary: ;;; Code: -(require 'icejam-prog-mode) +(declare-function lsp 'lsp-mode) +(declare-function icejam-set-indent 'icejam-prog-mode) +(declare-function icejam-set-lsp-capfs 'icejam-complete-at-point) +(eval-when-compile (defvar icejam-language-transient-alist)) -(use-package rspec-mode :ensure t :defer t) +(use-package rspec-mode :ensure t :defer t :commands (rspec-install-snippets)) (use-package ruby-end :ensure t :defer t) (use-package rbs-mode :ensure t :defer t) diff --git a/lisp/langs/icejam-lang-rust.el b/lisp/langs/icejam-lang-rust.el index c4ea337..2a1932f 100644 --- a/lisp/langs/icejam-lang-rust.el +++ b/lisp/langs/icejam-lang-rust.el @@ -2,7 +2,11 @@ ;;; Commentary: ;;; Code: -(require 'icejam-prog-mode) +(declare-function column-enforce-n 'column-enforce-mode (number)) +(declare-function lsp-deferred 'lsp-mode) + +(declare-function icejam-set-indent 'icejam-prog-mode) +(declare-function icejam-set-lsp-capfs 'icejam-complete-at-point) (use-package rust-mode :ensure t @@ -22,7 +26,8 @@ (column-enforce-n 99) ;; Run LSP - (lsp-deferred)) + (lsp-deferred) + (icejam-set-lsp-capfs)) (add-hook 'rust-mode-hook 'icejam-activate-rust-mode) (add-hook 'rust-mode-hook 'flycheck-rust-setup) diff --git a/lisp/langs/icejam-lang-web.el b/lisp/langs/icejam-lang-web.el index 1232340..38df975 100644 --- a/lisp/langs/icejam-lang-web.el +++ b/lisp/langs/icejam-lang-web.el @@ -2,8 +2,7 @@ ;;; Commentary: ;;; Code: -(require 'icejam-lsp) -(require 'icejam-flycheck) +(declare-function lsp 'lsp-mode) (use-package web-mode :after (lsp flycheck) :ensure t :defer t) diff --git a/lisp/langs/icejam-lang-ziglang.el b/lisp/langs/icejam-lang-ziglang.el index fa0080b..04cb4b7 100644 --- a/lisp/langs/icejam-lang-ziglang.el +++ b/lisp/langs/icejam-lang-ziglang.el @@ -9,7 +9,10 @@ ;; ziglang does a thing. ;;; Code: -(require 'icejam-prog-mode) +(declare-function column-enforce-n 'column-enforce-mode (number)) +(declare-function lsp 'lsp-mode) +(declare-function icejam-set-indent 'icejam-prog-mode) +(declare-function icejam-set-lsp-capfs 'icejam-complete-at-point) (use-package zig-mode :ensure t :defer t :requires (lsp)) @@ -21,7 +24,8 @@ ;; Set indentation to 4 chars (icejam-set-indent 4) - (lsp)) + (lsp) + (icejam-set-lsp-capfs)) (add-hook 'zig-mode-hook 'icejam-activate-zig-mode) From 87913bbd6a95b1de18af7d13da4f1d53c9031464 Mon Sep 17 00:00:00 2001 From: Maciej Szlosarczyk Date: Sat, 18 Jan 2025 21:09:06 +0200 Subject: [PATCH 24/34] More config changes --- elpaca.lock | 328 +++++++++++++++-------------- lisp/icejam-base.el | 12 +- lisp/icejam-complete-at-point.el | 4 +- lisp/icejam-fonts.el | 4 +- lisp/icejam-ispell.el | 2 +- lisp/icejam-keys-mode.el | 4 +- lisp/icejam-lsp.el | 5 +- lisp/icejam-prog-mode.el | 32 +-- lisp/icejam-themes.el | 3 +- lisp/langs/icejam-lang-clojure.el | 3 +- lisp/langs/icejam-lang-elisp.el | 8 +- lisp/langs/icejam-lang-elixir.el | 18 +- lisp/langs/icejam-lang-markdown.el | 39 ++-- lisp/langs/icejam-lang-rust.el | 22 +- 14 files changed, 243 insertions(+), 241 deletions(-) diff --git a/elpaca.lock b/elpaca.lock index 3c6553d..a882da7 100644 --- a/elpaca.lock +++ b/elpaca.lock @@ -1,5 +1,5 @@ ((elpaca :source "lockfile" :date - (26505 12154 766103 0) + (26507 18832 134981 0) :recipe (:source nil :protocol https :inherit t :depth 1 :repo "https://github.com/progfolio/elpaca.git" :ref "481d9212a2f8c1f0489a33f2a8320590293af42d" :files (:defaults "elpaca-test.el" @@ -8,7 +8,7 @@ (:not elpaca--activate-package) :package "elpaca")) (elpaca-use-package :source "lockfile" :date - (26505 12154 758108 0) + (26507 18832 127210 0) :recipe (:package "elpaca-use-package" :wait t :repo "https://github.com/progfolio/elpaca.git" :files ("extensions/elpaca-use-package.el") @@ -16,210 +16,210 @@ (:not elpaca--compile-info) :source "Elpaca extensions" :protocol https :inherit t :depth treeless :ref "481d9212a2f8c1f0489a33f2a8320590293af42d")) (benchmark-init :source "lockfile" :date - (26505 12154 750184 0) + (26507 18832 119306 0) :recipe (:package "benchmark-init" :fetcher github :repo "dholm/benchmark-init-el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :wait t :ref "2b34432d79fa0aae8abc3db72db1cb79a28c00b2")) (easy-kill :source "lockfile" :date - (26505 12154 742457 0) + (26507 18832 111514 0) :recipe (:package "easy-kill" :fetcher github :repo "leoliu/easy-kill" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "de7d66c3c864a4722a973ee9bc228a14be49ba0c")) (buffer-move :source "lockfile" :date - (26505 12154 734422 0) + (26507 18832 103636 0) :recipe (:package "buffer-move" :fetcher github :repo "lukhas/buffer-move" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "e7800b3ab1bd76ee475ef35507ec51ecd5a3f065")) (gcmh :source "lockfile" :date - (26505 12154 726213 0) + (26507 18832 95767 0) :recipe (:package "gcmh" :repo "koral/gcmh" :fetcher gitlab :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "0089f9c3a6d4e9a310d0791cf6fa8f35642ecfd9")) (exec-path-from-shell :source "lockfile" :date - (26505 12154 718130 0) + (26507 18832 87954 0) :recipe (:package "exec-path-from-shell" :fetcher github :repo "purcell/exec-path-from-shell" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "4896a797252fbfdac32fb77508500ac7d220f717")) (direnv :source "lockfile" :date - (26505 12154 710221 0) + (26507 18832 80041 0) :recipe (:package "direnv" :fetcher github :repo "wbolster/emacs-direnv" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c0bf3b81c7a97e2a0d06d05495e86848254fcc1f")) (treemacs :source "lockfile" :date - (26505 12154 702144 0) + (26507 18832 72168 0) :recipe (:package "treemacs" :fetcher github :repo "Alexander-Miller/treemacs" :files (:defaults "Changelog.org" "icons" "src/elisp/treemacs*.el" "src/scripts/treemacs*.py" (:exclude "src/extra/*")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "32bb3dd02ddfca85661614b3b227e770fab821e2")) (treemacs-all-the-icons :source "lockfile" :date - (26505 12154 694164 0) + (26507 18832 64405 0) :recipe (:package "treemacs-all-the-icons" :fetcher github :repo "Alexander-Miller/treemacs" :files ("src/extra/treemacs-all-the-icons.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "32bb3dd02ddfca85661614b3b227e770fab821e2")) (keyfreq :source "lockfile" :date - (26505 12154 686120 0) + (26507 18832 56612 0) :recipe (:package "keyfreq" :fetcher github :repo "dacap/keyfreq" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c6955162307f37c2ac631d9daf118781009f8dda")) (which-key :source "lockfile" :date - (26505 12154 677913 0) + (26507 18832 48896 0) :recipe (:package "which-key" :repo "justbur/emacs-which-key" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "38d4308d1143b61e4004b6e7a940686784e51500")) (tree-sitter-langs :source "lockfile" :date - (26505 12154 669707 0) + (26507 18832 41168 0) :recipe (:package "tree-sitter-langs" :repo "emacs-tree-sitter/tree-sitter-langs" :fetcher github :branch "release" :files (:defaults "queries") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "4f951dbb530d254a0eb223431a0e0d63b2a7399a")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "6d9ea110d789e4364c4d3ded909582b41ba3655f")) (vertico :source "lockfile" :date - (26505 12154 661124 0) + (26507 18832 33267 0) :recipe (:package "vertico" :repo "minad/vertico" :files (:defaults "extensions/vertico-*.el") - :fetcher github :source "MELPA" :protocol https :inherit t :depth treeless :ref "c033c7149de510b4da9c473b31a6d73619868ce0")) + :fetcher github :source "MELPA" :protocol https :inherit t :depth treeless :ref "fef56a0c7fe571c28ad102b54b26e07ebbbd5e82")) (orderless :source "lockfile" :date - (26505 12154 652989 0) + (26507 18832 25486 0) :recipe (:package "orderless" :repo "oantolin/orderless" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "411051c3257d60f0492cf88065193bb443b6ca0d")) (marginalia :source "lockfile" :date - (26505 12154 644788 0) + (26507 18832 17600 0) :recipe (:package "marginalia" :repo "minad/marginalia" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c390456b89ad46bc10c3ef2ee5df59947b72084e")) (consult :source "lockfile" :date - (26505 12154 636615 0) + (26507 18832 9664 0) :recipe (:package "consult" :repo "minad/consult" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "a055b4cde4d8038c5cd57251e0985835bc17cf16")) (helpful :source "lockfile" :date - (26505 12154 628383 0) + (26507 18832 1911 0) :recipe (:package "helpful" :repo "Wilfred/helpful" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "4ba24cac9fb14d5fdc32582cd947572040e82b2c")) (avy :source "lockfile" :date - (26505 12154 620228 0) + (26507 18831 994103 0) :recipe (:package "avy" :repo "abo-abo/avy" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "933d1f36cca0f71e4acb5fac707e9ae26c536264")) (transient :source "lockfile" :date - (26505 12154 611940 0) + (26507 18831 986311 0) :recipe (:package "transient" :fetcher github :repo "magit/transient" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :wait t :ref "69202c123205f396fefd35acdbc66fe8d0dfad12")) (dash :source "lockfile" :date - (26505 12154 603762 0) + (26507 18831 978119 0) :recipe (:package "dash" :fetcher github :repo "magnars/dash.el" :files ("dash.el" "dash.texi") :source "MELPA" :protocol https :inherit t :depth treeless :ref "1de9dcb83eacfb162b6d9a118a4770b1281bcd84")) (s :source "lockfile" :date - (26505 12154 595461 0) + (26507 18831 969063 0) :recipe (:package "s" :fetcher github :repo "magnars/s.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "dda84d38fffdaf0c9b12837b504b402af910d01d")) (ace-window :source "lockfile" :date - (26505 12154 587328 0) + (26507 18831 961182 0) :recipe (:package "ace-window" :repo "abo-abo/ace-window" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "77115afc1b0b9f633084cf7479c767988106c196")) (pfuture :source "lockfile" :date - (26505 12154 579533 0) + (26507 18831 953324 0) :recipe (:package "pfuture" :repo "Alexander-Miller/pfuture" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "19b53aebbc0f2da31de6326c495038901bffb73c")) (hydra :source "lockfile" :date - (26505 12154 571761 0) + (26507 18831 945483 0) :recipe (:package "hydra" :repo "abo-abo/hydra" :fetcher github :files (:defaults (:exclude "lv.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "317e1de33086637579a7aeb60f77ed0405bf359b")) (ht :source "lockfile" :date - (26505 12154 563771 0) + (26507 18831 937770 0) :recipe (:package "ht" :fetcher github :repo "Wilfred/ht.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "1c49aad1c820c86f7ee35bf9fff8429502f60fef")) (cfrs :source "lockfile" :date - (26505 12154 555566 0) + (26507 18831 929983 0) :recipe (:package "cfrs" :repo "Alexander-Miller/cfrs" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f3a21f237b2a54e6b9f8a420a9da42b4f0a63121")) (posframe :source "lockfile" :date - (26505 12154 547340 0) + (26507 18831 922247 0) :recipe (:package "posframe" :fetcher github :repo "tumashu/posframe" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "81651536827c96bf5af5265ee7918ab70e1dd5b1")) (lv :source "lockfile" :date - (26505 12154 539244 0) + (26507 18831 914427 0) :recipe (:package "lv" :repo "abo-abo/hydra" :fetcher github :files ("lv.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "317e1de33086637579a7aeb60f77ed0405bf359b")) (all-the-icons :source "lockfile" :date - (26505 12154 531365 0) + (26507 18831 906577 0) :recipe (:package "all-the-icons" :repo "domtronn/all-the-icons.el" :fetcher github :files (:defaults "data") :source "MELPA" :protocol https :inherit t :depth treeless :ref "39ef44f810c34e8900978788467cc675870bcd19")) (tree-sitter :source "lockfile" :date - (26505 12154 523259 0) + (26507 18831 898739 0) :recipe (:package "tree-sitter" :fetcher github :repo "emacs-tree-sitter/elisp-tree-sitter" :branch "release" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "3cfab8a0e945db9b3df84437f27945746a43cc71")) (tsc :source "lockfile" :date - (26505 12154 514874 0) + (26507 18831 890899 0) :recipe (:package "tsc" :fetcher github :repo "emacs-tree-sitter/elisp-tree-sitter" :branch "release" :files ("core/*.el" "core/Cargo.toml" "core/Cargo.lock" "core/src") :source "MELPA" :protocol https :inherit t :depth treeless :ref "3cfab8a0e945db9b3df84437f27945746a43cc71")) (compat :source "lockfile" :date - (26505 12154 506540 0) + (26507 18831 883146 0) :recipe (:package "compat" :repo ("https://github.com/emacs-compat/compat" . "compat") @@ -228,28 +228,28 @@ (:exclude ".git")) :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "a1a1c9c395a494ebba26c9d46549fe9daf54e032")) (f :source "lockfile" :date - (26505 12154 498001 0) + (26507 18831 875400 0) :recipe (:package "f" :fetcher github :repo "rejeep/f.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "931b6d0667fe03e7bf1c6c282d6d8d7006143c52")) (elisp-refs :source "lockfile" :date - (26505 12154 489810 0) + (26507 18831 867571 0) :recipe (:package "elisp-refs" :repo "Wilfred/elisp-refs" :fetcher github :files (:defaults (:exclude "elisp-refs-bench.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "541a064c3ce27867872cf708354a65d83baf2a6d")) (rainbow-delimiters :source "lockfile" :date - (26505 12154 481909 0) + (26507 18831 859803 0) :recipe (:package "rainbow-delimiters" :fetcher github :repo "Fanael/rainbow-delimiters" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f40ece58df8b2f0fb6c8576b527755a552a5e763")) (rainbow-mode :source "lockfile" :date - (26505 12154 473630 0) + (26507 18831 851839 0) :recipe (:package "rainbow-mode" :repo ("git://git.sv.gnu.org/emacs/elpa" . "rainbow-mode") @@ -258,52 +258,52 @@ (:exclude ".git")) :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "f7db3b5919f70420a91eb199f8663468de3033f3")) (dash-at-point :source "lockfile" :date - (26505 12154 465454 0) + (26507 18831 844002 0) :recipe (:package "dash-at-point" :fetcher github :repo "stanaka/dash-at-point" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "fba1a6f42ea51d05110e12c62bdced664059eb55")) (column-enforce-mode :source "lockfile" :date - (26505 12154 455760 0) + (26507 18831 836273 0) :recipe (:package "column-enforce-mode" :fetcher github :repo "jordonbiondo/column-enforce-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "14a7622f2268890e33536ccd29510024d51ee96f")) (pcre2el :source "lockfile" :date - (26505 12154 447720 0) + (26507 18831 828436 0) :recipe (:package "pcre2el" :fetcher github :repo "joddie/pcre2el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "b4d846d80dddb313042131cf2b8fbf647567e000")) (visual-regexp-steroids :source "lockfile" :date - (26505 12154 439718 0) + (26507 18831 820489 0) :recipe (:package "visual-regexp-steroids" :repo "benma/visual-regexp-steroids.el" :fetcher github :files ("visual-regexp-steroids.el" "regexp.py") :source "MELPA" :protocol https :inherit t :depth treeless :ref "a6420b25ec0fbba43bf57875827092e1196d8a9e")) (yasnippet :source "lockfile" :date - (26505 12154 431201 0) + (26507 18831 812647 0) :recipe (:package "yasnippet" :repo "joaotavora/yasnippet" :fetcher github :files ("yasnippet.el" "snippets") :source "MELPA" :protocol https :inherit t :depth treeless :ref "5b315f1753480ebe669b157b8242448b5eafcfea")) (yasnippet-snippets :source "lockfile" :date - (26505 12154 422946 0) + (26507 18831 804919 0) :recipe (:package "yasnippet-snippets" :repo "AndreaCrotti/yasnippet-snippets" :fetcher github :files ("*.el" "snippets" ".nosearch") :source "MELPA" :protocol https :inherit t :depth treeless :ref "f1907ed38acc479e78d5c113810465e4d77d8604")) (corfu :source "lockfile" :date - (26505 12154 415051 0) + (26507 18831 796984 0) :recipe (:package "corfu" :repo "minad/corfu" :files (:defaults "extensions/corfu-*.el") :fetcher github :source "MELPA" :protocol https :inherit t :depth treeless :ref "9dc2f900ef58fdd75b4804039848da732f56465c")) (corfu-terminal :source "lockfile" :date - (26505 12154 406715 0) + (26507 18831 789222 0) :recipe (:package "corfu-terminal" :repo ("https://codeberg.org/akib/emacs-corfu-terminal" . "corfu-terminal") @@ -312,105 +312,105 @@ (:exclude ".git")) :source "NonGNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "501548c3d51f926c687e8cd838c5865ec45d03cc")) (cape :source "lockfile" :date - (26505 12154 398025 0) + (26507 18831 781289 0) :recipe (:package "cape" :repo "minad/cape" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "cf0553114f51d8970837423f1b2da4f0980cb1e1")) (yasnippet-capf :source "lockfile" :date - (26505 12154 389547 0) + (26507 18831 773487 0) :recipe (:package "yasnippet-capf" :fetcher github :repo "elken/yasnippet-capf" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "4c2e33d70cd1d95cf1e08d134b058a6dd90a99c9")) (nerd-icons-corfu :source "lockfile" :date - (26505 12154 380809 0) + (26507 18831 765716 0) :recipe (:package "nerd-icons-corfu" :fetcher github :repo "LuigiPiucco/nerd-icons-corfu" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "41110180ceab9d0edaa856d19633b2b3fdf82e75")) (copilot :source "lockfile" :date - (26505 12154 372121 0) + (26507 18831 758003 0) :recipe (:package "copilot" :fetcher github :repo "copilot-emacs/copilot.el" :files ("*.el") :source "MELPA" :protocol https :inherit t :depth treeless :host github :ref "867a3debf907cbd7c5b0eb8837354a1efc7c2db9")) (gptel :source "lockfile" :date - (26505 12154 364300 0) + (26507 18831 750195 0) :recipe (:package "gptel" :repo "karthink/gptel" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "02f603fdc0f2e8f635fa1c7faabcba8db6367af0")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "447a37e715323bc447bbb37e045e0dbacd8e7bad")) (aider :source "lockfile" :date - (26505 12154 356289 0) + (26507 18831 742491 0) :recipe (:source nil :protocol https :inherit t :depth treeless :host github :repo "tninja/aider.el" :files ("aider.el") :package "aider" :ref "9e00fea9479593e74ee8de88515cd2f561814bd0")) (elysium :source "lockfile" :date - (26505 12154 348163 0) + (26507 18831 734703 0) :recipe (:package "elysium" :fetcher github :repo "lanceberge/elysium" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "149398813bbda0366203304bbb7db6ffe73befa6")) (flymake-flycheck :source "lockfile" :date - (26505 12154 339931 0) + (26507 18831 726940 0) :recipe (:package "flymake-flycheck" :fetcher github :repo "purcell/flymake-flycheck" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "88455c5e6d8ebf650fb51a45c7511a1c18097344")) (flyspell-correct :source "lockfile" :date - (26505 12154 331814 0) + (26507 18831 719110 0) :recipe (:package "flyspell-correct" :repo "d12frosted/flyspell-correct" :fetcher github :files ("flyspell-correct.el" "flyspell-correct-ido.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "1e7a5a56362dd875dddf848b9a9e25d1395b9d37")) (deft :source "lockfile" :date - (26505 12154 323788 0) + (26507 18831 711289 0) :recipe (:package "deft" :repo "jrblevin/deft" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "b369d7225d86551882568788a23c5497b232509c")) (lsp-mode :source "lockfile" :date - (26505 12154 315914 0) + (26507 18831 703452 0) :recipe (:package "lsp-mode" :repo "emacs-lsp/lsp-mode" :fetcher github :files (:defaults "clients/*.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "2e5f23a0dc5dcc1c957fca693c956d584338e3e9")) (lsp-ui :source "lockfile" :date - (26505 12154 308094 0) + (26507 18831 695590 0) :recipe (:package "lsp-ui" :repo "emacs-lsp/lsp-ui" :fetcher github :files (:defaults "lsp-ui-doc.html" "resources") :source "MELPA" :protocol https :inherit t :depth treeless :ref "1eae284ab0ae70fba4a2ee1e3f76d7013521c49c")) (dap-mode :source "lockfile" :date - (26505 12154 300192 0) + (26507 18831 687891 0) :recipe (:package "dap-mode" :repo "emacs-lsp/dap-mode" :fetcher github :files (:defaults "icons") :source "MELPA" :protocol https :inherit t :depth treeless :ref "ffb795761273e1bdc3d0cd1ebdd43e36b7c08921")) (dashboard :source "lockfile" :date - (26505 12154 292144 0) + (26507 18831 680091 0) :recipe (:package "dashboard" :fetcher github :repo "emacs-dashboard/emacs-dashboard" :files (:defaults "banners") :source "MELPA" :protocol https :inherit t :depth treeless :ref "7b7846689845078cb5604508c5075e28e2160efe")) (magit :source "lockfile" :date - (26505 12154 284189 0) + (26507 18831 672329 0) :recipe (:package "magit" :fetcher github :repo "magit/magit" :files ("lisp/magit*.el" "lisp/git-*.el" "docs/magit.texi" "docs/AUTHORS.md" "LICENSE" "magit-pkg.el" (:exclude "lisp/magit-section.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "ca5b77284adf8d9af3f98eb669bd47bbf24c46f6")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "8b1438487826e4a4a28521cf749c17cfd278b839")) (vundo :source "lockfile" :date - (26505 12154 276157 0) + (26507 18831 664528 0) :recipe (:package "vundo" :repo ("https://github.com/casouri/vundo" . "vundo") @@ -419,257 +419,257 @@ (:exclude ".git" "test")) :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "288892ee93214ddcaf65fdd9f3134c1bd10100ee")) (speed-type :source "lockfile" :date - (26505 12154 267895 0) + (26507 18831 656752 0) :recipe (:package "speed-type" :fetcher github :repo "dakra/speed-type" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "b982ee6081a11837760eeaed73c4f413eefb07b1")) (spaceline :source "lockfile" :date - (26505 12154 259717 0) + (26507 18831 648942 0) :recipe (:package "spaceline" :fetcher github :repo "TheBB/spaceline" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "086420d16e526c79b67fc1edec4c2ae1e699f372")) (base16-theme :source "lockfile" :date - (26505 12154 251373 0) + (26507 18831 641214 0) :recipe (:package "base16-theme" :repo "tinted-theming/base16-emacs" :fetcher github :files (:defaults "build/*.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "1d48474c3c07521276f4e7d73317a654997b4381")) (clojure-mode :source "lockfile" :date - (26505 12154 243070 0) + (26507 18831 633409 0) :recipe (:package "clojure-mode" :repo "clojure-emacs/clojure-mode" :fetcher github :files ("clojure-mode.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "eabe29b076fff19db552d36d4babaa36ecf0b704")) (cider :source "lockfile" :date - (26505 12154 235274 0) + (26507 18831 625682 0) :recipe (:package "cider" :fetcher github :repo "clojure-emacs/cider" :files ("lisp/*.el" "bin/*.sh" "*.el" "clojure.sh" "lein.sh" (:exclude ".dir-locals.el")) :old-names (nrepl) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "e33067498a089157af28dbed180117d8b8a3605e")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "ead9a0d2efe9bd0b251d86a8e982d8b922a94ccc")) (clj-refactor :source "lockfile" :date - (26505 12154 227405 0) + (26507 18831 617836 0) :recipe (:package "clj-refactor" :fetcher github :repo "clojure-emacs/clj-refactor.el" :files (:defaults "CHANGELOG.md") :source "MELPA" :protocol https :inherit t :depth treeless :ref "dc1bbc8cdaa723bdbb6669ea7d280625c370755d")) (dart-mode :source "lockfile" :date - (26505 12154 219640 0) + (26507 18831 610116 0) :recipe (:package "dart-mode" :fetcher github :repo "emacsorphanage/dart-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "02e919c1cf200b4938139c18068577faff1fb364")) (lsp-dart :source "lockfile" :date - (26505 12154 211908 0) + (26507 18831 602315 0) :recipe (:package "lsp-dart" :repo "emacs-lsp/lsp-dart" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "7e3d3429418bc42cda7fa7b58e6644a705cf2f89")) (dhall-mode :source "lockfile" :date - (26505 12154 203969 0) + (26507 18831 594585 0) :recipe (:package "dhall-mode" :repo "psibi/dhall-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "fca383a9c4622c1d9a39dc977572b34c7fa0b719")) (lispy :source "lockfile" :date - (26505 12154 195936 0) + (26507 18831 586672 0) :recipe (:package "lispy" :repo "abo-abo/lispy" :fetcher github :files (:defaults "lispy-clojure.clj" "lispy-clojure.cljs" "lispy-python.py") :source "MELPA" :protocol https :inherit t :depth treeless :ref "fe44efd21573868638ca86fc8313241148fabbe3")) (elixir-format :source "lockfile" :date - (26505 12154 187976 0) + (26507 18831 578907 0) :recipe (:source nil :protocol https :inherit t :depth treeless :type git :host github :repo "elixir-editors/emacs-elixir" :files ("elixir-format.el") :package "elixir-format" :ref "00d6580a040a750e019218f9392cf9a4c2dac23a")) (elixir-ts-mode :source "lockfile" :date - (26505 12154 180044 0) + (26507 18831 571086 0) :recipe (:package "elixir-ts-mode" :repo "wkirschbaum/elixir-ts-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "143b94f4a5ac1f161c232e3f25b84c6768be2f25")) (erlang :source "lockfile" :date - (26505 12154 172379 0) + (26507 18831 563369 0) :recipe (:package "erlang" :fetcher github :repo "erlang/otp" :version-regexp "OTP-%v" :files ("lib/tools/emacs/*.el" (:exclude "lib/tools/emacs/erlang_appwiz.el")) - :source "MELPA" :protocol https :inherit t :depth 1 :ref "8c8ebb1122b29016edc85ccd17bc9bf9e2d86924")) + :source "MELPA" :protocol https :inherit t :depth 1 :ref "6c63e297b54a26ebeac03b3abde41afe0d0f53e7")) (fsharp-mode :source "lockfile" :date - (26505 12154 164539 0) + (26507 18831 555622 0) :recipe (:package "fsharp-mode" :fetcher github :repo "fsharp/emacs-fsharp-mode" :files (:defaults (:exclude "eglot-fsharp.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "677d78c4d6cb574086408082dedbcaef04a85359")) (gleam-ts-mode :source "lockfile" :date - (26505 12154 156726 0) + (26507 18831 547783 0) :recipe (:package "gleam-ts-mode" :fetcher github :repo "gleam-lang/gleam-mode" :files ("gleam-ts-mode.el") :source "MELPA" :protocol https :inherit t :depth treeless :type git :host github :ref "d00f37d0b47f5d6810aa295af98c40a7708b4305")) (go-mode :source "lockfile" :date - (26505 12154 148752 0) + (26507 18831 539957 0) :recipe (:package "go-mode" :repo "dominikh/go-mode.el" :fetcher github :files ("go-mode.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "602d73e22646b1b98b2eb97927fd426c0d1d2f92")) (haskell-mode :source "lockfile" :date - (26505 12154 140908 0) + (26507 18831 532086 0) :recipe (:package "haskell-mode" :repo "haskell/haskell-mode" :fetcher github :files (:defaults "NEWS" "logo.svg") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "1a285fc4c50ca74bb5cd9b2a8c1a46a64a77384a")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "4cec530008ef4054826eb1b55d6b26ae8e2807c0")) (lsp-haskell :source "lockfile" :date - (26505 12154 132902 0) + (26507 18831 524272 0) :recipe (:package "lsp-haskell" :repo "emacs-lsp/lsp-haskell" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "6981f8d1225c038c1a130e8cf70530cfe15f976e")) (js2-mode :source "lockfile" :date - (26505 12154 124942 0) + (26507 18831 516453 0) :recipe (:package "js2-mode" :repo "mooz/js2-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "e0c302872de4d26a9c1614fac8d6b94112b96307")) (kotlin-ts-mode :source "lockfile" :date - (26505 12154 116751 0) + (26507 18831 508665 0) :recipe (:package "kotlin-ts-mode" :fetcher gitlab :repo "bricka/emacs-kotlin-ts-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "a25d56cecac9160ba7c140f982ec16ca7b2fe97f")) (gradle-mode :source "lockfile" :date - (26505 12154 108554 0) + (26507 18831 500954 0) :recipe (:package "gradle-mode" :fetcher github :repo "scubacabra/emacs-gradle-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "e4d665d5784ecda7ddfba015f07c69be3cfc45f2")) (lean4-mode :source "lockfile" :date - (26505 12154 100606 0) + (26507 18831 493204 0) :recipe (:source nil :protocol https :inherit t :depth treeless :type git :host github :repo "leanprover/lean4-mode" :files ("*.el" "data") :package "lean4-mode" :ref "76895d8939111654a472cfc617cfd43fbf5f1eb6")) (markdown-mode :source "lockfile" :date - (26505 12154 92622 0) + (26507 18831 485366 0) :recipe (:package "markdown-mode" :fetcher github :repo "jrblevin/markdown-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "7659bc470d096e7a53285fa246cbabcb07d66a33")) (merlin :source "lockfile" :date - (26505 12154 84865 0) + (26507 18831 477611 0) :recipe (:package "merlin" :fetcher github :repo "ocaml/merlin" :files ("emacs/*.el" (:exclude "emacs/merlin-ac.el" "emacs/merlin-company.el" "emacs/merlin-iedit.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "86b4b261b950e409791a42815e4ede601c6be92d")) (opam-switch-mode :source "lockfile" :date - (26505 12154 77182 0) + (26507 18831 469743 0) :recipe (:package "opam-switch-mode" :fetcher github :repo "ProofGeneral/opam-switch-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "1069e56a662f23ea09d4e05611bdedeb99257012")) (dune :source "lockfile" :date - (26505 12154 69154 0) + (26507 18831 461966 0) :recipe (:package "dune" :fetcher github :repo "ocaml/dune" :files ("editor-integration/emacs/*.el") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "c72c8c00887c27ac3ba642556bc225965bd80dc8")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "38571ae90423d673c493cd651b2f3e0ae1b66b75")) (tuareg :source "lockfile" :date - (26505 12154 60790 0) + (26507 18831 454151 0) :recipe (:package "tuareg" :fetcher github :repo "ocaml/tuareg" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "1d53723e39f22ab4ab76d31f2b188a2879305092")) (dockerfile-mode :source "lockfile" :date - (26505 12154 52806 0) + (26507 18831 446319 0) :recipe (:package "dockerfile-mode" :fetcher github :repo "spotify/dockerfile-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "4d893bd2da15833ce056332e6c972d5d93e78f04")) (docker :source "lockfile" :date - (26505 12154 44939 0) + (26507 18831 438576 0) :recipe (:package "docker" :fetcher github :repo "Silex/docker.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "46b597a711492e1c19d1260951f39372450278f5")) (terraform-mode :source "lockfile" :date - (26505 12154 37182 0) + (26507 18831 430746 0) :recipe (:package "terraform-mode" :repo "hcl-emacs/terraform-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "5bdd734a87f67f6574664f63eb4d02a0bc74c0d0")) (ansible :source "lockfile" :date - (26505 12154 29386 0) + (26507 18831 422925 0) :recipe (:package "ansible" :fetcher gitlab :repo "emacs-ansible/emacs-ansible" :files (:defaults "snippets" "dict") :source "MELPA" :protocol https :inherit t :depth treeless :ref "03e285bb54a687e3fd9e21026b088fdac46679a0")) (nginx-mode :source "lockfile" :date - (26505 12154 21458 0) + (26507 18831 415092 0) :recipe (:package "nginx-mode" :fetcher github :repo "ajc/nginx-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c4ac5de975d65c84893a130a470af32a48b0b66c")) (jenkinsfile-mode :source "lockfile" :date - (26505 12154 13539 0) + (26507 18831 407250 0) :recipe (:package "jenkinsfile-mode" :repo "https://github.com/john2x/jenkinsfile-mode.git" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :branch "master" :ref "568865ee419e0592de0dd0717d6769a66d9df111")) (lua-mode :source "lockfile" :date - (26505 12154 5749 0) + (26507 18831 399365 0) :recipe (:package "lua-mode" :repo "immerrr/lua-mode" :fetcher github :files (:defaults (:exclude "init-tryout.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "d074e4134b1beae9ed4c9b512af741ca0d852ba3")) (graphql-mode :source "lockfile" :date - (26505 12153 997982 0) + (26507 18831 391570 0) :recipe (:package "graphql-mode" :repo "davazp/graphql-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "ee49531935ede7a2c9597713e13a4c9d33ef2220")) (yaml-mode :source "lockfile" :date - (26505 12153 990078 0) + (26507 18831 383751 0) :recipe (:package "yaml-mode" :repo "yoshiki/yaml-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "d91f878729312a6beed77e6637c60497c5786efa")) (json-mode :source "lockfile" :date - (26505 12153 982251 0) + (26507 18831 375959 0) :recipe (:package "json-mode" :fetcher github :repo "json-emacs/json-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "77125b01c0ddce537085201098bea9b4b8ba6be3")) (git-modes :source "lockfile" :date - (26505 12153 974334 0) + (26507 18831 368154 0) :recipe (:package "git-modes" :fetcher github :repo "magit/git-modes" :old-names (gitattributes-mode gitconfig-mode gitignore-mode) @@ -678,89 +678,96 @@ (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f99010bbeb8b6d8a0819fac0195a2ef0159d08f0")) (php-mode :source "lockfile" :date - (26505 12153 966468 0) + (26507 18831 360397 0) :recipe (:package "php-mode" :repo "emacs-php/php-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "0f756a8c0782ebdc00557addc68763305c91ca51")) (purescript-mode :source "lockfile" :date - (26505 12153 958546 0) + (26507 18831 352538 0) :recipe (:package "purescript-mode" :repo "purescript-emacs/purescript-mode" :fetcher github :files (:defaults "NEWS" "snippets") :source "MELPA" :protocol https :inherit t :depth treeless :ref "07e4d6ecfe677d595ed3759c912c0b262d886b98")) (rspec-mode :source "lockfile" :date - (26505 12153 950685 0) + (26507 18831 344707 0) :recipe (:package "rspec-mode" :repo "pezra/rspec-mode" :fetcher github :files ("rspec-mode.el" "snippets") :source "MELPA" :protocol https :inherit t :depth treeless :ref "29df3d081c6a1cbdf840cd13d45ea1c100c5bbaa")) (ruby-end :source "lockfile" :date - (26505 12153 942730 0) + (26507 18831 336810 0) :recipe (:package "ruby-end" :repo "rejeep/ruby-end.el" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "ba7d7230f9e3ed75c9982d32bb9fdff1dc10935d")) (rbs-mode :source "lockfile" :date - (26505 12153 934903 0) + (26507 18831 328984 0) :recipe (:package "rbs-mode" :fetcher github :repo "ybiquitous/rbs-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "e415a6fa9e88594cb9b7f7765145f57dda0e9b56")) (rust-mode :source "lockfile" :date - (26505 12153 927066 0) + (26507 18831 321250 0) :recipe (:package "rust-mode" :repo "rust-lang/rust-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "542f1755d8929ca83564322d7030d558f3392fe1")) + (rustic :source "lockfile" :date + (26507 18831 313484 0) + :recipe + (:package "rustic" :repo "emacs-rustic/rustic" :fetcher github :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "c1e1d5db1c156aaf2b29cc537abd89a07a76f88b")) (flycheck-rust :source "lockfile" :date - (26505 12153 919107 0) + (26507 18831 305664 0) :recipe (:package "flycheck-rust" :repo "flycheck/flycheck-rust" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "d499471ec433a62898a95ce76561964e3d015ce5")) (fish-mode :source "lockfile" :date - (26505 12153 911093 0) + (26507 18831 297932 0) :recipe (:package "fish-mode" :fetcher github :repo "wwwjfy/emacs-fish" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "2526b1803b58cf145bc70ff6ce2adb3f6c246f89")) (web-mode :source "lockfile" :date - (26505 12153 903219 0) + (26507 18831 290164 0) :recipe (:package "web-mode" :repo "fxbois/web-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "be2d59c8fa02b1a45ae54ce4079e502e659cefe6")) (zig-mode :source "lockfile" :date - (26505 12153 895479 0) + (26507 18831 282291 0) :recipe (:package "zig-mode" :repo "ziglang/zig-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f0b4a487530146f99230f4a5ff67e8d56c8f3f80")) (diminish :source "lockfile" :date - (26505 12153 887706 0) + (26507 18831 274504 0) :recipe (:package "diminish" :fetcher github :repo "myrjola/diminish.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "fbd5d846611bad828e336b25d2e131d1bc06b83d")) (visual-regexp :source "lockfile" :date - (26505 12153 880004 0) + (26507 18831 266764 0) :recipe (:package "visual-regexp" :repo "benma/visual-regexp.el" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "48457d42a5e0fe10fa3a9c15854f1f127ade09b5")) (popon :source "lockfile" :date - (26505 12153 872174 0) + (26507 18831 258862 0) :recipe (:package "popon" :repo ("https://codeberg.org/akib/emacs-popon" . "popon") @@ -769,13 +776,13 @@ (:exclude ".git")) :source "NonGNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "bf8174cb7e6e8fe0fe91afe6b01b6562c4dc39da")) (nerd-icons :source "lockfile" :date - (26505 12153 864211 0) + (26507 18831 251100 0) :recipe (:package "nerd-icons" :repo "rainstormstudio/nerd-icons.el" :fetcher github :files (:defaults "data") :source "MELPA" :protocol https :inherit t :depth treeless :ref "546ee20caf825e65da4c5435d31f13d269ed2a81")) (editorconfig :source "lockfile" :date - (26505 12153 856111 0) + (26507 18831 243403 0) :recipe (:package "editorconfig" :fetcher github :repo "editorconfig/editorconfig-emacs" :old-names (editorconfig-core editorconfig-fnmatch) @@ -784,27 +791,27 @@ (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "24f5b2b1cd4e37adc245fb59f7edeb6872a707a4")) (magit-section :source "lockfile" :date - (26505 12153 848066 0) + (26507 18831 235584 0) :recipe (:package "magit-section" :fetcher github :repo "magit/magit" :files ("lisp/magit-section.el" "docs/magit-section.texi" "magit-section-pkg.el") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "ca5b77284adf8d9af3f98eb669bd47bbf24c46f6")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "8b1438487826e4a4a28521cf749c17cfd278b839")) (with-editor :source "lockfile" :date - (26505 12153 840192 0) - :recipe - (:package "with-editor" :fetcher github :repo "magit/with-editor" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "ca902ae02972bdd6919a902be2593d8cb6bd991b")) + (26507 18831 227824 0) + :recipe + (:package "with-editor" :fetcher github :repo "magit/with-editor" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "ca902ae02972bdd6919a902be2593d8cb6bd991b")) (flycheck :source "lockfile" :date - (26505 12153 832483 0) + (26507 18831 219874 0) :recipe (:package "flycheck" :repo "flycheck/flycheck" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "87ad201889b2055d0c4b0839d2f8b80eeccae59e")) (spinner :source "lockfile" :date - (26505 12153 824692 0) + (26507 18831 211998 0) :recipe (:package "spinner" :repo ("https://github.com/Malabarba/spinner.el" . "spinner") @@ -813,48 +820,48 @@ (:exclude ".git")) :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "d4647ae87fb0cd24bc9081a3d287c860ff061c21")) (bui :source "lockfile" :date - (26505 12153 817012 0) + (26507 18831 204118 0) :recipe (:package "bui" :repo "alezost/bui.el" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f3a137628e112a91910fd33c0cff0948fa58d470")) (lsp-treemacs :source "lockfile" :date - (26505 12153 809235 0) + (26507 18831 196234 0) :recipe (:package "lsp-treemacs" :repo "emacs-lsp/lsp-treemacs" :fetcher github :files (:defaults "icons") :source "MELPA" :protocol https :inherit t :depth treeless :ref "fb1a07ae0a3d781dea8ac78da2933e0173eb48a4")) (lsp-docker :source "lockfile" :date - (26505 12153 801210 0) + (26507 18831 188426 0) :recipe (:package "lsp-docker" :repo "emacs-lsp/lsp-docker" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "ce291d0f80533f8eaca120eb745d55669e062636")) (yaml :source "lockfile" :date - (26505 12153 793151 0) + (26507 18831 180531 0) :recipe (:package "yaml" :repo "zkry/yaml.el" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "cd3edfc02cb12514426c00e07160b87bd8340f4a")) (powerline :source "lockfile" :date - (26505 12153 785063 0) + (26507 18831 172662 0) :recipe (:package "powerline" :fetcher github :repo "milkypostman/powerline" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c35c35bdf5ce2d992882c1f06f0f078058870d4a")) (parseedn :source "lockfile" :date - (26505 12153 777230 0) + (26507 18831 164913 0) :recipe (:package "parseedn" :repo "clojure-emacs/parseedn" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "3407e4530a367b6c2b857dae261cdbb67a440aaa")) (queue :source "lockfile" :date - (26505 12153 769403 0) + (26507 18831 157084 0) :recipe (:package "queue" :repo ("git://git.sv.gnu.org/emacs/elpa" . "queue") @@ -863,117 +870,124 @@ (:exclude ".git")) :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "f986fb68e75bdae951efb9e11a3012ab6bd408ee")) (sesman :source "lockfile" :date - (26505 12153 761602 0) + (26507 18831 149246 0) :recipe (:package "sesman" :repo "vspinu/sesman" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "7bca68dbbab0af26a6a23be1ff5fa97f9a18e022")) (parseclj :source "lockfile" :date - (26505 12153 753654 0) + (26507 18831 141512 0) :recipe (:package "parseclj" :repo "clojure-emacs/parseclj" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "6af22372e0fe14df882dd300b22b12ba2d7e00b0")) (paredit :source "lockfile" :date - (26505 12153 745765 0) + (26507 18831 133666 0) :recipe (:package "paredit" :fetcher git :url "https://mumble.net/~campbell/git/paredit.git" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "af075775af91f2dbc63b915d762b4aec092946c4")) (multiple-cursors :source "lockfile" :date - (26505 12153 737963 0) + (26507 18831 125853 0) :recipe (:package "multiple-cursors" :fetcher github :repo "magnars/multiple-cursors.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "dd10cf2334333838e4550f091a75695448e26765")) (inflections :source "lockfile" :date - (26505 12153 730138 0) + (26507 18831 117997 0) :recipe (:package "inflections" :repo "eschulte/jump.el" :fetcher github :files ("inflections.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "55caa66a7cc6e0b1a76143fd40eff38416928941")) (reformatter :source "lockfile" :date - (26505 12153 722359 0) + (26507 18831 110192 0) :recipe (:package "reformatter" :repo "purcell/emacs-reformatter" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f2cb59466b1c3f85a8c960f7d4b7b7ead015bedc")) (iedit :source "lockfile" :date - (26505 12153 714566 0) + (26507 18831 102372 0) :recipe (:package "iedit" :repo "victorhge/iedit" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "27c61866b1b9b8d77629ac702e5f48e67dfe0d3b")) (swiper :source "lockfile" :date - (26505 12153 706745 0) + (26507 18831 94473 0) :recipe (:package "swiper" :repo "abo-abo/swiper" :fetcher github :files ("swiper.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "abb9e1e5649bcd078a2a75bcb27abb42311b4f86")) (zoutline :source "lockfile" :date - (26505 12153 698888 0) + (26507 18831 86610 0) :recipe (:package "zoutline" :repo "abo-abo/zoutline" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "32857c6c4b9b0bcbed14d825a10b91a98d5fed0a")) (ivy :source "lockfile" :date - (26505 12153 691042 0) + (26507 18831 78639 0) :recipe (:package "ivy" :repo "abo-abo/swiper" :fetcher github :files (:defaults "doc/ivy-help.org" (:exclude "swiper.el" "counsel.el" "ivy-hydra.el" "ivy-avy.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "abb9e1e5649bcd078a2a75bcb27abb42311b4f86")) (heex-ts-mode :source "lockfile" :date - (26505 12153 681523 0) + (26507 18831 70646 0) :recipe (:package "heex-ts-mode" :repo "wkirschbaum/heex-ts-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "dafed72c254c226cdd28528ac70965ef8efa04ca")) (caml :source "lockfile" :date - (26505 12153 673260 0) + (26507 18831 62666 0) :recipe (:package "caml" :repo "ocaml/caml-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "47defafa2b08fb680e89bfee9cb9ce82bd9e3bcf")) (aio :source "lockfile" :date - (26505 12153 665300 0) + (26507 18831 54506 0) :recipe (:package "aio" :fetcher github :repo "skeeto/emacs-aio" :files ("aio.el" "README.md" "UNLICENSE") :source "MELPA" :protocol https :inherit t :depth treeless :ref "da93523e235529fa97d6f251319d9e1d6fc24a41")) (tablist :source "lockfile" :date - (26505 12153 657142 0) + (26507 18831 45934 0) :recipe (:package "tablist" :fetcher github :repo "emacsorphanage/tablist" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "fcd37147121fabdf003a70279cf86fbe08cfac6f")) (hcl-mode :source "lockfile" :date - (26505 12153 647406 0) + (26507 18831 36821 0) :recipe (:package "hcl-mode" :repo "hcl-emacs/hcl-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "1da895ed75d28d9f87cbf9b74f075d90ba31c0ed")) (groovy-mode :source "lockfile" :date - (26505 12153 637323 0) + (26507 18831 27001 0) :recipe (:package "groovy-mode" :fetcher github :repo "Groovy-Emacs-Modes/groovy-emacs-modes" :files ("*groovy*.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "7b8520b2e2d3ab1d62b35c426e17ac25ed0120bb")) (json-snatcher :source "lockfile" :date - (26505 12153 626504 0) + (26507 18831 16109 0) :recipe (:package "json-snatcher" :fetcher github :repo "Sterlingg/json-snatcher" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "b28d1c0670636da6db508d03872d96ffddbc10f2"))) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "b28d1c0670636da6db508d03872d96ffddbc10f2")) + (xterm-color :source "lockfile" :date + (26507 18831 1392 0) + :recipe + (:package "xterm-color" :repo "atomontage/xterm-color" :fetcher github :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "2ad407c651e90fff2ea85d17bf074cee2c022912"))) diff --git a/lisp/icejam-base.el b/lisp/icejam-base.el index 4b4fbad..42ccecd 100644 --- a/lisp/icejam-base.el +++ b/lisp/icejam-base.el @@ -18,7 +18,8 @@ ;; this to `nil' in the past, but the `bidi-display-reordering's docs say that ;; is an undefined state and suggest this to be just as good: (setq-default bidi-display-reordering 'left-to-right - bidi-paragraph-direction 'left-to-right) + bidi-paragraph-direction 'left-to-right + bidi-inhibit-bpa t) ;; Reduce rendering/line scan work for Emacs by not rendering cursors or regions ;; in non-focused windows. @@ -31,7 +32,7 @@ (setopt fast-but-imprecise-scrolling t) ;;;;;;;;; TRAMP configuration ;;;;;;;;;;;;;;;; -(use-package tramp :ensure nil :defer 3 +(use-package tramp :ensure nil :defer 5 :config (setopt tramp-default-method "ssh")) @@ -89,7 +90,8 @@ (setopt large-file-warning-threshold 50000000) ;; Numbers are arbitrary, but work on a large screen. Default is 160 -(setopt split-width-threshold 200) +(setopt split-width-threshold 190) + ;;;;;;;;;;;;;;;;;;;;;; Shell stuff ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (add-hook 'shell-mode-hook 'ansi-color-for-comint-mode-on) @@ -149,9 +151,5 @@ ;;;;;;;;;;;;;;;;; Use C-n to create a new line (setopt next-line-add-newlines t) -;;;;;;;;;;;;;;;;; Speed up long line display by disabling bidirectional text -(setq-default bidi-paragraph-direction 'left-to-right - bidi-inhibit-bpa t) - (provide 'icejam-base) ;;; icejam-base.el ends here diff --git a/lisp/icejam-complete-at-point.el b/lisp/icejam-complete-at-point.el index a296c35..f63ce47 100644 --- a/lisp/icejam-complete-at-point.el +++ b/lisp/icejam-complete-at-point.el @@ -74,12 +74,12 @@ #'cape-file #'cape-elisp-symbol))) -(use-package yasnippet-capf :ensure t :after corfu :defer 1 +(use-package yasnippet-capf :ensure t :after corfu :defer t :config (declare-function yasnippet-capf 'yasnippet) (setopt yasnippet-capf-lookup-by 'name)) -(use-package nerd-icons-corfu :ensure t :defer 2 +(use-package nerd-icons-corfu :ensure t :defer 5 :after corfu :config (declare-function nerd-icons-corfu-formatter 'nerd-icons-corfu) diff --git a/lisp/icejam-fonts.el b/lisp/icejam-fonts.el index f3c484b..d25c226 100644 --- a/lisp/icejam-fonts.el +++ b/lisp/icejam-fonts.el @@ -25,9 +25,9 @@ ;; (defconst icejam-font "Victor Mono Medium" "Default font.") ;; (defconst icejam-font "Iosevka Term" "Default font.") -(defconst icejam-default-font-family "Iosevka Comfy Motion" "Default font.") +(defconst icejam-default-font-family "Iosevka Term" "Default font.") (defconst icejam-variable-font-family "Lexica Ultralegible" "Variable pitch font.") -(defconst icejam-markdown-font-family "Iosevka Term" +(defconst icejam-markdown-font-family "Iosevka Comfy Motion" "Font used to render code blocks in markdown. It is different than default font to keep it visually distinct.") diff --git a/lisp/icejam-ispell.el b/lisp/icejam-ispell.el index 4f42bac..3abd1a1 100644 --- a/lisp/icejam-ispell.el +++ b/lisp/icejam-ispell.el @@ -3,7 +3,7 @@ ;;; Highlight misspelled words ;;; Code: -(use-package ispell :ensure nil :defer 2 +(use-package ispell :ensure nil :defer t :config (setopt ispell-program-name "aspell") (setopt ispell-extra-args '("--run-together" "--run-together-limit=5" "--run-together-min=2"))) diff --git a/lisp/icejam-keys-mode.el b/lisp/icejam-keys-mode.el index 8d5bf70..5ecd017 100644 --- a/lisp/icejam-keys-mode.el +++ b/lisp/icejam-keys-mode.el @@ -45,8 +45,8 @@ (keymap-set icejam-keys-mode-map "C-c r" #'icejam-revert-buffer-no-confirm) ;; Make emacs behave like a normal editor from 21st century. -(keymap-set icejam-keys-mode-map "" 'beginning-of-line) -(keymap-set icejam-keys-mode-map "" 'end-of-line) +(keymap-set icejam-keys-mode-map "" #'beginning-of-line) +(keymap-set icejam-keys-mode-map "" #'end-of-line) ;;;;;;;;; Translate keys ;;;;;;;;;;;;;;;;;;;;; (keymap-set key-translation-map "" "C-c l") ;; On F6, send C-c l diff --git a/lisp/icejam-lsp.el b/lisp/icejam-lsp.el index 948ac4d..5ec222e 100644 --- a/lisp/icejam-lsp.el +++ b/lisp/icejam-lsp.el @@ -65,13 +65,12 @@ (use-package lsp-ui :ensure t :after (lsp-mode) :defer t :config (setopt lsp-ui-doc-enable t - lsp-ui-header t - lsp-ui-delay 0.5 ;; Wait half a second to display documentation + lsp-ui-doc-delay 0.5 ;; Wait half a second to display documentation lsp-ui-doc-position 'at-point lsp-ui-doc-include-signature t)) ;; Lsp debugger mode -(use-package dap-mode :ensure t :after (lsp-mode lsp-ui) :defer t) +(use-package dap-mode :ensure t :after (lsp-mode) :defer t) (provide 'icejam-lsp) ;;; icejam-lsp.el ends here diff --git a/lisp/icejam-prog-mode.el b/lisp/icejam-prog-mode.el index 3f7f2e0..71c937d 100644 --- a/lisp/icejam-prog-mode.el +++ b/lisp/icejam-prog-mode.el @@ -23,10 +23,9 @@ (conf-mode . whitespace-mode) (before-save . whitespace-cleanup)) :config - (setopt - whitespace-style #'(face trailing empty) ;; New whitespace style - require-final-newline 't ;; Insert newline on save - )) + (setopt whitespace-style #'(face trailing empty) ;; New whitespace style + require-final-newline 't ;; Insert newline on save + )) (setq-default indent-tabs-mode nil) @@ -49,11 +48,6 @@ (add-to-list 'dash-at-point-mode-alist '(enh-ruby-mode . "ruby,rubygems,rails")) (add-to-list 'dash-at-point-mode-alist '(elixir-ts-mode . "elixir,hex"))) - -;; By default, use 2 spaces for indentation -(setopt tab-width 2) -(setopt tab-stop-list (number-sequence tab-width 200 tab-width)) - ;; Ensure indentation in steps: (defun icejam-set-indent (step) "Set indentation to STEP." @@ -61,26 +55,14 @@ (setq-local tab-width step) (setq-local tab-stop-list (number-sequence step 200 step))) -(defun icejam-set-indent-2 () "Set indent to 2." (icejam-set-indent 2)) -(defun icejam-set-indent-4 () "Set indent to 4." (icejam-set-indent 4)) -(defun icejam-set-indent-8 () "Set indent to 8." (icejam-set-indent 8)) +;; By default, use 2 spaces for indentation +(icejam-set-indent 2) (use-package column-enforce-mode :ensure t :defer t - :hook (elpaca-after-init . global-column-enforce-mode) - :config - (declare-function column-enforce-n 'column-enforce-mode) - (defun icejam-column-enforce-80 () - "Enforce 80 columns." - (column-enforce-n 80)) - (defun icejam-column-enforce-100 () - "Enforce 100 columns." - (column-enforce-n 100)) - (defun icejam-column-enforce-98 () - "Enforce 98 columns." - (column-enforce-n 98))) + :hook (elpaca-after-init . global-column-enforce-mode)) ;; PCRE to Emacs regex translations -(use-package pcre2el :ensure t :defer 3) +(use-package pcre2el :ensure t :defer 5) ;; Visual regexp (use-package visual-regexp-steroids :ensure t diff --git a/lisp/icejam-themes.el b/lisp/icejam-themes.el index fd93605..47613f4 100644 --- a/lisp/icejam-themes.el +++ b/lisp/icejam-themes.el @@ -43,6 +43,7 @@ ;; (use-package zenburn-theme :ensure t ;; :config ;; (load-theme 'zenburn t t)) + ;; (use-package catppuccin-theme :ensure t ;; :custom ;; ((catpuccin-flavor 'frappe)) @@ -61,7 +62,7 @@ (if (memq window-system '(x mac ns)) (enable-theme 'icejam-base16-zenburn) - (enable-theme 'icejam-base16-zenburn))) + (enable-theme 'icejam-base16-zenburn))) (provide 'icejam-themes) ;;; icejam-themes.el ends here diff --git a/lisp/langs/icejam-lang-clojure.el b/lisp/langs/icejam-lang-clojure.el index e382b39..7ddc331 100644 --- a/lisp/langs/icejam-lang-clojure.el +++ b/lisp/langs/icejam-lang-clojure.el @@ -40,8 +40,7 @@ (column-enforce-n 80) (cider-mode 1) - (define-key - clojure-mode-map (kbd "C-c l") 'icejam-lang-cider-context-menu) + (define-key clojure-mode-map (kbd "C-c l") 'icejam-lang-cider-context-menu) ;; Do not enable paredit for clojure ;; (paredit-mode 1) diff --git a/lisp/langs/icejam-lang-elisp.el b/lisp/langs/icejam-lang-elisp.el index 96a9b5c..380dc7e 100644 --- a/lisp/langs/icejam-lang-elisp.el +++ b/lisp/langs/icejam-lang-elisp.el @@ -1,9 +1,11 @@ ;;; languages/elisp -- summary -*- lexical-binding: t; -*- ;;; Commentary: ;;; Code: -(declare-function column-enforce-n 'column-enforce-mode (number)) -(declare-function icejam-set-elisp-capfs 'icejam-complete-at-point) -(declare-function icejam-set-indent 'icejam-prog-mode) + +(eval-when-compile + (declare-function column-enforce-n 'column-enforce-mode (number)) + (declare-function icejam-set-elisp-capfs 'icejam-complete-at-point) + (declare-function icejam-set-indent 'icejam-prog-mode)) (add-to-list 'auto-mode-alist '("/Eask\\'" . emacs-lisp-mode)) diff --git a/lisp/langs/icejam-lang-elixir.el b/lisp/langs/icejam-lang-elixir.el index bcdbcd1..deee7d1 100644 --- a/lisp/langs/icejam-lang-elixir.el +++ b/lisp/langs/icejam-lang-elixir.el @@ -2,15 +2,15 @@ ;;; Commentary: ;;; Code: -(declare-function column-enforce-n 'column-enforce-mode (number)) -(declare-function -> 'dash) -(declare-function lsp 'lsp-mode) -(declare-function yas--table-get-create 'yasnippet) -(declare-function yas--remove-template-by-uuid 'yasnippet) - -(declare-function icejam-set-indent 'icejam-prog-mode) -(declare-function icejam-set-lsp-capfs 'icejam-complete-at-point) -(eval-when-compile (defvar icejam-language-transient-alist)) +(eval-when-compile + (declare-function column-enforce-n 'column-enforce-mode (number)) + (declare-function -> 'dash) + (declare-function lsp 'lsp-mode) + (declare-function yas--table-get-create 'yasnippet) + (declare-function yas--remove-template-by-uuid 'yasnippet) + (declare-function icejam-set-indent 'icejam-prog-mode) + (declare-function icejam-set-lsp-capfs 'icejam-complete-at-point) + (defvar icejam-language-transient-alist)) ;; Only load the elixir-format from elixir mode. (use-package elixir-format :defer t diff --git a/lisp/langs/icejam-lang-markdown.el b/lisp/langs/icejam-lang-markdown.el index a5601bf..6332477 100644 --- a/lisp/langs/icejam-lang-markdown.el +++ b/lisp/langs/icejam-lang-markdown.el @@ -2,32 +2,35 @@ ;;; Commentary: ;;; Code: -(declare-function column-enforce-n 'column-enforce-mode (number)) -(declare-function icejam-set-indent 'icejam-prog-mode) +(eval-when-compile + (declare-function elpaca-installed-p "elpaca") + (declare-function column-enforce-n 'column-enforce-mode (number)) + (declare-function icejam-set-indent 'icejam-prog-mode) + (declare-function rxt--re-builder-switch-pcre-mode "pcre2el")) ;; Markdown is a dependency of LSP mode. By wrapping it in unless we silence ;; a warning from the byte compiler. -(declare-function elpaca-installed-p "elpaca") (unless (elpaca-installed-p 'markdown-mode) - (use-package markdown-mode :ensure t :defer t)) + (use-package markdown-mode :ensure t :defer t + :commands (markdown-preview) + :config + ;; Render preview and open it in browser. + (keymap-set markdown-mode-map "C-c C-v" #'markdown-preview) -(with-eval-after-load 'markdown-mode - (setq-default markdown-command "pandoc")) - -(declare-function rxt--re-builder-switch-pcre-mode "pcre2el") -(declare-function markdown-preview 'markdown-mode) + ;; Render HTML preview with pandoc + (setq-default markdown-command '("pandoc" + "-f" + "markdown" + "-t" + "html5" + "--template" + "github.html5" + "--highlight-style" + "pygments")))) (defun icejam-lang-activate-markdown-mode () "Reconfigure markdown mode for your own purposes." - (icejam-set-indent 2) - (column-enforce-n 10000) - - ;; Markdown mode reuses my bindings, remove them. - (keymap-set markdown-mode-map "C-c " nil) - (keymap-set markdown-mode-map "C-c " nil) - (keymap-set markdown-mode-map "C-c " nil) - (keymap-set markdown-mode-map "C-c " nil) - (keymap-set markdown-mode-map "C-c C-v" #'markdown-preview)) + (icejam-set-indent 2)) (add-hook 'markdown-mode-hook 'icejam-lang-activate-markdown-mode) (add-hook 'markdown-mode-hook 'display-line-numbers-mode) diff --git a/lisp/langs/icejam-lang-rust.el b/lisp/langs/icejam-lang-rust.el index 2a1932f..90b134c 100644 --- a/lisp/langs/icejam-lang-rust.el +++ b/lisp/langs/icejam-lang-rust.el @@ -1,23 +1,27 @@ ;;; rust -- summary -*- lexical-binding: t; -*- ;;; Commentary: ;;; Code: - -(declare-function column-enforce-n 'column-enforce-mode (number)) -(declare-function lsp-deferred 'lsp-mode) - -(declare-function icejam-set-indent 'icejam-prog-mode) -(declare-function icejam-set-lsp-capfs 'icejam-complete-at-point) +(eval-when-compile + (declare-function column-enforce-n 'column-enforce-mode (number)) + (declare-function lsp-deferred 'lsp-mode) + (declare-function icejam-set-indent 'icejam-prog-mode) + (declare-function icejam-set-lsp-capfs 'icejam-complete-at-point)) (use-package rust-mode :ensure t :defer t - :config - (setq rust-mode-treesitter-derive t)) + :config (setopt rust-mode-treesitter-derive t)) + +(use-package rustic + :ensure t + :defer t + :after (rust-mode) + :config (setopt rustic-format-on-save nil)) (use-package flycheck-rust :ensure t :defer t - :requires (rust-mode lsp)) + :after (rust-mode lsp)) (defun icejam-activate-rust-mode () "All things for Rust mode." From 62a523fbeca7f64a253462b214916b4266029285 Mon Sep 17 00:00:00 2001 From: Maciej Szlosarczyk Date: Mon, 20 Jan 2025 09:47:01 +0200 Subject: [PATCH 25/34] Update elpaca that broke after FSF servers broke --- elpaca.lock | 310 ++++++++++++++++++------------------- lisp/icejam-custom-init.el | 4 +- lisp/icejam-transient.el | 12 ++ 3 files changed, 169 insertions(+), 157 deletions(-) diff --git a/elpaca.lock b/elpaca.lock index a882da7..91c11fe 100644 --- a/elpaca.lock +++ b/elpaca.lock @@ -1,225 +1,225 @@ ((elpaca :source "lockfile" :date - (26507 18832 134981 0) + (26509 60449 361543 0) :recipe - (:source nil :protocol https :inherit t :depth 1 :repo "https://github.com/progfolio/elpaca.git" :ref "481d9212a2f8c1f0489a33f2a8320590293af42d" :files + (:source nil :protocol https :inherit t :depth 1 :repo "https://github.com/progfolio/elpaca.git" :ref "f83af38143d2a6047b652d5d50eaa601e914f931" :files (:defaults "elpaca-test.el" (:exclude "extensions")) :build (:not elpaca--activate-package) :package "elpaca")) (elpaca-use-package :source "lockfile" :date - (26507 18832 127210 0) + (26509 60449 353765 0) :recipe (:package "elpaca-use-package" :wait t :repo "https://github.com/progfolio/elpaca.git" :files ("extensions/elpaca-use-package.el") :main "extensions/elpaca-use-package.el" :build (:not elpaca--compile-info) - :source "Elpaca extensions" :protocol https :inherit t :depth treeless :ref "481d9212a2f8c1f0489a33f2a8320590293af42d")) + :source "Elpaca extensions" :protocol https :inherit t :depth treeless :ref "f83af38143d2a6047b652d5d50eaa601e914f931")) (benchmark-init :source "lockfile" :date - (26507 18832 119306 0) + (26509 60449 346040 0) :recipe (:package "benchmark-init" :fetcher github :repo "dholm/benchmark-init-el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :wait t :ref "2b34432d79fa0aae8abc3db72db1cb79a28c00b2")) (easy-kill :source "lockfile" :date - (26507 18832 111514 0) + (26509 60449 338308 0) :recipe (:package "easy-kill" :fetcher github :repo "leoliu/easy-kill" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "de7d66c3c864a4722a973ee9bc228a14be49ba0c")) (buffer-move :source "lockfile" :date - (26507 18832 103636 0) + (26509 60449 330413 0) :recipe (:package "buffer-move" :fetcher github :repo "lukhas/buffer-move" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "e7800b3ab1bd76ee475ef35507ec51ecd5a3f065")) (gcmh :source "lockfile" :date - (26507 18832 95767 0) + (26509 60449 322645 0) :recipe (:package "gcmh" :repo "koral/gcmh" :fetcher gitlab :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "0089f9c3a6d4e9a310d0791cf6fa8f35642ecfd9")) (exec-path-from-shell :source "lockfile" :date - (26507 18832 87954 0) + (26509 60449 314985 0) :recipe (:package "exec-path-from-shell" :fetcher github :repo "purcell/exec-path-from-shell" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "4896a797252fbfdac32fb77508500ac7d220f717")) (direnv :source "lockfile" :date - (26507 18832 80041 0) + (26509 60449 307189 0) :recipe (:package "direnv" :fetcher github :repo "wbolster/emacs-direnv" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c0bf3b81c7a97e2a0d06d05495e86848254fcc1f")) (treemacs :source "lockfile" :date - (26507 18832 72168 0) + (26509 60449 299490 0) :recipe (:package "treemacs" :fetcher github :repo "Alexander-Miller/treemacs" :files (:defaults "Changelog.org" "icons" "src/elisp/treemacs*.el" "src/scripts/treemacs*.py" (:exclude "src/extra/*")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "32bb3dd02ddfca85661614b3b227e770fab821e2")) (treemacs-all-the-icons :source "lockfile" :date - (26507 18832 64405 0) + (26509 60449 291729 0) :recipe (:package "treemacs-all-the-icons" :fetcher github :repo "Alexander-Miller/treemacs" :files ("src/extra/treemacs-all-the-icons.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "32bb3dd02ddfca85661614b3b227e770fab821e2")) (keyfreq :source "lockfile" :date - (26507 18832 56612 0) + (26509 60449 283940 0) :recipe (:package "keyfreq" :fetcher github :repo "dacap/keyfreq" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c6955162307f37c2ac631d9daf118781009f8dda")) (which-key :source "lockfile" :date - (26507 18832 48896 0) + (26509 60449 276196 0) :recipe (:package "which-key" :repo "justbur/emacs-which-key" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "38d4308d1143b61e4004b6e7a940686784e51500")) (tree-sitter-langs :source "lockfile" :date - (26507 18832 41168 0) + (26509 60449 268377 0) :recipe (:package "tree-sitter-langs" :repo "emacs-tree-sitter/tree-sitter-langs" :fetcher github :branch "release" :files (:defaults "queries") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "6d9ea110d789e4364c4d3ded909582b41ba3655f")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "0bbb1b4dcad1dff1dd79868521ad873cc9bf69a2")) (vertico :source "lockfile" :date - (26507 18832 33267 0) + (26509 60449 260297 0) :recipe (:package "vertico" :repo "minad/vertico" :files (:defaults "extensions/vertico-*.el") :fetcher github :source "MELPA" :protocol https :inherit t :depth treeless :ref "fef56a0c7fe571c28ad102b54b26e07ebbbd5e82")) (orderless :source "lockfile" :date - (26507 18832 25486 0) + (26509 60449 252533 0) :recipe (:package "orderless" :repo "oantolin/orderless" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "411051c3257d60f0492cf88065193bb443b6ca0d")) (marginalia :source "lockfile" :date - (26507 18832 17600 0) + (26509 60449 244715 0) :recipe (:package "marginalia" :repo "minad/marginalia" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c390456b89ad46bc10c3ef2ee5df59947b72084e")) (consult :source "lockfile" :date - (26507 18832 9664 0) + (26509 60449 236954 0) :recipe (:package "consult" :repo "minad/consult" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "a055b4cde4d8038c5cd57251e0985835bc17cf16")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "110b560ae1e0ad398d5ce2b4aaf0e91f87f38297")) (helpful :source "lockfile" :date - (26507 18832 1911 0) + (26509 60449 229160 0) :recipe (:package "helpful" :repo "Wilfred/helpful" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "4ba24cac9fb14d5fdc32582cd947572040e82b2c")) (avy :source "lockfile" :date - (26507 18831 994103 0) + (26509 60449 221298 0) :recipe (:package "avy" :repo "abo-abo/avy" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "933d1f36cca0f71e4acb5fac707e9ae26c536264")) (transient :source "lockfile" :date - (26507 18831 986311 0) + (26509 60449 213497 0) :recipe (:package "transient" :fetcher github :repo "magit/transient" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :wait t :ref "69202c123205f396fefd35acdbc66fe8d0dfad12")) + :source "MELPA" :protocol https :inherit t :depth treeless :wait t :ref "13f3f5e0da85805e9ead0db70ba76a6bbc62d3a7")) (dash :source "lockfile" :date - (26507 18831 978119 0) + (26509 60449 205575 0) :recipe (:package "dash" :fetcher github :repo "magnars/dash.el" :files ("dash.el" "dash.texi") :source "MELPA" :protocol https :inherit t :depth treeless :ref "1de9dcb83eacfb162b6d9a118a4770b1281bcd84")) (s :source "lockfile" :date - (26507 18831 969063 0) + (26509 60449 197891 0) :recipe (:package "s" :fetcher github :repo "magnars/s.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "dda84d38fffdaf0c9b12837b504b402af910d01d")) (ace-window :source "lockfile" :date - (26507 18831 961182 0) + (26509 60449 190092 0) :recipe (:package "ace-window" :repo "abo-abo/ace-window" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "77115afc1b0b9f633084cf7479c767988106c196")) (pfuture :source "lockfile" :date - (26507 18831 953324 0) + (26509 60449 182244 0) :recipe (:package "pfuture" :repo "Alexander-Miller/pfuture" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "19b53aebbc0f2da31de6326c495038901bffb73c")) (hydra :source "lockfile" :date - (26507 18831 945483 0) + (26509 60449 174169 0) :recipe (:package "hydra" :repo "abo-abo/hydra" :fetcher github :files (:defaults (:exclude "lv.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "317e1de33086637579a7aeb60f77ed0405bf359b")) (ht :source "lockfile" :date - (26507 18831 937770 0) + (26509 60449 166465 0) :recipe (:package "ht" :fetcher github :repo "Wilfred/ht.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "1c49aad1c820c86f7ee35bf9fff8429502f60fef")) (cfrs :source "lockfile" :date - (26507 18831 929983 0) + (26509 60449 157530 0) :recipe (:package "cfrs" :repo "Alexander-Miller/cfrs" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f3a21f237b2a54e6b9f8a420a9da42b4f0a63121")) (posframe :source "lockfile" :date - (26507 18831 922247 0) + (26509 60449 149799 0) :recipe (:package "posframe" :fetcher github :repo "tumashu/posframe" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "81651536827c96bf5af5265ee7918ab70e1dd5b1")) (lv :source "lockfile" :date - (26507 18831 914427 0) + (26509 60449 142000 0) :recipe (:package "lv" :repo "abo-abo/hydra" :fetcher github :files ("lv.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "317e1de33086637579a7aeb60f77ed0405bf359b")) (all-the-icons :source "lockfile" :date - (26507 18831 906577 0) + (26509 60449 134223 0) :recipe (:package "all-the-icons" :repo "domtronn/all-the-icons.el" :fetcher github :files (:defaults "data") :source "MELPA" :protocol https :inherit t :depth treeless :ref "39ef44f810c34e8900978788467cc675870bcd19")) (tree-sitter :source "lockfile" :date - (26507 18831 898739 0) + (26509 60449 126405 0) :recipe (:package "tree-sitter" :fetcher github :repo "emacs-tree-sitter/elisp-tree-sitter" :branch "release" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "3cfab8a0e945db9b3df84437f27945746a43cc71")) (tsc :source "lockfile" :date - (26507 18831 890899 0) + (26509 60449 118354 0) :recipe (:package "tsc" :fetcher github :repo "emacs-tree-sitter/elisp-tree-sitter" :branch "release" :files ("core/*.el" "core/Cargo.toml" "core/Cargo.lock" "core/src") :source "MELPA" :protocol https :inherit t :depth treeless :ref "3cfab8a0e945db9b3df84437f27945746a43cc71")) (compat :source "lockfile" :date - (26507 18831 883146 0) + (26509 60449 110442 0) :recipe (:package "compat" :repo ("https://github.com/emacs-compat/compat" . "compat") @@ -228,28 +228,28 @@ (:exclude ".git")) :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "a1a1c9c395a494ebba26c9d46549fe9daf54e032")) (f :source "lockfile" :date - (26507 18831 875400 0) + (26509 60449 102705 0) :recipe (:package "f" :fetcher github :repo "rejeep/f.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "931b6d0667fe03e7bf1c6c282d6d8d7006143c52")) (elisp-refs :source "lockfile" :date - (26507 18831 867571 0) + (26509 60449 94875 0) :recipe (:package "elisp-refs" :repo "Wilfred/elisp-refs" :fetcher github :files (:defaults (:exclude "elisp-refs-bench.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "541a064c3ce27867872cf708354a65d83baf2a6d")) (rainbow-delimiters :source "lockfile" :date - (26507 18831 859803 0) + (26509 60449 87135 0) :recipe (:package "rainbow-delimiters" :fetcher github :repo "Fanael/rainbow-delimiters" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f40ece58df8b2f0fb6c8576b527755a552a5e763")) (rainbow-mode :source "lockfile" :date - (26507 18831 851839 0) + (26509 60449 79401 0) :recipe (:package "rainbow-mode" :repo ("git://git.sv.gnu.org/emacs/elpa" . "rainbow-mode") @@ -258,52 +258,52 @@ (:exclude ".git")) :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "f7db3b5919f70420a91eb199f8663468de3033f3")) (dash-at-point :source "lockfile" :date - (26507 18831 844002 0) + (26509 60449 71685 0) :recipe (:package "dash-at-point" :fetcher github :repo "stanaka/dash-at-point" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "fba1a6f42ea51d05110e12c62bdced664059eb55")) (column-enforce-mode :source "lockfile" :date - (26507 18831 836273 0) + (26509 60449 63897 0) :recipe (:package "column-enforce-mode" :fetcher github :repo "jordonbiondo/column-enforce-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "14a7622f2268890e33536ccd29510024d51ee96f")) (pcre2el :source "lockfile" :date - (26507 18831 828436 0) + (26509 60449 56127 0) :recipe (:package "pcre2el" :fetcher github :repo "joddie/pcre2el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "b4d846d80dddb313042131cf2b8fbf647567e000")) (visual-regexp-steroids :source "lockfile" :date - (26507 18831 820489 0) + (26509 60449 48318 0) :recipe (:package "visual-regexp-steroids" :repo "benma/visual-regexp-steroids.el" :fetcher github :files ("visual-regexp-steroids.el" "regexp.py") :source "MELPA" :protocol https :inherit t :depth treeless :ref "a6420b25ec0fbba43bf57875827092e1196d8a9e")) (yasnippet :source "lockfile" :date - (26507 18831 812647 0) + (26509 60449 40576 0) :recipe (:package "yasnippet" :repo "joaotavora/yasnippet" :fetcher github :files ("yasnippet.el" "snippets") :source "MELPA" :protocol https :inherit t :depth treeless :ref "5b315f1753480ebe669b157b8242448b5eafcfea")) (yasnippet-snippets :source "lockfile" :date - (26507 18831 804919 0) + (26509 60449 32743 0) :recipe (:package "yasnippet-snippets" :repo "AndreaCrotti/yasnippet-snippets" :fetcher github :files ("*.el" "snippets" ".nosearch") :source "MELPA" :protocol https :inherit t :depth treeless :ref "f1907ed38acc479e78d5c113810465e4d77d8604")) (corfu :source "lockfile" :date - (26507 18831 796984 0) + (26509 60449 24941 0) :recipe (:package "corfu" :repo "minad/corfu" :files (:defaults "extensions/corfu-*.el") :fetcher github :source "MELPA" :protocol https :inherit t :depth treeless :ref "9dc2f900ef58fdd75b4804039848da732f56465c")) (corfu-terminal :source "lockfile" :date - (26507 18831 789222 0) + (26509 60449 17163 0) :recipe (:package "corfu-terminal" :repo ("https://codeberg.org/akib/emacs-corfu-terminal" . "corfu-terminal") @@ -312,105 +312,105 @@ (:exclude ".git")) :source "NonGNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "501548c3d51f926c687e8cd838c5865ec45d03cc")) (cape :source "lockfile" :date - (26507 18831 781289 0) + (26509 60449 9388 0) :recipe (:package "cape" :repo "minad/cape" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "cf0553114f51d8970837423f1b2da4f0980cb1e1")) (yasnippet-capf :source "lockfile" :date - (26507 18831 773487 0) + (26509 60449 1502 0) :recipe (:package "yasnippet-capf" :fetcher github :repo "elken/yasnippet-capf" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "4c2e33d70cd1d95cf1e08d134b058a6dd90a99c9")) (nerd-icons-corfu :source "lockfile" :date - (26507 18831 765716 0) + (26509 60448 993666 0) :recipe (:package "nerd-icons-corfu" :fetcher github :repo "LuigiPiucco/nerd-icons-corfu" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "41110180ceab9d0edaa856d19633b2b3fdf82e75")) (copilot :source "lockfile" :date - (26507 18831 758003 0) + (26509 60448 985869 0) :recipe (:package "copilot" :fetcher github :repo "copilot-emacs/copilot.el" :files ("*.el") :source "MELPA" :protocol https :inherit t :depth treeless :host github :ref "867a3debf907cbd7c5b0eb8837354a1efc7c2db9")) (gptel :source "lockfile" :date - (26507 18831 750195 0) + (26509 60448 978003 0) :recipe (:package "gptel" :repo "karthink/gptel" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "447a37e715323bc447bbb37e045e0dbacd8e7bad")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "455f540e43c90e8c16cba463916235a22f8af971")) (aider :source "lockfile" :date - (26507 18831 742491 0) + (26509 60448 970190 0) :recipe (:source nil :protocol https :inherit t :depth treeless :host github :repo "tninja/aider.el" :files ("aider.el") - :package "aider" :ref "9e00fea9479593e74ee8de88515cd2f561814bd0")) + :package "aider" :ref "a256968d1faaf2936d12696a364158df56931cdb")) (elysium :source "lockfile" :date - (26507 18831 734703 0) + (26509 60448 962299 0) :recipe (:package "elysium" :fetcher github :repo "lanceberge/elysium" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "149398813bbda0366203304bbb7db6ffe73befa6")) (flymake-flycheck :source "lockfile" :date - (26507 18831 726940 0) + (26509 60448 954300 0) :recipe (:package "flymake-flycheck" :fetcher github :repo "purcell/flymake-flycheck" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "88455c5e6d8ebf650fb51a45c7511a1c18097344")) (flyspell-correct :source "lockfile" :date - (26507 18831 719110 0) + (26509 60448 946596 0) :recipe (:package "flyspell-correct" :repo "d12frosted/flyspell-correct" :fetcher github :files ("flyspell-correct.el" "flyspell-correct-ido.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "1e7a5a56362dd875dddf848b9a9e25d1395b9d37")) (deft :source "lockfile" :date - (26507 18831 711289 0) + (26509 60448 938796 0) :recipe (:package "deft" :repo "jrblevin/deft" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "b369d7225d86551882568788a23c5497b232509c")) (lsp-mode :source "lockfile" :date - (26507 18831 703452 0) + (26509 60448 930992 0) :recipe (:package "lsp-mode" :repo "emacs-lsp/lsp-mode" :fetcher github :files (:defaults "clients/*.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "2e5f23a0dc5dcc1c957fca693c956d584338e3e9")) (lsp-ui :source "lockfile" :date - (26507 18831 695590 0) + (26509 60448 923111 0) :recipe (:package "lsp-ui" :repo "emacs-lsp/lsp-ui" :fetcher github :files (:defaults "lsp-ui-doc.html" "resources") :source "MELPA" :protocol https :inherit t :depth treeless :ref "1eae284ab0ae70fba4a2ee1e3f76d7013521c49c")) (dap-mode :source "lockfile" :date - (26507 18831 687891 0) + (26509 60448 915412 0) :recipe (:package "dap-mode" :repo "emacs-lsp/dap-mode" :fetcher github :files (:defaults "icons") :source "MELPA" :protocol https :inherit t :depth treeless :ref "ffb795761273e1bdc3d0cd1ebdd43e36b7c08921")) (dashboard :source "lockfile" :date - (26507 18831 680091 0) + (26509 60448 907599 0) :recipe (:package "dashboard" :fetcher github :repo "emacs-dashboard/emacs-dashboard" :files (:defaults "banners") :source "MELPA" :protocol https :inherit t :depth treeless :ref "7b7846689845078cb5604508c5075e28e2160efe")) (magit :source "lockfile" :date - (26507 18831 672329 0) + (26509 60448 899757 0) :recipe (:package "magit" :fetcher github :repo "magit/magit" :files ("lisp/magit*.el" "lisp/git-*.el" "docs/magit.texi" "docs/AUTHORS.md" "LICENSE" "magit-pkg.el" (:exclude "lisp/magit-section.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "8b1438487826e4a4a28521cf749c17cfd278b839")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "8f15054d095e146917d0578062ba92b4f2eca125")) (vundo :source "lockfile" :date - (26507 18831 664528 0) + (26509 60448 892041 0) :recipe (:package "vundo" :repo ("https://github.com/casouri/vundo" . "vundo") @@ -419,257 +419,257 @@ (:exclude ".git" "test")) :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "288892ee93214ddcaf65fdd9f3134c1bd10100ee")) (speed-type :source "lockfile" :date - (26507 18831 656752 0) + (26509 60448 884276 0) :recipe (:package "speed-type" :fetcher github :repo "dakra/speed-type" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "b982ee6081a11837760eeaed73c4f413eefb07b1")) (spaceline :source "lockfile" :date - (26507 18831 648942 0) + (26509 60448 876393 0) :recipe (:package "spaceline" :fetcher github :repo "TheBB/spaceline" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "086420d16e526c79b67fc1edec4c2ae1e699f372")) (base16-theme :source "lockfile" :date - (26507 18831 641214 0) + (26509 60448 868437 0) :recipe (:package "base16-theme" :repo "tinted-theming/base16-emacs" :fetcher github :files (:defaults "build/*.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "1d48474c3c07521276f4e7d73317a654997b4381")) (clojure-mode :source "lockfile" :date - (26507 18831 633409 0) + (26509 60448 860646 0) :recipe (:package "clojure-mode" :repo "clojure-emacs/clojure-mode" :fetcher github :files ("clojure-mode.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "eabe29b076fff19db552d36d4babaa36ecf0b704")) (cider :source "lockfile" :date - (26507 18831 625682 0) + (26509 60448 852819 0) :recipe (:package "cider" :fetcher github :repo "clojure-emacs/cider" :files ("lisp/*.el" "bin/*.sh" "*.el" "clojure.sh" "lein.sh" (:exclude ".dir-locals.el")) :old-names (nrepl) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "ead9a0d2efe9bd0b251d86a8e982d8b922a94ccc")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "5f8b17c44778caaab0ce93f304a0e4bd484c9428")) (clj-refactor :source "lockfile" :date - (26507 18831 617836 0) + (26509 60448 845036 0) :recipe (:package "clj-refactor" :fetcher github :repo "clojure-emacs/clj-refactor.el" :files (:defaults "CHANGELOG.md") :source "MELPA" :protocol https :inherit t :depth treeless :ref "dc1bbc8cdaa723bdbb6669ea7d280625c370755d")) (dart-mode :source "lockfile" :date - (26507 18831 610116 0) + (26509 60448 837224 0) :recipe (:package "dart-mode" :fetcher github :repo "emacsorphanage/dart-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "02e919c1cf200b4938139c18068577faff1fb364")) (lsp-dart :source "lockfile" :date - (26507 18831 602315 0) + (26509 60448 829419 0) :recipe (:package "lsp-dart" :repo "emacs-lsp/lsp-dart" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "7e3d3429418bc42cda7fa7b58e6644a705cf2f89")) (dhall-mode :source "lockfile" :date - (26507 18831 594585 0) + (26509 60448 821535 0) :recipe (:package "dhall-mode" :repo "psibi/dhall-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "fca383a9c4622c1d9a39dc977572b34c7fa0b719")) (lispy :source "lockfile" :date - (26507 18831 586672 0) + (26509 60448 813799 0) :recipe (:package "lispy" :repo "abo-abo/lispy" :fetcher github :files (:defaults "lispy-clojure.clj" "lispy-clojure.cljs" "lispy-python.py") :source "MELPA" :protocol https :inherit t :depth treeless :ref "fe44efd21573868638ca86fc8313241148fabbe3")) (elixir-format :source "lockfile" :date - (26507 18831 578907 0) + (26509 60448 806076 0) :recipe (:source nil :protocol https :inherit t :depth treeless :type git :host github :repo "elixir-editors/emacs-elixir" :files ("elixir-format.el") :package "elixir-format" :ref "00d6580a040a750e019218f9392cf9a4c2dac23a")) (elixir-ts-mode :source "lockfile" :date - (26507 18831 571086 0) + (26509 60448 798338 0) :recipe (:package "elixir-ts-mode" :repo "wkirschbaum/elixir-ts-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "143b94f4a5ac1f161c232e3f25b84c6768be2f25")) (erlang :source "lockfile" :date - (26507 18831 563369 0) + (26509 60448 790574 0) :recipe (:package "erlang" :fetcher github :repo "erlang/otp" :version-regexp "OTP-%v" :files ("lib/tools/emacs/*.el" (:exclude "lib/tools/emacs/erlang_appwiz.el")) :source "MELPA" :protocol https :inherit t :depth 1 :ref "6c63e297b54a26ebeac03b3abde41afe0d0f53e7")) (fsharp-mode :source "lockfile" :date - (26507 18831 555622 0) + (26509 60448 782708 0) :recipe (:package "fsharp-mode" :fetcher github :repo "fsharp/emacs-fsharp-mode" :files (:defaults (:exclude "eglot-fsharp.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "677d78c4d6cb574086408082dedbcaef04a85359")) (gleam-ts-mode :source "lockfile" :date - (26507 18831 547783 0) + (26509 60448 774713 0) :recipe (:package "gleam-ts-mode" :fetcher github :repo "gleam-lang/gleam-mode" :files ("gleam-ts-mode.el") :source "MELPA" :protocol https :inherit t :depth treeless :type git :host github :ref "d00f37d0b47f5d6810aa295af98c40a7708b4305")) (go-mode :source "lockfile" :date - (26507 18831 539957 0) + (26509 60448 766808 0) :recipe (:package "go-mode" :repo "dominikh/go-mode.el" :fetcher github :files ("go-mode.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "602d73e22646b1b98b2eb97927fd426c0d1d2f92")) (haskell-mode :source "lockfile" :date - (26507 18831 532086 0) + (26509 60448 759013 0) :recipe (:package "haskell-mode" :repo "haskell/haskell-mode" :fetcher github :files (:defaults "NEWS" "logo.svg") :source "MELPA" :protocol https :inherit t :depth treeless :ref "4cec530008ef4054826eb1b55d6b26ae8e2807c0")) (lsp-haskell :source "lockfile" :date - (26507 18831 524272 0) + (26509 60448 751288 0) :recipe (:package "lsp-haskell" :repo "emacs-lsp/lsp-haskell" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "6981f8d1225c038c1a130e8cf70530cfe15f976e")) (js2-mode :source "lockfile" :date - (26507 18831 516453 0) + (26509 60448 743491 0) :recipe (:package "js2-mode" :repo "mooz/js2-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "e0c302872de4d26a9c1614fac8d6b94112b96307")) (kotlin-ts-mode :source "lockfile" :date - (26507 18831 508665 0) + (26509 60448 735806 0) :recipe (:package "kotlin-ts-mode" :fetcher gitlab :repo "bricka/emacs-kotlin-ts-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "a25d56cecac9160ba7c140f982ec16ca7b2fe97f")) (gradle-mode :source "lockfile" :date - (26507 18831 500954 0) + (26509 60448 727983 0) :recipe (:package "gradle-mode" :fetcher github :repo "scubacabra/emacs-gradle-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "e4d665d5784ecda7ddfba015f07c69be3cfc45f2")) (lean4-mode :source "lockfile" :date - (26507 18831 493204 0) + (26509 60448 720141 0) :recipe (:source nil :protocol https :inherit t :depth treeless :type git :host github :repo "leanprover/lean4-mode" :files ("*.el" "data") :package "lean4-mode" :ref "76895d8939111654a472cfc617cfd43fbf5f1eb6")) (markdown-mode :source "lockfile" :date - (26507 18831 485366 0) + (26509 60448 712340 0) :recipe (:package "markdown-mode" :fetcher github :repo "jrblevin/markdown-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "7659bc470d096e7a53285fa246cbabcb07d66a33")) (merlin :source "lockfile" :date - (26507 18831 477611 0) + (26509 60448 704449 0) :recipe (:package "merlin" :fetcher github :repo "ocaml/merlin" :files ("emacs/*.el" (:exclude "emacs/merlin-ac.el" "emacs/merlin-company.el" "emacs/merlin-iedit.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "86b4b261b950e409791a42815e4ede601c6be92d")) (opam-switch-mode :source "lockfile" :date - (26507 18831 469743 0) + (26509 60448 696734 0) :recipe (:package "opam-switch-mode" :fetcher github :repo "ProofGeneral/opam-switch-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "1069e56a662f23ea09d4e05611bdedeb99257012")) (dune :source "lockfile" :date - (26507 18831 461966 0) + (26509 60448 688870 0) :recipe (:package "dune" :fetcher github :repo "ocaml/dune" :files ("editor-integration/emacs/*.el") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "38571ae90423d673c493cd651b2f3e0ae1b66b75")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "ad2ef5e0194578e96e819472b301c39a5036dff6")) (tuareg :source "lockfile" :date - (26507 18831 454151 0) + (26509 60448 681173 0) :recipe (:package "tuareg" :fetcher github :repo "ocaml/tuareg" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "1d53723e39f22ab4ab76d31f2b188a2879305092")) (dockerfile-mode :source "lockfile" :date - (26507 18831 446319 0) + (26509 60448 673501 0) :recipe (:package "dockerfile-mode" :fetcher github :repo "spotify/dockerfile-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "4d893bd2da15833ce056332e6c972d5d93e78f04")) (docker :source "lockfile" :date - (26507 18831 438576 0) + (26509 60448 665774 0) :recipe (:package "docker" :fetcher github :repo "Silex/docker.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "46b597a711492e1c19d1260951f39372450278f5")) (terraform-mode :source "lockfile" :date - (26507 18831 430746 0) + (26509 60448 657936 0) :recipe (:package "terraform-mode" :repo "hcl-emacs/terraform-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "5bdd734a87f67f6574664f63eb4d02a0bc74c0d0")) (ansible :source "lockfile" :date - (26507 18831 422925 0) + (26509 60448 650089 0) :recipe (:package "ansible" :fetcher gitlab :repo "emacs-ansible/emacs-ansible" :files (:defaults "snippets" "dict") :source "MELPA" :protocol https :inherit t :depth treeless :ref "03e285bb54a687e3fd9e21026b088fdac46679a0")) (nginx-mode :source "lockfile" :date - (26507 18831 415092 0) + (26509 60448 642345 0) :recipe (:package "nginx-mode" :fetcher github :repo "ajc/nginx-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c4ac5de975d65c84893a130a470af32a48b0b66c")) (jenkinsfile-mode :source "lockfile" :date - (26507 18831 407250 0) + (26509 60448 634606 0) :recipe (:package "jenkinsfile-mode" :repo "https://github.com/john2x/jenkinsfile-mode.git" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :branch "master" :ref "568865ee419e0592de0dd0717d6769a66d9df111")) (lua-mode :source "lockfile" :date - (26507 18831 399365 0) + (26509 60448 626865 0) :recipe (:package "lua-mode" :repo "immerrr/lua-mode" :fetcher github :files (:defaults (:exclude "init-tryout.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "d074e4134b1beae9ed4c9b512af741ca0d852ba3")) (graphql-mode :source "lockfile" :date - (26507 18831 391570 0) + (26509 60448 619043 0) :recipe (:package "graphql-mode" :repo "davazp/graphql-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "ee49531935ede7a2c9597713e13a4c9d33ef2220")) (yaml-mode :source "lockfile" :date - (26507 18831 383751 0) + (26509 60448 611250 0) :recipe (:package "yaml-mode" :repo "yoshiki/yaml-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "d91f878729312a6beed77e6637c60497c5786efa")) (json-mode :source "lockfile" :date - (26507 18831 375959 0) + (26509 60448 603557 0) :recipe (:package "json-mode" :fetcher github :repo "json-emacs/json-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "77125b01c0ddce537085201098bea9b4b8ba6be3")) (git-modes :source "lockfile" :date - (26507 18831 368154 0) + (26509 60448 595791 0) :recipe (:package "git-modes" :fetcher github :repo "magit/git-modes" :old-names (gitattributes-mode gitconfig-mode gitignore-mode) @@ -678,96 +678,96 @@ (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f99010bbeb8b6d8a0819fac0195a2ef0159d08f0")) (php-mode :source "lockfile" :date - (26507 18831 360397 0) + (26509 60448 588114 0) :recipe (:package "php-mode" :repo "emacs-php/php-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "0f756a8c0782ebdc00557addc68763305c91ca51")) (purescript-mode :source "lockfile" :date - (26507 18831 352538 0) + (26509 60448 580313 0) :recipe (:package "purescript-mode" :repo "purescript-emacs/purescript-mode" :fetcher github :files (:defaults "NEWS" "snippets") :source "MELPA" :protocol https :inherit t :depth treeless :ref "07e4d6ecfe677d595ed3759c912c0b262d886b98")) (rspec-mode :source "lockfile" :date - (26507 18831 344707 0) + (26509 60448 572554 0) :recipe (:package "rspec-mode" :repo "pezra/rspec-mode" :fetcher github :files ("rspec-mode.el" "snippets") :source "MELPA" :protocol https :inherit t :depth treeless :ref "29df3d081c6a1cbdf840cd13d45ea1c100c5bbaa")) (ruby-end :source "lockfile" :date - (26507 18831 336810 0) + (26509 60448 564757 0) :recipe (:package "ruby-end" :repo "rejeep/ruby-end.el" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "ba7d7230f9e3ed75c9982d32bb9fdff1dc10935d")) (rbs-mode :source "lockfile" :date - (26507 18831 328984 0) + (26509 60448 557036 0) :recipe (:package "rbs-mode" :fetcher github :repo "ybiquitous/rbs-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "e415a6fa9e88594cb9b7f7765145f57dda0e9b56")) (rust-mode :source "lockfile" :date - (26507 18831 321250 0) + (26509 60448 549312 0) :recipe (:package "rust-mode" :repo "rust-lang/rust-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "542f1755d8929ca83564322d7030d558f3392fe1")) (rustic :source "lockfile" :date - (26507 18831 313484 0) + (26509 60448 541457 0) :recipe (:package "rustic" :repo "emacs-rustic/rustic" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c1e1d5db1c156aaf2b29cc537abd89a07a76f88b")) (flycheck-rust :source "lockfile" :date - (26507 18831 305664 0) + (26509 60448 533627 0) :recipe (:package "flycheck-rust" :repo "flycheck/flycheck-rust" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "d499471ec433a62898a95ce76561964e3d015ce5")) (fish-mode :source "lockfile" :date - (26507 18831 297932 0) + (26509 60448 525817 0) :recipe (:package "fish-mode" :fetcher github :repo "wwwjfy/emacs-fish" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "2526b1803b58cf145bc70ff6ce2adb3f6c246f89")) (web-mode :source "lockfile" :date - (26507 18831 290164 0) + (26509 60448 518038 0) :recipe (:package "web-mode" :repo "fxbois/web-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "be2d59c8fa02b1a45ae54ce4079e502e659cefe6")) (zig-mode :source "lockfile" :date - (26507 18831 282291 0) + (26509 60448 510242 0) :recipe (:package "zig-mode" :repo "ziglang/zig-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f0b4a487530146f99230f4a5ff67e8d56c8f3f80")) (diminish :source "lockfile" :date - (26507 18831 274504 0) + (26509 60448 502378 0) :recipe (:package "diminish" :fetcher github :repo "myrjola/diminish.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "fbd5d846611bad828e336b25d2e131d1bc06b83d")) (visual-regexp :source "lockfile" :date - (26507 18831 266764 0) + (26509 60448 494571 0) :recipe (:package "visual-regexp" :repo "benma/visual-regexp.el" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "48457d42a5e0fe10fa3a9c15854f1f127ade09b5")) (popon :source "lockfile" :date - (26507 18831 258862 0) + (26509 60448 486657 0) :recipe (:package "popon" :repo ("https://codeberg.org/akib/emacs-popon" . "popon") @@ -776,13 +776,13 @@ (:exclude ".git")) :source "NonGNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "bf8174cb7e6e8fe0fe91afe6b01b6562c4dc39da")) (nerd-icons :source "lockfile" :date - (26507 18831 251100 0) + (26509 60448 478873 0) :recipe (:package "nerd-icons" :repo "rainstormstudio/nerd-icons.el" :fetcher github :files (:defaults "data") :source "MELPA" :protocol https :inherit t :depth treeless :ref "546ee20caf825e65da4c5435d31f13d269ed2a81")) (editorconfig :source "lockfile" :date - (26507 18831 243403 0) + (26509 60448 471005 0) :recipe (:package "editorconfig" :fetcher github :repo "editorconfig/editorconfig-emacs" :old-names (editorconfig-core editorconfig-fnmatch) @@ -791,27 +791,27 @@ (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "24f5b2b1cd4e37adc245fb59f7edeb6872a707a4")) (magit-section :source "lockfile" :date - (26507 18831 235584 0) + (26509 60448 463218 0) :recipe (:package "magit-section" :fetcher github :repo "magit/magit" :files ("lisp/magit-section.el" "docs/magit-section.texi" "magit-section-pkg.el") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "8b1438487826e4a4a28521cf749c17cfd278b839")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "8f15054d095e146917d0578062ba92b4f2eca125")) (with-editor :source "lockfile" :date - (26507 18831 227824 0) + (26509 60448 455339 0) :recipe (:package "with-editor" :fetcher github :repo "magit/with-editor" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "ca902ae02972bdd6919a902be2593d8cb6bd991b")) (flycheck :source "lockfile" :date - (26507 18831 219874 0) + (26509 60448 447476 0) :recipe (:package "flycheck" :repo "flycheck/flycheck" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "87ad201889b2055d0c4b0839d2f8b80eeccae59e")) (spinner :source "lockfile" :date - (26507 18831 211998 0) + (26509 60448 439751 0) :recipe (:package "spinner" :repo ("https://github.com/Malabarba/spinner.el" . "spinner") @@ -820,48 +820,48 @@ (:exclude ".git")) :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "d4647ae87fb0cd24bc9081a3d287c860ff061c21")) (bui :source "lockfile" :date - (26507 18831 204118 0) + (26509 60448 431956 0) :recipe (:package "bui" :repo "alezost/bui.el" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f3a137628e112a91910fd33c0cff0948fa58d470")) (lsp-treemacs :source "lockfile" :date - (26507 18831 196234 0) + (26509 60448 424224 0) :recipe (:package "lsp-treemacs" :repo "emacs-lsp/lsp-treemacs" :fetcher github :files (:defaults "icons") :source "MELPA" :protocol https :inherit t :depth treeless :ref "fb1a07ae0a3d781dea8ac78da2933e0173eb48a4")) (lsp-docker :source "lockfile" :date - (26507 18831 188426 0) + (26509 60448 416465 0) :recipe (:package "lsp-docker" :repo "emacs-lsp/lsp-docker" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "ce291d0f80533f8eaca120eb745d55669e062636")) (yaml :source "lockfile" :date - (26507 18831 180531 0) + (26509 60448 408774 0) :recipe (:package "yaml" :repo "zkry/yaml.el" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "cd3edfc02cb12514426c00e07160b87bd8340f4a")) (powerline :source "lockfile" :date - (26507 18831 172662 0) + (26509 60448 401033 0) :recipe (:package "powerline" :fetcher github :repo "milkypostman/powerline" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c35c35bdf5ce2d992882c1f06f0f078058870d4a")) (parseedn :source "lockfile" :date - (26507 18831 164913 0) + (26509 60448 393189 0) :recipe (:package "parseedn" :repo "clojure-emacs/parseedn" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "3407e4530a367b6c2b857dae261cdbb67a440aaa")) (queue :source "lockfile" :date - (26507 18831 157084 0) + (26509 60448 385421 0) :recipe (:package "queue" :repo ("git://git.sv.gnu.org/emacs/elpa" . "queue") @@ -870,122 +870,122 @@ (:exclude ".git")) :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "f986fb68e75bdae951efb9e11a3012ab6bd408ee")) (sesman :source "lockfile" :date - (26507 18831 149246 0) + (26509 60448 377648 0) :recipe (:package "sesman" :repo "vspinu/sesman" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "7bca68dbbab0af26a6a23be1ff5fa97f9a18e022")) (parseclj :source "lockfile" :date - (26507 18831 141512 0) + (26509 60448 369817 0) :recipe (:package "parseclj" :repo "clojure-emacs/parseclj" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "6af22372e0fe14df882dd300b22b12ba2d7e00b0")) (paredit :source "lockfile" :date - (26507 18831 133666 0) + (26509 60448 362027 0) :recipe (:package "paredit" :fetcher git :url "https://mumble.net/~campbell/git/paredit.git" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "af075775af91f2dbc63b915d762b4aec092946c4")) (multiple-cursors :source "lockfile" :date - (26507 18831 125853 0) + (26509 60448 354271 0) :recipe (:package "multiple-cursors" :fetcher github :repo "magnars/multiple-cursors.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "dd10cf2334333838e4550f091a75695448e26765")) (inflections :source "lockfile" :date - (26507 18831 117997 0) + (26509 60448 346310 0) :recipe (:package "inflections" :repo "eschulte/jump.el" :fetcher github :files ("inflections.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "55caa66a7cc6e0b1a76143fd40eff38416928941")) (reformatter :source "lockfile" :date - (26507 18831 110192 0) + (26509 60448 338578 0) :recipe (:package "reformatter" :repo "purcell/emacs-reformatter" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f2cb59466b1c3f85a8c960f7d4b7b7ead015bedc")) (iedit :source "lockfile" :date - (26507 18831 102372 0) + (26509 60448 330820 0) :recipe (:package "iedit" :repo "victorhge/iedit" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "27c61866b1b9b8d77629ac702e5f48e67dfe0d3b")) (swiper :source "lockfile" :date - (26507 18831 94473 0) + (26509 60448 323058 0) :recipe (:package "swiper" :repo "abo-abo/swiper" :fetcher github :files ("swiper.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "abb9e1e5649bcd078a2a75bcb27abb42311b4f86")) (zoutline :source "lockfile" :date - (26507 18831 86610 0) + (26509 60448 315299 0) :recipe (:package "zoutline" :repo "abo-abo/zoutline" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "32857c6c4b9b0bcbed14d825a10b91a98d5fed0a")) (ivy :source "lockfile" :date - (26507 18831 78639 0) + (26509 60448 307512 0) :recipe (:package "ivy" :repo "abo-abo/swiper" :fetcher github :files (:defaults "doc/ivy-help.org" (:exclude "swiper.el" "counsel.el" "ivy-hydra.el" "ivy-avy.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "abb9e1e5649bcd078a2a75bcb27abb42311b4f86")) (heex-ts-mode :source "lockfile" :date - (26507 18831 70646 0) + (26509 60448 299595 0) :recipe (:package "heex-ts-mode" :repo "wkirschbaum/heex-ts-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "dafed72c254c226cdd28528ac70965ef8efa04ca")) (caml :source "lockfile" :date - (26507 18831 62666 0) + (26509 60448 291613 0) :recipe (:package "caml" :repo "ocaml/caml-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "47defafa2b08fb680e89bfee9cb9ce82bd9e3bcf")) (aio :source "lockfile" :date - (26507 18831 54506 0) + (26509 60448 283505 0) :recipe (:package "aio" :fetcher github :repo "skeeto/emacs-aio" :files ("aio.el" "README.md" "UNLICENSE") :source "MELPA" :protocol https :inherit t :depth treeless :ref "da93523e235529fa97d6f251319d9e1d6fc24a41")) (tablist :source "lockfile" :date - (26507 18831 45934 0) + (26509 60448 274952 0) :recipe (:package "tablist" :fetcher github :repo "emacsorphanage/tablist" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "fcd37147121fabdf003a70279cf86fbe08cfac6f")) (hcl-mode :source "lockfile" :date - (26507 18831 36821 0) + (26509 60448 266036 0) :recipe (:package "hcl-mode" :repo "hcl-emacs/hcl-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "1da895ed75d28d9f87cbf9b74f075d90ba31c0ed")) (groovy-mode :source "lockfile" :date - (26507 18831 27001 0) + (26509 60448 256113 0) :recipe (:package "groovy-mode" :fetcher github :repo "Groovy-Emacs-Modes/groovy-emacs-modes" :files ("*groovy*.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "7b8520b2e2d3ab1d62b35c426e17ac25ed0120bb")) (json-snatcher :source "lockfile" :date - (26507 18831 16109 0) + (26509 60448 245127 0) :recipe (:package "json-snatcher" :fetcher github :repo "Sterlingg/json-snatcher" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "b28d1c0670636da6db508d03872d96ffddbc10f2")) (xterm-color :source "lockfile" :date - (26507 18831 1392 0) + (26509 60448 230917 0) :recipe (:package "xterm-color" :repo "atomontage/xterm-color" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" diff --git a/lisp/icejam-custom-init.el b/lisp/icejam-custom-init.el index 1508964..5051523 100644 --- a/lisp/icejam-custom-init.el +++ b/lisp/icejam-custom-init.el @@ -23,12 +23,12 @@ ;; (setopt max-lisp-eval-depth 10000) ;;; Use elpaca for package management. -(defvar elpaca-installer-version 0.8) +(defvar elpaca-installer-version 0.9) (defvar elpaca-directory (expand-file-name "elpaca/" user-emacs-directory)) (defvar elpaca-builds-directory (expand-file-name "builds/" elpaca-directory)) (defvar elpaca-repos-directory (expand-file-name "repos/" elpaca-directory)) (defvar elpaca-order '(elpaca :repo "https://github.com/progfolio/elpaca.git" - :ref nil :depth 1 + :ref nil :depth 1 :inherit ignore :files (:defaults "elpaca-test.el" (:exclude "extensions")) :build (:not elpaca--activate-package))) (let* ((repo (expand-file-name "elpaca/" elpaca-repos-directory)) diff --git a/lisp/icejam-transient.el b/lisp/icejam-transient.el index c4cf633..eec3b43 100644 --- a/lisp/icejam-transient.el +++ b/lisp/icejam-transient.el @@ -114,6 +114,17 @@ ;; Finally, quit. ("q" "Quit" keyboard-quit)]]) +(transient-define-prefix icejam-elpaca-menu () + "Commands related to packages." + [["Packages and compilation" + ("m" "Open Elpaca manager" elpaca-manager) + ("f" "Fetch all package updates" elpaca-fetch-all) + ("s" "Symlink treesitter grammar objects" icejam-tree-sitter-symlink-grammar-objects) + ("p" "Prune native compilation cache" native-compile-prune-cache) + ("w" "Write elpaca lockfile" icejam-elpaca-write-lock)]] + [["" + ("q" "Quit" keyboard-quit)]]) + (defcustom icejam-language-transient-alist '() "List of functions to call for language transient." @@ -143,6 +154,7 @@ You can pass MAYBE-MODE to find mode explicitly." ("r" "Revert Buffer" icejam-revert-buffer-no-confirm)] ["The editor itself" ("b" "iBuffer" ibuffer) + ("P" "Packages" icejam-elpaca-menu) ("w" "Window" icejam-buffer-menu)]]) (keymap-set icejam-keys-mode-map "C-c p" #'icejam-project-menu) From 67066dee3db4df0ea07cc01fa0ae97e969d6c253 Mon Sep 17 00:00:00 2001 From: Maciej Szlosarczyk Date: Wed, 22 Jan 2025 14:17:38 +0200 Subject: [PATCH 26/34] Add new theme and make lua a standalone lang module --- elpaca.lock | 336 +++++++++--------- lisp/icejam-base.el | 2 +- lisp/icejam-complete-at-point.el | 8 +- lisp/icejam-custom-init.el | 1 + lisp/icejam-themes.el | 1 + lisp/langs/icejam-lang-elixir.el | 9 +- lisp/langs/icejam-lang-lua.el | 31 ++ lisp/langs/icejam-lang-markdown.el | 1 + lisp/langs/icejam-lang-other.el | 4 +- lisp/themes/icejam-base16-catppuccin-latte.el | 49 +++ snippets/text-mode/dco-signoff | 4 + 11 files changed, 269 insertions(+), 177 deletions(-) create mode 100644 lisp/langs/icejam-lang-lua.el create mode 100644 lisp/themes/icejam-base16-catppuccin-latte.el create mode 100644 snippets/text-mode/dco-signoff diff --git a/elpaca.lock b/elpaca.lock index 91c11fe..499b31b 100644 --- a/elpaca.lock +++ b/elpaca.lock @@ -1,14 +1,14 @@ ((elpaca :source "lockfile" :date - (26509 60449 361543 0) + (26512 51244 31000 0) :recipe - (:source nil :protocol https :inherit t :depth 1 :repo "https://github.com/progfolio/elpaca.git" :ref "f83af38143d2a6047b652d5d50eaa601e914f931" :files + (:source nil :protocol https :inherit ignore :depth 1 :repo "https://github.com/progfolio/elpaca.git" :ref "f83af38143d2a6047b652d5d50eaa601e914f931" :files (:defaults "elpaca-test.el" (:exclude "extensions")) :build (:not elpaca--activate-package) :package "elpaca")) (elpaca-use-package :source "lockfile" :date - (26509 60449 353765 0) + (26512 51244 21992 0) :recipe (:package "elpaca-use-package" :wait t :repo "https://github.com/progfolio/elpaca.git" :files ("extensions/elpaca-use-package.el") @@ -16,660 +16,660 @@ (:not elpaca--compile-info) :source "Elpaca extensions" :protocol https :inherit t :depth treeless :ref "f83af38143d2a6047b652d5d50eaa601e914f931")) (benchmark-init :source "lockfile" :date - (26509 60449 346040 0) + (26512 51244 13153 0) :recipe (:package "benchmark-init" :fetcher github :repo "dholm/benchmark-init-el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :wait t :ref "2b34432d79fa0aae8abc3db72db1cb79a28c00b2")) (easy-kill :source "lockfile" :date - (26509 60449 338308 0) + (26512 51244 4436 0) :recipe (:package "easy-kill" :fetcher github :repo "leoliu/easy-kill" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "de7d66c3c864a4722a973ee9bc228a14be49ba0c")) (buffer-move :source "lockfile" :date - (26509 60449 330413 0) + (26512 51243 995940 0) :recipe (:package "buffer-move" :fetcher github :repo "lukhas/buffer-move" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "e7800b3ab1bd76ee475ef35507ec51ecd5a3f065")) (gcmh :source "lockfile" :date - (26509 60449 322645 0) + (26512 51243 987439 0) :recipe (:package "gcmh" :repo "koral/gcmh" :fetcher gitlab :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "0089f9c3a6d4e9a310d0791cf6fa8f35642ecfd9")) (exec-path-from-shell :source "lockfile" :date - (26509 60449 314985 0) + (26512 51243 978241 0) :recipe (:package "exec-path-from-shell" :fetcher github :repo "purcell/exec-path-from-shell" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "4896a797252fbfdac32fb77508500ac7d220f717")) (direnv :source "lockfile" :date - (26509 60449 307189 0) + (26512 51243 969347 0) :recipe (:package "direnv" :fetcher github :repo "wbolster/emacs-direnv" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c0bf3b81c7a97e2a0d06d05495e86848254fcc1f")) (treemacs :source "lockfile" :date - (26509 60449 299490 0) + (26512 51243 960354 0) :recipe (:package "treemacs" :fetcher github :repo "Alexander-Miller/treemacs" :files (:defaults "Changelog.org" "icons" "src/elisp/treemacs*.el" "src/scripts/treemacs*.py" (:exclude "src/extra/*")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "32bb3dd02ddfca85661614b3b227e770fab821e2")) (treemacs-all-the-icons :source "lockfile" :date - (26509 60449 291729 0) + (26512 51243 951978 0) :recipe (:package "treemacs-all-the-icons" :fetcher github :repo "Alexander-Miller/treemacs" :files ("src/extra/treemacs-all-the-icons.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "32bb3dd02ddfca85661614b3b227e770fab821e2")) (keyfreq :source "lockfile" :date - (26509 60449 283940 0) + (26512 51243 943072 0) :recipe (:package "keyfreq" :fetcher github :repo "dacap/keyfreq" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c6955162307f37c2ac631d9daf118781009f8dda")) (which-key :source "lockfile" :date - (26509 60449 276196 0) + (26512 51243 934278 0) :recipe (:package "which-key" :repo "justbur/emacs-which-key" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "38d4308d1143b61e4004b6e7a940686784e51500")) (tree-sitter-langs :source "lockfile" :date - (26509 60449 268377 0) + (26512 51243 924430 0) :recipe (:package "tree-sitter-langs" :repo "emacs-tree-sitter/tree-sitter-langs" :fetcher github :branch "release" :files (:defaults "queries") :source "MELPA" :protocol https :inherit t :depth treeless :ref "0bbb1b4dcad1dff1dd79868521ad873cc9bf69a2")) (vertico :source "lockfile" :date - (26509 60449 260297 0) + (26512 51243 911880 0) :recipe (:package "vertico" :repo "minad/vertico" :files (:defaults "extensions/vertico-*.el") :fetcher github :source "MELPA" :protocol https :inherit t :depth treeless :ref "fef56a0c7fe571c28ad102b54b26e07ebbbd5e82")) (orderless :source "lockfile" :date - (26509 60449 252533 0) + (26512 51243 902550 0) :recipe (:package "orderless" :repo "oantolin/orderless" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "411051c3257d60f0492cf88065193bb443b6ca0d")) (marginalia :source "lockfile" :date - (26509 60449 244715 0) + (26512 51243 893826 0) :recipe (:package "marginalia" :repo "minad/marginalia" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c390456b89ad46bc10c3ef2ee5df59947b72084e")) (consult :source "lockfile" :date - (26509 60449 236954 0) + (26512 51243 885123 0) :recipe (:package "consult" :repo "minad/consult" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "110b560ae1e0ad398d5ce2b4aaf0e91f87f38297")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "31b5c191f9869aa26bedf35991635e03539a1270")) (helpful :source "lockfile" :date - (26509 60449 229160 0) + (26512 51243 876223 0) :recipe (:package "helpful" :repo "Wilfred/helpful" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "4ba24cac9fb14d5fdc32582cd947572040e82b2c")) (avy :source "lockfile" :date - (26509 60449 221298 0) + (26512 51243 867325 0) :recipe (:package "avy" :repo "abo-abo/avy" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "933d1f36cca0f71e4acb5fac707e9ae26c536264")) (transient :source "lockfile" :date - (26509 60449 213497 0) + (26512 51243 858298 0) :recipe (:package "transient" :fetcher github :repo "magit/transient" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :wait t :ref "13f3f5e0da85805e9ead0db70ba76a6bbc62d3a7")) + :source "MELPA" :protocol https :inherit t :depth treeless :wait t :ref "b10bcc025124de8196c68bfa6112dd3cc0f750c2")) (dash :source "lockfile" :date - (26509 60449 205575 0) + (26512 51243 848574 0) :recipe (:package "dash" :fetcher github :repo "magnars/dash.el" :files ("dash.el" "dash.texi") :source "MELPA" :protocol https :inherit t :depth treeless :ref "1de9dcb83eacfb162b6d9a118a4770b1281bcd84")) (s :source "lockfile" :date - (26509 60449 197891 0) + (26512 51243 839299 0) :recipe (:package "s" :fetcher github :repo "magnars/s.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "dda84d38fffdaf0c9b12837b504b402af910d01d")) (ace-window :source "lockfile" :date - (26509 60449 190092 0) + (26512 51243 830558 0) :recipe (:package "ace-window" :repo "abo-abo/ace-window" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "77115afc1b0b9f633084cf7479c767988106c196")) (pfuture :source "lockfile" :date - (26509 60449 182244 0) + (26512 51243 822123 0) :recipe (:package "pfuture" :repo "Alexander-Miller/pfuture" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "19b53aebbc0f2da31de6326c495038901bffb73c")) (hydra :source "lockfile" :date - (26509 60449 174169 0) + (26512 51243 813140 0) :recipe (:package "hydra" :repo "abo-abo/hydra" :fetcher github :files (:defaults (:exclude "lv.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "317e1de33086637579a7aeb60f77ed0405bf359b")) (ht :source "lockfile" :date - (26509 60449 166465 0) + (26512 51243 804506 0) :recipe (:package "ht" :fetcher github :repo "Wilfred/ht.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "1c49aad1c820c86f7ee35bf9fff8429502f60fef")) (cfrs :source "lockfile" :date - (26509 60449 157530 0) + (26512 51243 795758 0) :recipe (:package "cfrs" :repo "Alexander-Miller/cfrs" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f3a21f237b2a54e6b9f8a420a9da42b4f0a63121")) (posframe :source "lockfile" :date - (26509 60449 149799 0) + (26512 51243 787028 0) :recipe (:package "posframe" :fetcher github :repo "tumashu/posframe" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "81651536827c96bf5af5265ee7918ab70e1dd5b1")) (lv :source "lockfile" :date - (26509 60449 142000 0) + (26512 51243 778174 0) :recipe (:package "lv" :repo "abo-abo/hydra" :fetcher github :files ("lv.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "317e1de33086637579a7aeb60f77ed0405bf359b")) (all-the-icons :source "lockfile" :date - (26509 60449 134223 0) + (26512 51243 769506 0) :recipe (:package "all-the-icons" :repo "domtronn/all-the-icons.el" :fetcher github :files (:defaults "data") :source "MELPA" :protocol https :inherit t :depth treeless :ref "39ef44f810c34e8900978788467cc675870bcd19")) (tree-sitter :source "lockfile" :date - (26509 60449 126405 0) + (26512 51243 760815 0) :recipe (:package "tree-sitter" :fetcher github :repo "emacs-tree-sitter/elisp-tree-sitter" :branch "release" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "3cfab8a0e945db9b3df84437f27945746a43cc71")) (tsc :source "lockfile" :date - (26509 60449 118354 0) + (26512 51243 751984 0) :recipe (:package "tsc" :fetcher github :repo "emacs-tree-sitter/elisp-tree-sitter" :branch "release" :files ("core/*.el" "core/Cargo.toml" "core/Cargo.lock" "core/src") :source "MELPA" :protocol https :inherit t :depth treeless :ref "3cfab8a0e945db9b3df84437f27945746a43cc71")) (compat :source "lockfile" :date - (26509 60449 110442 0) + (26512 51243 743150 0) :recipe (:package "compat" :repo ("https://github.com/emacs-compat/compat" . "compat") :files ("*" (:exclude ".git")) - :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "a1a1c9c395a494ebba26c9d46549fe9daf54e032")) + :source "GNU ELPA" :protocol https :inherit t :depth treeless :ref "a1a1c9c395a494ebba26c9d46549fe9daf54e032")) (f :source "lockfile" :date - (26509 60449 102705 0) + (26512 51243 734283 0) :recipe (:package "f" :fetcher github :repo "rejeep/f.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "931b6d0667fe03e7bf1c6c282d6d8d7006143c52")) (elisp-refs :source "lockfile" :date - (26509 60449 94875 0) + (26512 51243 725145 0) :recipe (:package "elisp-refs" :repo "Wilfred/elisp-refs" :fetcher github :files (:defaults (:exclude "elisp-refs-bench.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "541a064c3ce27867872cf708354a65d83baf2a6d")) (rainbow-delimiters :source "lockfile" :date - (26509 60449 87135 0) + (26512 51243 716243 0) :recipe (:package "rainbow-delimiters" :fetcher github :repo "Fanael/rainbow-delimiters" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f40ece58df8b2f0fb6c8576b527755a552a5e763")) (rainbow-mode :source "lockfile" :date - (26509 60449 79401 0) + (26512 51243 707340 0) :recipe (:package "rainbow-mode" :repo ("git://git.sv.gnu.org/emacs/elpa" . "rainbow-mode") :branch "externals/rainbow-mode" :files ("*" (:exclude ".git")) - :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "f7db3b5919f70420a91eb199f8663468de3033f3")) + :source "GNU ELPA" :protocol https :inherit t :depth treeless :ref "f7db3b5919f70420a91eb199f8663468de3033f3")) (dash-at-point :source "lockfile" :date - (26509 60449 71685 0) + (26512 51243 698489 0) :recipe (:package "dash-at-point" :fetcher github :repo "stanaka/dash-at-point" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "fba1a6f42ea51d05110e12c62bdced664059eb55")) (column-enforce-mode :source "lockfile" :date - (26509 60449 63897 0) + (26512 51243 690022 0) :recipe (:package "column-enforce-mode" :fetcher github :repo "jordonbiondo/column-enforce-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "14a7622f2268890e33536ccd29510024d51ee96f")) (pcre2el :source "lockfile" :date - (26509 60449 56127 0) + (26512 51243 681146 0) :recipe (:package "pcre2el" :fetcher github :repo "joddie/pcre2el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "b4d846d80dddb313042131cf2b8fbf647567e000")) (visual-regexp-steroids :source "lockfile" :date - (26509 60449 48318 0) + (26512 51243 671607 0) :recipe (:package "visual-regexp-steroids" :repo "benma/visual-regexp-steroids.el" :fetcher github :files ("visual-regexp-steroids.el" "regexp.py") :source "MELPA" :protocol https :inherit t :depth treeless :ref "a6420b25ec0fbba43bf57875827092e1196d8a9e")) (yasnippet :source "lockfile" :date - (26509 60449 40576 0) + (26512 51243 662738 0) :recipe (:package "yasnippet" :repo "joaotavora/yasnippet" :fetcher github :files ("yasnippet.el" "snippets") :source "MELPA" :protocol https :inherit t :depth treeless :ref "5b315f1753480ebe669b157b8242448b5eafcfea")) (yasnippet-snippets :source "lockfile" :date - (26509 60449 32743 0) + (26512 51243 653927 0) :recipe (:package "yasnippet-snippets" :repo "AndreaCrotti/yasnippet-snippets" :fetcher github :files ("*.el" "snippets" ".nosearch") :source "MELPA" :protocol https :inherit t :depth treeless :ref "f1907ed38acc479e78d5c113810465e4d77d8604")) (corfu :source "lockfile" :date - (26509 60449 24941 0) + (26512 51243 645021 0) :recipe (:package "corfu" :repo "minad/corfu" :files (:defaults "extensions/corfu-*.el") - :fetcher github :source "MELPA" :protocol https :inherit t :depth treeless :ref "9dc2f900ef58fdd75b4804039848da732f56465c")) + :fetcher github :source "MELPA" :protocol https :inherit t :depth treeless :ref "a401b6a3a645705b4767d938a2efa02183ba96f4")) (corfu-terminal :source "lockfile" :date - (26509 60449 17163 0) + (26512 51243 636323 0) :recipe (:package "corfu-terminal" :repo ("https://codeberg.org/akib/emacs-corfu-terminal" . "corfu-terminal") :files ("*" (:exclude ".git")) - :source "NonGNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "501548c3d51f926c687e8cd838c5865ec45d03cc")) + :source "NonGNU ELPA" :protocol https :inherit t :depth treeless :ref "501548c3d51f926c687e8cd838c5865ec45d03cc")) (cape :source "lockfile" :date - (26509 60449 9388 0) + (26512 51243 627432 0) :recipe (:package "cape" :repo "minad/cape" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "cf0553114f51d8970837423f1b2da4f0980cb1e1")) (yasnippet-capf :source "lockfile" :date - (26509 60449 1502 0) + (26512 51243 617652 0) :recipe (:package "yasnippet-capf" :fetcher github :repo "elken/yasnippet-capf" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "4c2e33d70cd1d95cf1e08d134b058a6dd90a99c9")) (nerd-icons-corfu :source "lockfile" :date - (26509 60448 993666 0) + (26512 51243 608478 0) :recipe (:package "nerd-icons-corfu" :fetcher github :repo "LuigiPiucco/nerd-icons-corfu" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "41110180ceab9d0edaa856d19633b2b3fdf82e75")) (copilot :source "lockfile" :date - (26509 60448 985869 0) + (26512 51243 599710 0) :recipe (:package "copilot" :fetcher github :repo "copilot-emacs/copilot.el" :files ("*.el") :source "MELPA" :protocol https :inherit t :depth treeless :host github :ref "867a3debf907cbd7c5b0eb8837354a1efc7c2db9")) (gptel :source "lockfile" :date - (26509 60448 978003 0) + (26512 51243 590778 0) :recipe (:package "gptel" :repo "karthink/gptel" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "455f540e43c90e8c16cba463916235a22f8af971")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "da66b37c75a48d1db075ce9dd525121e58a2c9af")) (aider :source "lockfile" :date - (26509 60448 970190 0) + (26512 51243 582087 0) :recipe (:source nil :protocol https :inherit t :depth treeless :host github :repo "tninja/aider.el" :files ("aider.el") :package "aider" :ref "a256968d1faaf2936d12696a364158df56931cdb")) (elysium :source "lockfile" :date - (26509 60448 962299 0) + (26512 51243 573159 0) :recipe (:package "elysium" :fetcher github :repo "lanceberge/elysium" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "149398813bbda0366203304bbb7db6ffe73befa6")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "98476a2b7165dc31a9e25c4528db70efecf57f1e")) (flymake-flycheck :source "lockfile" :date - (26509 60448 954300 0) + (26512 51243 564084 0) :recipe (:package "flymake-flycheck" :fetcher github :repo "purcell/flymake-flycheck" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "88455c5e6d8ebf650fb51a45c7511a1c18097344")) (flyspell-correct :source "lockfile" :date - (26509 60448 946596 0) + (26512 51243 554444 0) :recipe (:package "flyspell-correct" :repo "d12frosted/flyspell-correct" :fetcher github :files ("flyspell-correct.el" "flyspell-correct-ido.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "1e7a5a56362dd875dddf848b9a9e25d1395b9d37")) (deft :source "lockfile" :date - (26509 60448 938796 0) + (26512 51243 545571 0) :recipe (:package "deft" :repo "jrblevin/deft" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "b369d7225d86551882568788a23c5497b232509c")) (lsp-mode :source "lockfile" :date - (26509 60448 930992 0) + (26512 51243 536740 0) :recipe (:package "lsp-mode" :repo "emacs-lsp/lsp-mode" :fetcher github :files (:defaults "clients/*.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "2e5f23a0dc5dcc1c957fca693c956d584338e3e9")) (lsp-ui :source "lockfile" :date - (26509 60448 923111 0) + (26512 51243 527820 0) :recipe (:package "lsp-ui" :repo "emacs-lsp/lsp-ui" :fetcher github :files (:defaults "lsp-ui-doc.html" "resources") :source "MELPA" :protocol https :inherit t :depth treeless :ref "1eae284ab0ae70fba4a2ee1e3f76d7013521c49c")) (dap-mode :source "lockfile" :date - (26509 60448 915412 0) + (26512 51243 519308 0) :recipe (:package "dap-mode" :repo "emacs-lsp/dap-mode" :fetcher github :files (:defaults "icons") :source "MELPA" :protocol https :inherit t :depth treeless :ref "ffb795761273e1bdc3d0cd1ebdd43e36b7c08921")) (dashboard :source "lockfile" :date - (26509 60448 907599 0) + (26512 51243 510554 0) :recipe (:package "dashboard" :fetcher github :repo "emacs-dashboard/emacs-dashboard" :files (:defaults "banners") :source "MELPA" :protocol https :inherit t :depth treeless :ref "7b7846689845078cb5604508c5075e28e2160efe")) (magit :source "lockfile" :date - (26509 60448 899757 0) + (26512 51243 500926 0) :recipe (:package "magit" :fetcher github :repo "magit/magit" :files ("lisp/magit*.el" "lisp/git-*.el" "docs/magit.texi" "docs/AUTHORS.md" "LICENSE" "magit-pkg.el" (:exclude "lisp/magit-section.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "8f15054d095e146917d0578062ba92b4f2eca125")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "e9614a336ffef61e8660188a95ae5d78674ed36d")) (vundo :source "lockfile" :date - (26509 60448 892041 0) + (26512 51243 492613 0) :recipe (:package "vundo" :repo ("https://github.com/casouri/vundo" . "vundo") :files ("*" (:exclude ".git" "test")) - :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "288892ee93214ddcaf65fdd9f3134c1bd10100ee")) + :source "GNU ELPA" :protocol https :inherit t :depth treeless :ref "288892ee93214ddcaf65fdd9f3134c1bd10100ee")) (speed-type :source "lockfile" :date - (26509 60448 884276 0) + (26512 51243 483696 0) :recipe (:package "speed-type" :fetcher github :repo "dakra/speed-type" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "b982ee6081a11837760eeaed73c4f413eefb07b1")) (spaceline :source "lockfile" :date - (26509 60448 876393 0) + (26512 51243 474720 0) :recipe (:package "spaceline" :fetcher github :repo "TheBB/spaceline" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "086420d16e526c79b67fc1edec4c2ae1e699f372")) (base16-theme :source "lockfile" :date - (26509 60448 868437 0) + (26512 51243 466042 0) :recipe (:package "base16-theme" :repo "tinted-theming/base16-emacs" :fetcher github :files (:defaults "build/*.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "1d48474c3c07521276f4e7d73317a654997b4381")) (clojure-mode :source "lockfile" :date - (26509 60448 860646 0) + (26512 51243 457109 0) :recipe (:package "clojure-mode" :repo "clojure-emacs/clojure-mode" :fetcher github :files ("clojure-mode.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "eabe29b076fff19db552d36d4babaa36ecf0b704")) (cider :source "lockfile" :date - (26509 60448 852819 0) + (26512 51243 447906 0) :recipe (:package "cider" :fetcher github :repo "clojure-emacs/cider" :files ("lisp/*.el" "bin/*.sh" "*.el" "clojure.sh" "lein.sh" (:exclude ".dir-locals.el")) :old-names (nrepl) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "5f8b17c44778caaab0ce93f304a0e4bd484c9428")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "c59605bc7899dfc779ad72b4e7048e50d79da454")) (clj-refactor :source "lockfile" :date - (26509 60448 845036 0) + (26512 51243 438849 0) :recipe (:package "clj-refactor" :fetcher github :repo "clojure-emacs/clj-refactor.el" :files (:defaults "CHANGELOG.md") :source "MELPA" :protocol https :inherit t :depth treeless :ref "dc1bbc8cdaa723bdbb6669ea7d280625c370755d")) (dart-mode :source "lockfile" :date - (26509 60448 837224 0) + (26512 51243 429929 0) :recipe (:package "dart-mode" :fetcher github :repo "emacsorphanage/dart-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "02e919c1cf200b4938139c18068577faff1fb364")) (lsp-dart :source "lockfile" :date - (26509 60448 829419 0) + (26512 51243 420309 0) :recipe (:package "lsp-dart" :repo "emacs-lsp/lsp-dart" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "7e3d3429418bc42cda7fa7b58e6644a705cf2f89")) (dhall-mode :source "lockfile" :date - (26509 60448 821535 0) + (26512 51243 411342 0) :recipe (:package "dhall-mode" :repo "psibi/dhall-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "fca383a9c4622c1d9a39dc977572b34c7fa0b719")) (lispy :source "lockfile" :date - (26509 60448 813799 0) + (26512 51243 402524 0) :recipe (:package "lispy" :repo "abo-abo/lispy" :fetcher github :files (:defaults "lispy-clojure.clj" "lispy-clojure.cljs" "lispy-python.py") :source "MELPA" :protocol https :inherit t :depth treeless :ref "fe44efd21573868638ca86fc8313241148fabbe3")) (elixir-format :source "lockfile" :date - (26509 60448 806076 0) + (26512 51243 393589 0) :recipe (:source nil :protocol https :inherit t :depth treeless :type git :host github :repo "elixir-editors/emacs-elixir" :files ("elixir-format.el") :package "elixir-format" :ref "00d6580a040a750e019218f9392cf9a4c2dac23a")) (elixir-ts-mode :source "lockfile" :date - (26509 60448 798338 0) + (26512 51243 384892 0) :recipe (:package "elixir-ts-mode" :repo "wkirschbaum/elixir-ts-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "143b94f4a5ac1f161c232e3f25b84c6768be2f25")) (erlang :source "lockfile" :date - (26509 60448 790574 0) + (26512 51243 375841 0) :recipe (:package "erlang" :fetcher github :repo "erlang/otp" :version-regexp "OTP-%v" :files ("lib/tools/emacs/*.el" (:exclude "lib/tools/emacs/erlang_appwiz.el")) - :source "MELPA" :protocol https :inherit t :depth 1 :ref "6c63e297b54a26ebeac03b3abde41afe0d0f53e7")) + :source "MELPA" :protocol https :inherit t :depth 1 :ref "555fb99fd84d90d339531aa36281ede9212dd795")) (fsharp-mode :source "lockfile" :date - (26509 60448 782708 0) + (26512 51243 366036 0) :recipe (:package "fsharp-mode" :fetcher github :repo "fsharp/emacs-fsharp-mode" :files (:defaults (:exclude "eglot-fsharp.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "677d78c4d6cb574086408082dedbcaef04a85359")) (gleam-ts-mode :source "lockfile" :date - (26509 60448 774713 0) + (26512 51243 357262 0) :recipe (:package "gleam-ts-mode" :fetcher github :repo "gleam-lang/gleam-mode" :files ("gleam-ts-mode.el") :source "MELPA" :protocol https :inherit t :depth treeless :type git :host github :ref "d00f37d0b47f5d6810aa295af98c40a7708b4305")) (go-mode :source "lockfile" :date - (26509 60448 766808 0) + (26512 51243 348412 0) :recipe (:package "go-mode" :repo "dominikh/go-mode.el" :fetcher github :files ("go-mode.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "602d73e22646b1b98b2eb97927fd426c0d1d2f92")) (haskell-mode :source "lockfile" :date - (26509 60448 759013 0) + (26512 51243 339925 0) :recipe (:package "haskell-mode" :repo "haskell/haskell-mode" :fetcher github :files (:defaults "NEWS" "logo.svg") :source "MELPA" :protocol https :inherit t :depth treeless :ref "4cec530008ef4054826eb1b55d6b26ae8e2807c0")) (lsp-haskell :source "lockfile" :date - (26509 60448 751288 0) + (26512 51243 331090 0) :recipe (:package "lsp-haskell" :repo "emacs-lsp/lsp-haskell" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "6981f8d1225c038c1a130e8cf70530cfe15f976e")) (js2-mode :source "lockfile" :date - (26509 60448 743491 0) + (26512 51243 322305 0) :recipe (:package "js2-mode" :repo "mooz/js2-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "e0c302872de4d26a9c1614fac8d6b94112b96307")) (kotlin-ts-mode :source "lockfile" :date - (26509 60448 735806 0) + (26512 51243 313439 0) :recipe (:package "kotlin-ts-mode" :fetcher gitlab :repo "bricka/emacs-kotlin-ts-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "a25d56cecac9160ba7c140f982ec16ca7b2fe97f")) (gradle-mode :source "lockfile" :date - (26509 60448 727983 0) + (26512 51243 303735 0) :recipe (:package "gradle-mode" :fetcher github :repo "scubacabra/emacs-gradle-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "e4d665d5784ecda7ddfba015f07c69be3cfc45f2")) (lean4-mode :source "lockfile" :date - (26509 60448 720141 0) + (26512 51243 294718 0) :recipe (:source nil :protocol https :inherit t :depth treeless :type git :host github :repo "leanprover/lean4-mode" :files ("*.el" "data") :package "lean4-mode" :ref "76895d8939111654a472cfc617cfd43fbf5f1eb6")) + (lua-mode :source "lockfile" :date + (26512 51243 285901 0) + :recipe + (:package "lua-mode" :repo "immerrr/lua-mode" :fetcher github :files + (:defaults + (:exclude "init-tryout.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "d074e4134b1beae9ed4c9b512af741ca0d852ba3")) (markdown-mode :source "lockfile" :date - (26509 60448 712340 0) + (26512 51243 277177 0) :recipe (:package "markdown-mode" :fetcher github :repo "jrblevin/markdown-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "7659bc470d096e7a53285fa246cbabcb07d66a33")) (merlin :source "lockfile" :date - (26509 60448 704449 0) + (26512 51243 268344 0) :recipe (:package "merlin" :fetcher github :repo "ocaml/merlin" :files ("emacs/*.el" (:exclude "emacs/merlin-ac.el" "emacs/merlin-company.el" "emacs/merlin-iedit.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "86b4b261b950e409791a42815e4ede601c6be92d")) (opam-switch-mode :source "lockfile" :date - (26509 60448 696734 0) + (26512 51243 259290 0) :recipe (:package "opam-switch-mode" :fetcher github :repo "ProofGeneral/opam-switch-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "1069e56a662f23ea09d4e05611bdedeb99257012")) (dune :source "lockfile" :date - (26509 60448 688870 0) + (26512 51243 249767 0) :recipe (:package "dune" :fetcher github :repo "ocaml/dune" :files ("editor-integration/emacs/*.el") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "ad2ef5e0194578e96e819472b301c39a5036dff6")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "c18fe03fcafdf55599292f46d0d4745aac52e319")) (tuareg :source "lockfile" :date - (26509 60448 681173 0) + (26512 51243 240570 0) :recipe (:package "tuareg" :fetcher github :repo "ocaml/tuareg" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "1d53723e39f22ab4ab76d31f2b188a2879305092")) (dockerfile-mode :source "lockfile" :date - (26509 60448 673501 0) + (26512 51243 231593 0) :recipe (:package "dockerfile-mode" :fetcher github :repo "spotify/dockerfile-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "4d893bd2da15833ce056332e6c972d5d93e78f04")) (docker :source "lockfile" :date - (26509 60448 665774 0) + (26512 51243 222647 0) :recipe (:package "docker" :fetcher github :repo "Silex/docker.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "46b597a711492e1c19d1260951f39372450278f5")) (terraform-mode :source "lockfile" :date - (26509 60448 657936 0) + (26512 51243 213520 0) :recipe (:package "terraform-mode" :repo "hcl-emacs/terraform-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "5bdd734a87f67f6574664f63eb4d02a0bc74c0d0")) (ansible :source "lockfile" :date - (26509 60448 650089 0) + (26512 51243 203237 0) :recipe (:package "ansible" :fetcher gitlab :repo "emacs-ansible/emacs-ansible" :files (:defaults "snippets" "dict") :source "MELPA" :protocol https :inherit t :depth treeless :ref "03e285bb54a687e3fd9e21026b088fdac46679a0")) (nginx-mode :source "lockfile" :date - (26509 60448 642345 0) + (26512 51243 194539 0) :recipe (:package "nginx-mode" :fetcher github :repo "ajc/nginx-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c4ac5de975d65c84893a130a470af32a48b0b66c")) (jenkinsfile-mode :source "lockfile" :date - (26509 60448 634606 0) + (26512 51243 185666 0) :recipe (:package "jenkinsfile-mode" :repo "https://github.com/john2x/jenkinsfile-mode.git" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :branch "master" :ref "568865ee419e0592de0dd0717d6769a66d9df111")) - (lua-mode :source "lockfile" :date - (26509 60448 626865 0) - :recipe - (:package "lua-mode" :repo "immerrr/lua-mode" :fetcher github :files - (:defaults - (:exclude "init-tryout.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "d074e4134b1beae9ed4c9b512af741ca0d852ba3")) (graphql-mode :source "lockfile" :date - (26509 60448 619043 0) + (26512 51243 176653 0) :recipe (:package "graphql-mode" :repo "davazp/graphql-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "ee49531935ede7a2c9597713e13a4c9d33ef2220")) (yaml-mode :source "lockfile" :date - (26509 60448 611250 0) + (26512 51243 167834 0) :recipe (:package "yaml-mode" :repo "yoshiki/yaml-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "d91f878729312a6beed77e6637c60497c5786efa")) (json-mode :source "lockfile" :date - (26509 60448 603557 0) + (26512 51243 159459 0) :recipe (:package "json-mode" :fetcher github :repo "json-emacs/json-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "77125b01c0ddce537085201098bea9b4b8ba6be3")) (git-modes :source "lockfile" :date - (26509 60448 595791 0) + (26512 51243 150871 0) :recipe (:package "git-modes" :fetcher github :repo "magit/git-modes" :old-names (gitattributes-mode gitconfig-mode gitignore-mode) @@ -678,111 +678,111 @@ (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f99010bbeb8b6d8a0819fac0195a2ef0159d08f0")) (php-mode :source "lockfile" :date - (26509 60448 588114 0) + (26512 51243 141788 0) :recipe (:package "php-mode" :repo "emacs-php/php-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "0f756a8c0782ebdc00557addc68763305c91ca51")) (purescript-mode :source "lockfile" :date - (26509 60448 580313 0) + (26512 51243 132923 0) :recipe (:package "purescript-mode" :repo "purescript-emacs/purescript-mode" :fetcher github :files (:defaults "NEWS" "snippets") :source "MELPA" :protocol https :inherit t :depth treeless :ref "07e4d6ecfe677d595ed3759c912c0b262d886b98")) (rspec-mode :source "lockfile" :date - (26509 60448 572554 0) + (26512 51243 124228 0) :recipe (:package "rspec-mode" :repo "pezra/rspec-mode" :fetcher github :files ("rspec-mode.el" "snippets") :source "MELPA" :protocol https :inherit t :depth treeless :ref "29df3d081c6a1cbdf840cd13d45ea1c100c5bbaa")) (ruby-end :source "lockfile" :date - (26509 60448 564757 0) + (26512 51243 115443 0) :recipe (:package "ruby-end" :repo "rejeep/ruby-end.el" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "ba7d7230f9e3ed75c9982d32bb9fdff1dc10935d")) (rbs-mode :source "lockfile" :date - (26509 60448 557036 0) + (26512 51243 106320 0) :recipe (:package "rbs-mode" :fetcher github :repo "ybiquitous/rbs-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "e415a6fa9e88594cb9b7f7765145f57dda0e9b56")) (rust-mode :source "lockfile" :date - (26509 60448 549312 0) + (26512 51243 96883 0) :recipe (:package "rust-mode" :repo "rust-lang/rust-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "542f1755d8929ca83564322d7030d558f3392fe1")) (rustic :source "lockfile" :date - (26509 60448 541457 0) + (26512 51243 87628 0) :recipe (:package "rustic" :repo "emacs-rustic/rustic" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c1e1d5db1c156aaf2b29cc537abd89a07a76f88b")) (flycheck-rust :source "lockfile" :date - (26509 60448 533627 0) + (26512 51243 78719 0) :recipe (:package "flycheck-rust" :repo "flycheck/flycheck-rust" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "d499471ec433a62898a95ce76561964e3d015ce5")) (fish-mode :source "lockfile" :date - (26509 60448 525817 0) + (26512 51243 69961 0) :recipe (:package "fish-mode" :fetcher github :repo "wwwjfy/emacs-fish" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "2526b1803b58cf145bc70ff6ce2adb3f6c246f89")) (web-mode :source "lockfile" :date - (26509 60448 518038 0) + (26512 51243 60828 0) :recipe (:package "web-mode" :repo "fxbois/web-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "be2d59c8fa02b1a45ae54ce4079e502e659cefe6")) (zig-mode :source "lockfile" :date - (26509 60448 510242 0) + (26512 51243 51624 0) :recipe (:package "zig-mode" :repo "ziglang/zig-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f0b4a487530146f99230f4a5ff67e8d56c8f3f80")) (diminish :source "lockfile" :date - (26509 60448 502378 0) + (26512 51243 42820 0) :recipe (:package "diminish" :fetcher github :repo "myrjola/diminish.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "fbd5d846611bad828e336b25d2e131d1bc06b83d")) (visual-regexp :source "lockfile" :date - (26509 60448 494571 0) + (26512 51243 33918 0) :recipe (:package "visual-regexp" :repo "benma/visual-regexp.el" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "48457d42a5e0fe10fa3a9c15854f1f127ade09b5")) (popon :source "lockfile" :date - (26509 60448 486657 0) + (26512 51243 25095 0) :recipe (:package "popon" :repo ("https://codeberg.org/akib/emacs-popon" . "popon") :files ("*" (:exclude ".git")) - :source "NonGNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "bf8174cb7e6e8fe0fe91afe6b01b6562c4dc39da")) + :source "NonGNU ELPA" :protocol https :inherit t :depth treeless :ref "bf8174cb7e6e8fe0fe91afe6b01b6562c4dc39da")) (nerd-icons :source "lockfile" :date - (26509 60448 478873 0) + (26512 51243 15827 0) :recipe (:package "nerd-icons" :repo "rainstormstudio/nerd-icons.el" :fetcher github :files (:defaults "data") :source "MELPA" :protocol https :inherit t :depth treeless :ref "546ee20caf825e65da4c5435d31f13d269ed2a81")) (editorconfig :source "lockfile" :date - (26509 60448 471005 0) + (26512 51243 6659 0) :recipe (:package "editorconfig" :fetcher github :repo "editorconfig/editorconfig-emacs" :old-names (editorconfig-core editorconfig-fnmatch) @@ -791,201 +791,201 @@ (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "24f5b2b1cd4e37adc245fb59f7edeb6872a707a4")) (magit-section :source "lockfile" :date - (26509 60448 463218 0) + (26512 51242 996836 0) :recipe (:package "magit-section" :fetcher github :repo "magit/magit" :files ("lisp/magit-section.el" "docs/magit-section.texi" "magit-section-pkg.el") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "8f15054d095e146917d0578062ba92b4f2eca125")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "e9614a336ffef61e8660188a95ae5d78674ed36d")) (with-editor :source "lockfile" :date - (26509 60448 455339 0) + (26512 51242 987952 0) :recipe (:package "with-editor" :fetcher github :repo "magit/with-editor" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "ca902ae02972bdd6919a902be2593d8cb6bd991b")) (flycheck :source "lockfile" :date - (26509 60448 447476 0) + (26512 51242 978880 0) :recipe (:package "flycheck" :repo "flycheck/flycheck" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "87ad201889b2055d0c4b0839d2f8b80eeccae59e")) (spinner :source "lockfile" :date - (26509 60448 439751 0) + (26512 51242 969955 0) :recipe (:package "spinner" :repo ("https://github.com/Malabarba/spinner.el" . "spinner") :files ("*" (:exclude ".git")) - :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "d4647ae87fb0cd24bc9081a3d287c860ff061c21")) + :source "GNU ELPA" :protocol https :inherit t :depth treeless :ref "d4647ae87fb0cd24bc9081a3d287c860ff061c21")) (bui :source "lockfile" :date - (26509 60448 431956 0) + (26512 51242 961345 0) :recipe (:package "bui" :repo "alezost/bui.el" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f3a137628e112a91910fd33c0cff0948fa58d470")) (lsp-treemacs :source "lockfile" :date - (26509 60448 424224 0) + (26512 51242 952362 0) :recipe (:package "lsp-treemacs" :repo "emacs-lsp/lsp-treemacs" :fetcher github :files (:defaults "icons") :source "MELPA" :protocol https :inherit t :depth treeless :ref "fb1a07ae0a3d781dea8ac78da2933e0173eb48a4")) (lsp-docker :source "lockfile" :date - (26509 60448 416465 0) + (26512 51242 942699 0) :recipe (:package "lsp-docker" :repo "emacs-lsp/lsp-docker" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "ce291d0f80533f8eaca120eb745d55669e062636")) (yaml :source "lockfile" :date - (26509 60448 408774 0) + (26512 51242 933854 0) :recipe (:package "yaml" :repo "zkry/yaml.el" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "cd3edfc02cb12514426c00e07160b87bd8340f4a")) (powerline :source "lockfile" :date - (26509 60448 401033 0) + (26512 51242 925070 0) :recipe (:package "powerline" :fetcher github :repo "milkypostman/powerline" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c35c35bdf5ce2d992882c1f06f0f078058870d4a")) (parseedn :source "lockfile" :date - (26509 60448 393189 0) + (26512 51242 915869 0) :recipe (:package "parseedn" :repo "clojure-emacs/parseedn" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "3407e4530a367b6c2b857dae261cdbb67a440aaa")) (queue :source "lockfile" :date - (26509 60448 385421 0) + (26512 51242 906381 0) :recipe (:package "queue" :repo ("git://git.sv.gnu.org/emacs/elpa" . "queue") :branch "externals/queue" :files ("*" (:exclude ".git")) - :source "GNU-devel ELPA" :protocol https :inherit t :depth treeless :ref "f986fb68e75bdae951efb9e11a3012ab6bd408ee")) + :source "GNU ELPA" :protocol https :inherit t :depth treeless :ref "f986fb68e75bdae951efb9e11a3012ab6bd408ee")) (sesman :source "lockfile" :date - (26509 60448 377648 0) + (26512 51242 897490 0) :recipe (:package "sesman" :repo "vspinu/sesman" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "7bca68dbbab0af26a6a23be1ff5fa97f9a18e022")) (parseclj :source "lockfile" :date - (26509 60448 369817 0) + (26512 51242 888881 0) :recipe (:package "parseclj" :repo "clojure-emacs/parseclj" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "6af22372e0fe14df882dd300b22b12ba2d7e00b0")) (paredit :source "lockfile" :date - (26509 60448 362027 0) + (26512 51242 880104 0) :recipe (:package "paredit" :fetcher git :url "https://mumble.net/~campbell/git/paredit.git" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "af075775af91f2dbc63b915d762b4aec092946c4")) (multiple-cursors :source "lockfile" :date - (26509 60448 354271 0) + (26512 51242 871339 0) :recipe (:package "multiple-cursors" :fetcher github :repo "magnars/multiple-cursors.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "dd10cf2334333838e4550f091a75695448e26765")) (inflections :source "lockfile" :date - (26509 60448 346310 0) + (26512 51242 862686 0) :recipe (:package "inflections" :repo "eschulte/jump.el" :fetcher github :files ("inflections.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "55caa66a7cc6e0b1a76143fd40eff38416928941")) (reformatter :source "lockfile" :date - (26509 60448 338578 0) + (26512 51242 853689 0) :recipe (:package "reformatter" :repo "purcell/emacs-reformatter" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f2cb59466b1c3f85a8c960f7d4b7b7ead015bedc")) (iedit :source "lockfile" :date - (26509 60448 330820 0) + (26512 51242 844478 0) :recipe (:package "iedit" :repo "victorhge/iedit" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "27c61866b1b9b8d77629ac702e5f48e67dfe0d3b")) (swiper :source "lockfile" :date - (26509 60448 323058 0) + (26512 51242 835595 0) :recipe (:package "swiper" :repo "abo-abo/swiper" :fetcher github :files ("swiper.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "abb9e1e5649bcd078a2a75bcb27abb42311b4f86")) (zoutline :source "lockfile" :date - (26509 60448 315299 0) + (26512 51242 827191 0) :recipe (:package "zoutline" :repo "abo-abo/zoutline" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "32857c6c4b9b0bcbed14d825a10b91a98d5fed0a")) (ivy :source "lockfile" :date - (26509 60448 307512 0) + (26512 51242 818611 0) :recipe (:package "ivy" :repo "abo-abo/swiper" :fetcher github :files (:defaults "doc/ivy-help.org" (:exclude "swiper.el" "counsel.el" "ivy-hydra.el" "ivy-avy.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "abb9e1e5649bcd078a2a75bcb27abb42311b4f86")) (heex-ts-mode :source "lockfile" :date - (26509 60448 299595 0) + (26512 51242 809684 0) :recipe (:package "heex-ts-mode" :repo "wkirschbaum/heex-ts-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "dafed72c254c226cdd28528ac70965ef8efa04ca")) (caml :source "lockfile" :date - (26509 60448 291613 0) + (26512 51242 800967 0) :recipe (:package "caml" :repo "ocaml/caml-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "47defafa2b08fb680e89bfee9cb9ce82bd9e3bcf")) (aio :source "lockfile" :date - (26509 60448 283505 0) + (26512 51242 791862 0) :recipe (:package "aio" :fetcher github :repo "skeeto/emacs-aio" :files ("aio.el" "README.md" "UNLICENSE") :source "MELPA" :protocol https :inherit t :depth treeless :ref "da93523e235529fa97d6f251319d9e1d6fc24a41")) (tablist :source "lockfile" :date - (26509 60448 274952 0) + (26512 51242 782292 0) :recipe (:package "tablist" :fetcher github :repo "emacsorphanage/tablist" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "fcd37147121fabdf003a70279cf86fbe08cfac6f")) (hcl-mode :source "lockfile" :date - (26509 60448 266036 0) + (26512 51242 773347 0) :recipe (:package "hcl-mode" :repo "hcl-emacs/hcl-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "1da895ed75d28d9f87cbf9b74f075d90ba31c0ed")) (groovy-mode :source "lockfile" :date - (26509 60448 256113 0) + (26512 51242 763712 0) :recipe (:package "groovy-mode" :fetcher github :repo "Groovy-Emacs-Modes/groovy-emacs-modes" :files ("*groovy*.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "7b8520b2e2d3ab1d62b35c426e17ac25ed0120bb")) (json-snatcher :source "lockfile" :date - (26509 60448 245127 0) + (26512 51242 754937 0) :recipe (:package "json-snatcher" :fetcher github :repo "Sterlingg/json-snatcher" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "b28d1c0670636da6db508d03872d96ffddbc10f2")) (xterm-color :source "lockfile" :date - (26509 60448 230917 0) + (26512 51242 745673 0) :recipe (:package "xterm-color" :repo "atomontage/xterm-color" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" diff --git a/lisp/icejam-base.el b/lisp/icejam-base.el index 42ccecd..c17a0d9 100644 --- a/lisp/icejam-base.el +++ b/lisp/icejam-base.el @@ -146,7 +146,7 @@ (use-package which-key :ensure t :defer t :hook ((elpaca-after-init . which-key-mode)) :config - (setopt which-key-idle-delay 0.5)) + (setopt which-key-idle-delay 0.2)) ;;;;;;;;;;;;;;;;; Use C-n to create a new line (setopt next-line-add-newlines t) diff --git a/lisp/icejam-complete-at-point.el b/lisp/icejam-complete-at-point.el index f63ce47..fdd1e25 100644 --- a/lisp/icejam-complete-at-point.el +++ b/lisp/icejam-complete-at-point.el @@ -49,12 +49,16 @@ ;; Set default completion values: (set-default 'completion-at-point-functions - (list #'cape-dabbrev #'cape-file #'cape-keyword))) + (list (cape-capf-super #'cape-dabbrev #'yasnippet-capf) + #'cape-file + #'cape-keyword))) (defun icejam-set-no-lsp-capfs () "Set `completion-at-point-function` to non-LSP list." (setq-local completion-at-point-functions - (list #'cape-dabbrev #'cape-file #'cape-keyword))) + (list (cape-capf-super #'cape-dabbrev #'yasnippet-capf) + #'cape-file + #'cape-keyword))) (defun icejam-set-lsp-capfs () "Set `completion-at-point-function` to list where LSP is supported." diff --git a/lisp/icejam-custom-init.el b/lisp/icejam-custom-init.el index 5051523..095d201 100644 --- a/lisp/icejam-custom-init.el +++ b/lisp/icejam-custom-init.el @@ -128,6 +128,7 @@ (use-package icejam-lang-javascript :ensure nil) (use-package icejam-lang-kotlin :ensure nil) (use-package icejam-lang-lean :ensure nil) +(use-package icejam-lang-lua :ensure nil) (use-package icejam-lang-markdown :ensure nil) (use-package icejam-lang-ocaml :ensure nil) (use-package icejam-lang-other :ensure nil) diff --git a/lisp/icejam-themes.el b/lisp/icejam-themes.el index 47613f4..1d7743d 100644 --- a/lisp/icejam-themes.el +++ b/lisp/icejam-themes.el @@ -59,6 +59,7 @@ (load-theme 'base16-gruvbox-dark-pale t t) (require 'icejam-base16-zenburn) (require 'icejam-base16-harmonic-light) + (require 'icejam-base16-catppuccin-latte) (if (memq window-system '(x mac ns)) (enable-theme 'icejam-base16-zenburn) diff --git a/lisp/langs/icejam-lang-elixir.el b/lisp/langs/icejam-lang-elixir.el index deee7d1..8c18ca4 100644 --- a/lisp/langs/icejam-lang-elixir.el +++ b/lisp/langs/icejam-lang-elixir.el @@ -19,7 +19,8 @@ :repo "elixir-editors/emacs-elixir" :files ("elixir-format.el"))) -(use-package elixir-ts-mode :ensure t :defer t :after (elixir-format lsp-mode lsp-ui)) +(use-package elixir-ts-mode :ensure t :defer t + :after (elixir-format lsp-mode lsp-ui)) (transient-define-prefix icejam-elixir-lang-menu () [[:description @@ -38,7 +39,7 @@ "This function deletes Elixir snippets I don't use." (-> 'elixir-mode (yas--table-get-create) - (yas--remove-template-by-uuid "defmodule"))) + (yas--remove-template-by-uuid "defmodule XXX end"))) (add-to-list 'icejam-language-transient-alist '(elixir-ts-mode . icejam-elixir-lang-menu)) @@ -52,8 +53,8 @@ ;; If needed, switch the one below to false to disable documentation pop-ups ;; (setq-local lsp-ui-doc-enable t) - (setq-local lsp-eldoc-enable-hover nil) - (setq-local lsp-completion-enable-additional-text-edit nil) + (setq-local lsp-eldoc-enable-hover nil + lsp-completion-enable-additional-text-edit nil) (icejam-set-lsp-capfs) (icejam-delete-elixir-snippets)) diff --git a/lisp/langs/icejam-lang-lua.el b/lisp/langs/icejam-lang-lua.el new file mode 100644 index 0000000..4de5c6f --- /dev/null +++ b/lisp/langs/icejam-lang-lua.el @@ -0,0 +1,31 @@ +;;; icejam-lang-lua.el --- summary + +;; Author: Maciej Szlosarczyk +;; Maintainer: Maciej Szlosarczyk +;; Version: 0.1-snapshot + +;;; Commentary: + +;; Lua mode + +;;; Code: +(eval-when-compile + (declare-function column-enforce-n 'column-enforce-mode (number)) + (declare-function lsp 'lsp-mode) + (declare-function icejam-set-indent 'icejam-prog-mode) + (declare-function icejam-set-lsp-capfs 'icejam-complete-at-point) + (defvar icejam-language-transient-alist)) + +(use-package lua-mode :ensure t :defer t :after (lsp-mode)) + +(defun icejam-activate-lua-mode () + "All things related to Lua." + (icejam-set-indent 4) + (column-enforce-n 100) + (lsp) + (icejam-set-lsp-capfs)) + +(add-hook 'lua-mode-hook 'icejam-activate-lua-mode) + +(provide 'icejam-lang-lua) +;;; icejam-lang-lua.el ends here diff --git a/lisp/langs/icejam-lang-markdown.el b/lisp/langs/icejam-lang-markdown.el index 6332477..c2d3f3f 100644 --- a/lisp/langs/icejam-lang-markdown.el +++ b/lisp/langs/icejam-lang-markdown.el @@ -6,6 +6,7 @@ (declare-function elpaca-installed-p "elpaca") (declare-function column-enforce-n 'column-enforce-mode (number)) (declare-function icejam-set-indent 'icejam-prog-mode) + (declare-function icejam-set-no-lsp-capfs 'icejam-prog-mode) (declare-function rxt--re-builder-switch-pcre-mode "pcre2el")) ;; Markdown is a dependency of LSP mode. By wrapping it in unless we silence diff --git a/lisp/langs/icejam-lang-other.el b/lisp/langs/icejam-lang-other.el index c621c1a..59adeaf 100644 --- a/lisp/langs/icejam-lang-other.el +++ b/lisp/langs/icejam-lang-other.el @@ -18,9 +18,9 @@ (use-package nginx-mode :ensure t :defer t) (use-package jenkinsfile-mode - :ensure (:repo "https://github.com/john2x/jenkinsfile-mode.git" :branch "master") + :ensure (:repo "https://github.com/john2x/jenkinsfile-mode.git" + :branch "master") :defer t) -(use-package lua-mode :ensure t :defer t) ;; Graphql schema definition files. (use-package graphql-mode :ensure t :defer t diff --git a/lisp/themes/icejam-base16-catppuccin-latte.el b/lisp/themes/icejam-base16-catppuccin-latte.el new file mode 100644 index 0000000..60e567b --- /dev/null +++ b/lisp/themes/icejam-base16-catppuccin-latte.el @@ -0,0 +1,49 @@ +;; icejam-base16-catppuccin-latte.el -- A base16 colorscheme + +;;; Commentary: +;; Base16: (https://github.com/tinted-theming/home) + +;;; Authors: +;; Scheme: https://github.com/catppuccin/catppuccin +;; Template: Kaleb Elwert + +;;; Code: + +;; Modifications: +;; 03 darker by 8% #bcc0cc => #aaafbe + +(eval-when-compile + (declare-function base16-theme-define "base16-theme" (theme-name theme-colors))) + +(defvar icejam-base16-catppuccin-latte-theme-colors + '(:base00 "#eff1f5" + :base01 "#e6e9ef" + :base02 "#ccd0da" + :base03 "#aaafbe" + :base04 "#acb0be" + :base05 "#4c4f69" + :base06 "#dc8a78" + :base07 "#7287fd" + :base08 "#d20f39" + :base09 "#fe640b" + :base0A "#df8e1d" + :base0B "#40a02b" + :base0C "#179299" + :base0D "#1e66f5" + :base0E "#8839ef" + :base0F "#dd7878") + "All colors for Base16 Catppuccin Latte are defined here.") + +;; Define the theme +(deftheme icejam-base16-catppuccin-latte) + +;; Add all the faces to the theme +(with-eval-after-load 'base16-theme + (base16-theme-define 'icejam-base16-catppuccin-latte + icejam-base16-catppuccin-latte-theme-colors)) + +;; Mark the theme as provided +(provide-theme 'icejam-base16-catppuccin-latte) +(provide 'icejam-base16-catppuccin-latte) + +;;; icejam-base16-catppuccin-latte.el ends here diff --git a/snippets/text-mode/dco-signoff b/snippets/text-mode/dco-signoff new file mode 100644 index 0000000..619e47b --- /dev/null +++ b/snippets/text-mode/dco-signoff @@ -0,0 +1,4 @@ +# -*- mode: snippet -*- +# name: dco-signoff +# -- +Signed-off-by: Maciej Szlosarczyk (${1:maciej@sosek.net}) From ea0e8706f224858789a6dfff44d3a0707e895e9b Mon Sep 17 00:00:00 2001 From: Maciej Szlosarczyk Date: Tue, 28 Jan 2025 08:11:57 +0200 Subject: [PATCH 27/34] Remove BSD specific config and make HEEx formatter work --- elpaca.lock | 325 +++++++++++++++-------------- lisp/icejam-copilot.el | 4 +- lisp/icejam-keys-mode.el | 4 + lisp/icejam-prog-mode.el | 3 + lisp/icejam-sys-specific.el | 41 +--- lisp/icejam-transient.el | 3 +- lisp/langs/icejam-lang-elixir.el | 29 ++- lisp/langs/icejam-lang-markdown.el | 2 +- 8 files changed, 203 insertions(+), 208 deletions(-) diff --git a/elpaca.lock b/elpaca.lock index 499b31b..a9c3dba 100644 --- a/elpaca.lock +++ b/elpaca.lock @@ -1,225 +1,225 @@ ((elpaca :source "lockfile" :date - (26512 51244 31000 0) + (26520 29884 337520 0) :recipe - (:source nil :protocol https :inherit ignore :depth 1 :repo "https://github.com/progfolio/elpaca.git" :ref "f83af38143d2a6047b652d5d50eaa601e914f931" :files + (:source nil :protocol https :inherit ignore :depth 1 :repo "https://github.com/progfolio/elpaca.git" :ref "324b2a79ee287a29f2a1c38c98f2feeec46380ba" :files (:defaults "elpaca-test.el" (:exclude "extensions")) :build (:not elpaca--activate-package) :package "elpaca")) (elpaca-use-package :source "lockfile" :date - (26512 51244 21992 0) + (26520 29884 326632 0) :recipe (:package "elpaca-use-package" :wait t :repo "https://github.com/progfolio/elpaca.git" :files ("extensions/elpaca-use-package.el") :main "extensions/elpaca-use-package.el" :build (:not elpaca--compile-info) - :source "Elpaca extensions" :protocol https :inherit t :depth treeless :ref "f83af38143d2a6047b652d5d50eaa601e914f931")) + :source "Elpaca extensions" :protocol https :inherit t :depth treeless :ref "324b2a79ee287a29f2a1c38c98f2feeec46380ba")) (benchmark-init :source "lockfile" :date - (26512 51244 13153 0) + (26520 29884 314402 0) :recipe (:package "benchmark-init" :fetcher github :repo "dholm/benchmark-init-el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :wait t :ref "2b34432d79fa0aae8abc3db72db1cb79a28c00b2")) (easy-kill :source "lockfile" :date - (26512 51244 4436 0) + (26520 29884 304708 0) :recipe (:package "easy-kill" :fetcher github :repo "leoliu/easy-kill" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "de7d66c3c864a4722a973ee9bc228a14be49ba0c")) (buffer-move :source "lockfile" :date - (26512 51243 995940 0) + (26520 29884 294025 0) :recipe (:package "buffer-move" :fetcher github :repo "lukhas/buffer-move" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "e7800b3ab1bd76ee475ef35507ec51ecd5a3f065")) (gcmh :source "lockfile" :date - (26512 51243 987439 0) + (26520 29884 283775 0) :recipe (:package "gcmh" :repo "koral/gcmh" :fetcher gitlab :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "0089f9c3a6d4e9a310d0791cf6fa8f35642ecfd9")) (exec-path-from-shell :source "lockfile" :date - (26512 51243 978241 0) + (26520 29884 273172 0) :recipe (:package "exec-path-from-shell" :fetcher github :repo "purcell/exec-path-from-shell" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "4896a797252fbfdac32fb77508500ac7d220f717")) (direnv :source "lockfile" :date - (26512 51243 969347 0) + (26520 29884 262557 0) :recipe (:package "direnv" :fetcher github :repo "wbolster/emacs-direnv" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c0bf3b81c7a97e2a0d06d05495e86848254fcc1f")) (treemacs :source "lockfile" :date - (26512 51243 960354 0) + (26520 29884 251210 0) :recipe (:package "treemacs" :fetcher github :repo "Alexander-Miller/treemacs" :files (:defaults "Changelog.org" "icons" "src/elisp/treemacs*.el" "src/scripts/treemacs*.py" (:exclude "src/extra/*")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "32bb3dd02ddfca85661614b3b227e770fab821e2")) (treemacs-all-the-icons :source "lockfile" :date - (26512 51243 951978 0) + (26520 29884 240761 0) :recipe (:package "treemacs-all-the-icons" :fetcher github :repo "Alexander-Miller/treemacs" :files ("src/extra/treemacs-all-the-icons.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "32bb3dd02ddfca85661614b3b227e770fab821e2")) (keyfreq :source "lockfile" :date - (26512 51243 943072 0) + (26520 29884 230891 0) :recipe (:package "keyfreq" :fetcher github :repo "dacap/keyfreq" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c6955162307f37c2ac631d9daf118781009f8dda")) (which-key :source "lockfile" :date - (26512 51243 934278 0) + (26520 29884 221255 0) :recipe (:package "which-key" :repo "justbur/emacs-which-key" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "38d4308d1143b61e4004b6e7a940686784e51500")) (tree-sitter-langs :source "lockfile" :date - (26512 51243 924430 0) + (26520 29884 211353 0) :recipe (:package "tree-sitter-langs" :repo "emacs-tree-sitter/tree-sitter-langs" :fetcher github :branch "release" :files (:defaults "queries") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "0bbb1b4dcad1dff1dd79868521ad873cc9bf69a2")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "0b91637e22182f2102903ca7203909f1a0d16d3d")) (vertico :source "lockfile" :date - (26512 51243 911880 0) + (26520 29884 199632 0) :recipe (:package "vertico" :repo "minad/vertico" :files (:defaults "extensions/vertico-*.el") :fetcher github :source "MELPA" :protocol https :inherit t :depth treeless :ref "fef56a0c7fe571c28ad102b54b26e07ebbbd5e82")) (orderless :source "lockfile" :date - (26512 51243 902550 0) + (26520 29884 187415 0) :recipe (:package "orderless" :repo "oantolin/orderless" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "411051c3257d60f0492cf88065193bb443b6ca0d")) (marginalia :source "lockfile" :date - (26512 51243 893826 0) + (26520 29884 177452 0) :recipe (:package "marginalia" :repo "minad/marginalia" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c390456b89ad46bc10c3ef2ee5df59947b72084e")) (consult :source "lockfile" :date - (26512 51243 885123 0) + (26520 29884 167963 0) :recipe (:package "consult" :repo "minad/consult" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "31b5c191f9869aa26bedf35991635e03539a1270")) (helpful :source "lockfile" :date - (26512 51243 876223 0) + (26520 29884 153926 0) :recipe (:package "helpful" :repo "Wilfred/helpful" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "4ba24cac9fb14d5fdc32582cd947572040e82b2c")) (avy :source "lockfile" :date - (26512 51243 867325 0) + (26520 29884 143238 0) :recipe (:package "avy" :repo "abo-abo/avy" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "933d1f36cca0f71e4acb5fac707e9ae26c536264")) (transient :source "lockfile" :date - (26512 51243 858298 0) + (26520 29884 134233 0) :recipe (:package "transient" :fetcher github :repo "magit/transient" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :wait t :ref "b10bcc025124de8196c68bfa6112dd3cc0f750c2")) + :source "MELPA" :protocol https :inherit t :depth treeless :wait t :ref "680f079b5e2b67ef5e904168a27680cbf6831b6a")) (dash :source "lockfile" :date - (26512 51243 848574 0) + (26520 29884 122614 0) :recipe (:package "dash" :fetcher github :repo "magnars/dash.el" :files ("dash.el" "dash.texi") :source "MELPA" :protocol https :inherit t :depth treeless :ref "1de9dcb83eacfb162b6d9a118a4770b1281bcd84")) (s :source "lockfile" :date - (26512 51243 839299 0) + (26520 29884 112466 0) :recipe (:package "s" :fetcher github :repo "magnars/s.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "dda84d38fffdaf0c9b12837b504b402af910d01d")) (ace-window :source "lockfile" :date - (26512 51243 830558 0) + (26520 29884 102391 0) :recipe (:package "ace-window" :repo "abo-abo/ace-window" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "77115afc1b0b9f633084cf7479c767988106c196")) (pfuture :source "lockfile" :date - (26512 51243 822123 0) + (26520 29884 89566 0) :recipe (:package "pfuture" :repo "Alexander-Miller/pfuture" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "19b53aebbc0f2da31de6326c495038901bffb73c")) (hydra :source "lockfile" :date - (26512 51243 813140 0) + (26520 29884 78610 0) :recipe (:package "hydra" :repo "abo-abo/hydra" :fetcher github :files (:defaults (:exclude "lv.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "317e1de33086637579a7aeb60f77ed0405bf359b")) (ht :source "lockfile" :date - (26512 51243 804506 0) + (26520 29884 63715 0) :recipe (:package "ht" :fetcher github :repo "Wilfred/ht.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "1c49aad1c820c86f7ee35bf9fff8429502f60fef")) (cfrs :source "lockfile" :date - (26512 51243 795758 0) + (26520 29884 53540 0) :recipe (:package "cfrs" :repo "Alexander-Miller/cfrs" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f3a21f237b2a54e6b9f8a420a9da42b4f0a63121")) (posframe :source "lockfile" :date - (26512 51243 787028 0) + (26520 29884 42646 0) :recipe (:package "posframe" :fetcher github :repo "tumashu/posframe" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "81651536827c96bf5af5265ee7918ab70e1dd5b1")) (lv :source "lockfile" :date - (26512 51243 778174 0) + (26520 29884 29739 0) :recipe (:package "lv" :repo "abo-abo/hydra" :fetcher github :files ("lv.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "317e1de33086637579a7aeb60f77ed0405bf359b")) (all-the-icons :source "lockfile" :date - (26512 51243 769506 0) + (26520 29884 21355 0) :recipe (:package "all-the-icons" :repo "domtronn/all-the-icons.el" :fetcher github :files (:defaults "data") :source "MELPA" :protocol https :inherit t :depth treeless :ref "39ef44f810c34e8900978788467cc675870bcd19")) (tree-sitter :source "lockfile" :date - (26512 51243 760815 0) + (26520 29884 12335 0) :recipe (:package "tree-sitter" :fetcher github :repo "emacs-tree-sitter/elisp-tree-sitter" :branch "release" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "3cfab8a0e945db9b3df84437f27945746a43cc71")) (tsc :source "lockfile" :date - (26512 51243 751984 0) + (26520 29884 2243 0) :recipe (:package "tsc" :fetcher github :repo "emacs-tree-sitter/elisp-tree-sitter" :branch "release" :files ("core/*.el" "core/Cargo.toml" "core/Cargo.lock" "core/src") :source "MELPA" :protocol https :inherit t :depth treeless :ref "3cfab8a0e945db9b3df84437f27945746a43cc71")) (compat :source "lockfile" :date - (26512 51243 743150 0) + (26520 29883 991767 0) :recipe (:package "compat" :repo ("https://github.com/emacs-compat/compat" . "compat") @@ -228,28 +228,28 @@ (:exclude ".git")) :source "GNU ELPA" :protocol https :inherit t :depth treeless :ref "a1a1c9c395a494ebba26c9d46549fe9daf54e032")) (f :source "lockfile" :date - (26512 51243 734283 0) + (26520 29883 981776 0) :recipe (:package "f" :fetcher github :repo "rejeep/f.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "931b6d0667fe03e7bf1c6c282d6d8d7006143c52")) (elisp-refs :source "lockfile" :date - (26512 51243 725145 0) + (26520 29883 971225 0) :recipe (:package "elisp-refs" :repo "Wilfred/elisp-refs" :fetcher github :files (:defaults (:exclude "elisp-refs-bench.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "541a064c3ce27867872cf708354a65d83baf2a6d")) (rainbow-delimiters :source "lockfile" :date - (26512 51243 716243 0) + (26520 29883 960228 0) :recipe (:package "rainbow-delimiters" :fetcher github :repo "Fanael/rainbow-delimiters" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f40ece58df8b2f0fb6c8576b527755a552a5e763")) (rainbow-mode :source "lockfile" :date - (26512 51243 707340 0) + (26520 29883 949557 0) :recipe (:package "rainbow-mode" :repo ("git://git.sv.gnu.org/emacs/elpa" . "rainbow-mode") @@ -258,52 +258,59 @@ (:exclude ".git")) :source "GNU ELPA" :protocol https :inherit t :depth treeless :ref "f7db3b5919f70420a91eb199f8663468de3033f3")) (dash-at-point :source "lockfile" :date - (26512 51243 698489 0) + (26520 29883 939564 0) :recipe (:package "dash-at-point" :fetcher github :repo "stanaka/dash-at-point" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "fba1a6f42ea51d05110e12c62bdced664059eb55")) (column-enforce-mode :source "lockfile" :date - (26512 51243 690022 0) + (26520 29883 928824 0) :recipe (:package "column-enforce-mode" :fetcher github :repo "jordonbiondo/column-enforce-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "14a7622f2268890e33536ccd29510024d51ee96f")) (pcre2el :source "lockfile" :date - (26512 51243 681146 0) + (26520 29883 919675 0) :recipe (:package "pcre2el" :fetcher github :repo "joddie/pcre2el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "b4d846d80dddb313042131cf2b8fbf647567e000")) (visual-regexp-steroids :source "lockfile" :date - (26512 51243 671607 0) + (26520 29883 909918 0) :recipe (:package "visual-regexp-steroids" :repo "benma/visual-regexp-steroids.el" :fetcher github :files ("visual-regexp-steroids.el" "regexp.py") :source "MELPA" :protocol https :inherit t :depth treeless :ref "a6420b25ec0fbba43bf57875827092e1196d8a9e")) + (apheleia :source "lockfile" :date + (26520 29883 897740 0) + :recipe + (:package "apheleia" :fetcher github :repo "radian-software/apheleia" :files + (:defaults + ("scripts" "scripts/formatters")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "e112fe1bf4fdaef1c9ab741590ac45b06dc01f76")) (yasnippet :source "lockfile" :date - (26512 51243 662738 0) + (26520 29883 887307 0) :recipe (:package "yasnippet" :repo "joaotavora/yasnippet" :fetcher github :files ("yasnippet.el" "snippets") :source "MELPA" :protocol https :inherit t :depth treeless :ref "5b315f1753480ebe669b157b8242448b5eafcfea")) (yasnippet-snippets :source "lockfile" :date - (26512 51243 653927 0) + (26520 29883 877916 0) :recipe (:package "yasnippet-snippets" :repo "AndreaCrotti/yasnippet-snippets" :fetcher github :files ("*.el" "snippets" ".nosearch") :source "MELPA" :protocol https :inherit t :depth treeless :ref "f1907ed38acc479e78d5c113810465e4d77d8604")) (corfu :source "lockfile" :date - (26512 51243 645021 0) + (26520 29883 867679 0) :recipe (:package "corfu" :repo "minad/corfu" :files (:defaults "extensions/corfu-*.el") :fetcher github :source "MELPA" :protocol https :inherit t :depth treeless :ref "a401b6a3a645705b4767d938a2efa02183ba96f4")) (corfu-terminal :source "lockfile" :date - (26512 51243 636323 0) + (26520 29883 855632 0) :recipe (:package "corfu-terminal" :repo ("https://codeberg.org/akib/emacs-corfu-terminal" . "corfu-terminal") @@ -312,105 +319,105 @@ (:exclude ".git")) :source "NonGNU ELPA" :protocol https :inherit t :depth treeless :ref "501548c3d51f926c687e8cd838c5865ec45d03cc")) (cape :source "lockfile" :date - (26512 51243 627432 0) + (26520 29883 845504 0) :recipe (:package "cape" :repo "minad/cape" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "cf0553114f51d8970837423f1b2da4f0980cb1e1")) (yasnippet-capf :source "lockfile" :date - (26512 51243 617652 0) + (26520 29883 835896 0) :recipe (:package "yasnippet-capf" :fetcher github :repo "elken/yasnippet-capf" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "4c2e33d70cd1d95cf1e08d134b058a6dd90a99c9")) (nerd-icons-corfu :source "lockfile" :date - (26512 51243 608478 0) + (26520 29883 825980 0) :recipe (:package "nerd-icons-corfu" :fetcher github :repo "LuigiPiucco/nerd-icons-corfu" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "41110180ceab9d0edaa856d19633b2b3fdf82e75")) (copilot :source "lockfile" :date - (26512 51243 599710 0) + (26520 29883 816465 0) :recipe (:package "copilot" :fetcher github :repo "copilot-emacs/copilot.el" :files ("*.el") :source "MELPA" :protocol https :inherit t :depth treeless :host github :ref "867a3debf907cbd7c5b0eb8837354a1efc7c2db9")) (gptel :source "lockfile" :date - (26512 51243 590778 0) + (26520 29883 807281 0) :recipe (:package "gptel" :repo "karthink/gptel" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "da66b37c75a48d1db075ce9dd525121e58a2c9af")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "de0dedbe31703e2235278868821a3cc364061f74")) (aider :source "lockfile" :date - (26512 51243 582087 0) + (26520 29883 797961 0) :recipe (:source nil :protocol https :inherit t :depth treeless :host github :repo "tninja/aider.el" :files ("aider.el") - :package "aider" :ref "a256968d1faaf2936d12696a364158df56931cdb")) + :package "aider" :ref "4ad55b60885b1f235a5f3f8b0934dae2b641624f")) (elysium :source "lockfile" :date - (26512 51243 573159 0) + (26520 29883 788309 0) :recipe (:package "elysium" :fetcher github :repo "lanceberge/elysium" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "98476a2b7165dc31a9e25c4528db70efecf57f1e")) (flymake-flycheck :source "lockfile" :date - (26512 51243 564084 0) + (26520 29883 777929 0) :recipe (:package "flymake-flycheck" :fetcher github :repo "purcell/flymake-flycheck" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "88455c5e6d8ebf650fb51a45c7511a1c18097344")) (flyspell-correct :source "lockfile" :date - (26512 51243 554444 0) + (26520 29883 766886 0) :recipe (:package "flyspell-correct" :repo "d12frosted/flyspell-correct" :fetcher github :files ("flyspell-correct.el" "flyspell-correct-ido.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "1e7a5a56362dd875dddf848b9a9e25d1395b9d37")) (deft :source "lockfile" :date - (26512 51243 545571 0) + (26520 29883 756749 0) :recipe (:package "deft" :repo "jrblevin/deft" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "b369d7225d86551882568788a23c5497b232509c")) (lsp-mode :source "lockfile" :date - (26512 51243 536740 0) + (26520 29883 746462 0) :recipe (:package "lsp-mode" :repo "emacs-lsp/lsp-mode" :fetcher github :files (:defaults "clients/*.el") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "2e5f23a0dc5dcc1c957fca693c956d584338e3e9")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "137cdd1339515b44316c665b65ef032eb7a7691b")) (lsp-ui :source "lockfile" :date - (26512 51243 527820 0) + (26520 29883 736343 0) :recipe (:package "lsp-ui" :repo "emacs-lsp/lsp-ui" :fetcher github :files (:defaults "lsp-ui-doc.html" "resources") :source "MELPA" :protocol https :inherit t :depth treeless :ref "1eae284ab0ae70fba4a2ee1e3f76d7013521c49c")) (dap-mode :source "lockfile" :date - (26512 51243 519308 0) + (26520 29883 721427 0) :recipe (:package "dap-mode" :repo "emacs-lsp/dap-mode" :fetcher github :files (:defaults "icons") :source "MELPA" :protocol https :inherit t :depth treeless :ref "ffb795761273e1bdc3d0cd1ebdd43e36b7c08921")) (dashboard :source "lockfile" :date - (26512 51243 510554 0) + (26520 29883 712275 0) :recipe (:package "dashboard" :fetcher github :repo "emacs-dashboard/emacs-dashboard" :files (:defaults "banners") :source "MELPA" :protocol https :inherit t :depth treeless :ref "7b7846689845078cb5604508c5075e28e2160efe")) (magit :source "lockfile" :date - (26512 51243 500926 0) + (26520 29883 702043 0) :recipe (:package "magit" :fetcher github :repo "magit/magit" :files ("lisp/magit*.el" "lisp/git-*.el" "docs/magit.texi" "docs/AUTHORS.md" "LICENSE" "magit-pkg.el" (:exclude "lisp/magit-section.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "e9614a336ffef61e8660188a95ae5d78674ed36d")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "5ac6b4fe1eb732065fdfafd801fe4dbeed7a2b6d")) (vundo :source "lockfile" :date - (26512 51243 492613 0) + (26520 29883 688933 0) :recipe (:package "vundo" :repo ("https://github.com/casouri/vundo" . "vundo") @@ -419,257 +426,251 @@ (:exclude ".git" "test")) :source "GNU ELPA" :protocol https :inherit t :depth treeless :ref "288892ee93214ddcaf65fdd9f3134c1bd10100ee")) (speed-type :source "lockfile" :date - (26512 51243 483696 0) + (26520 29883 679921 0) :recipe (:package "speed-type" :fetcher github :repo "dakra/speed-type" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "b982ee6081a11837760eeaed73c4f413eefb07b1")) (spaceline :source "lockfile" :date - (26512 51243 474720 0) + (26520 29883 669663 0) :recipe (:package "spaceline" :fetcher github :repo "TheBB/spaceline" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "086420d16e526c79b67fc1edec4c2ae1e699f372")) (base16-theme :source "lockfile" :date - (26512 51243 466042 0) + (26520 29883 659398 0) :recipe (:package "base16-theme" :repo "tinted-theming/base16-emacs" :fetcher github :files (:defaults "build/*.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "1d48474c3c07521276f4e7d73317a654997b4381")) (clojure-mode :source "lockfile" :date - (26512 51243 457109 0) + (26520 29883 648627 0) :recipe (:package "clojure-mode" :repo "clojure-emacs/clojure-mode" :fetcher github :files ("clojure-mode.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "eabe29b076fff19db552d36d4babaa36ecf0b704")) (cider :source "lockfile" :date - (26512 51243 447906 0) + (26520 29883 638663 0) :recipe (:package "cider" :fetcher github :repo "clojure-emacs/cider" :files ("lisp/*.el" "bin/*.sh" "*.el" "clojure.sh" "lein.sh" (:exclude ".dir-locals.el")) :old-names (nrepl) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "c59605bc7899dfc779ad72b4e7048e50d79da454")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "08581554662c81d388a1d32c829c7f9e3b2396c1")) (clj-refactor :source "lockfile" :date - (26512 51243 438849 0) + (26520 29883 629996 0) :recipe (:package "clj-refactor" :fetcher github :repo "clojure-emacs/clj-refactor.el" :files (:defaults "CHANGELOG.md") :source "MELPA" :protocol https :inherit t :depth treeless :ref "dc1bbc8cdaa723bdbb6669ea7d280625c370755d")) (dart-mode :source "lockfile" :date - (26512 51243 429929 0) + (26520 29883 621025 0) :recipe (:package "dart-mode" :fetcher github :repo "emacsorphanage/dart-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "02e919c1cf200b4938139c18068577faff1fb364")) (lsp-dart :source "lockfile" :date - (26512 51243 420309 0) + (26520 29883 610653 0) :recipe (:package "lsp-dart" :repo "emacs-lsp/lsp-dart" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "7e3d3429418bc42cda7fa7b58e6644a705cf2f89")) (dhall-mode :source "lockfile" :date - (26512 51243 411342 0) + (26520 29883 598878 0) :recipe (:package "dhall-mode" :repo "psibi/dhall-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "fca383a9c4622c1d9a39dc977572b34c7fa0b719")) (lispy :source "lockfile" :date - (26512 51243 402524 0) + (26520 29883 588525 0) :recipe (:package "lispy" :repo "abo-abo/lispy" :fetcher github :files (:defaults "lispy-clojure.clj" "lispy-clojure.cljs" "lispy-python.py") :source "MELPA" :protocol https :inherit t :depth treeless :ref "fe44efd21573868638ca86fc8313241148fabbe3")) - (elixir-format :source "lockfile" :date - (26512 51243 393589 0) - :recipe - (:source nil :protocol https :inherit t :depth treeless :type git :host github :repo "elixir-editors/emacs-elixir" :files - ("elixir-format.el") - :package "elixir-format" :ref "00d6580a040a750e019218f9392cf9a4c2dac23a")) (elixir-ts-mode :source "lockfile" :date - (26512 51243 384892 0) + (26520 29883 578457 0) :recipe (:package "elixir-ts-mode" :repo "wkirschbaum/elixir-ts-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "143b94f4a5ac1f161c232e3f25b84c6768be2f25")) (erlang :source "lockfile" :date - (26512 51243 375841 0) + (26520 29883 568655 0) :recipe (:package "erlang" :fetcher github :repo "erlang/otp" :version-regexp "OTP-%v" :files ("lib/tools/emacs/*.el" (:exclude "lib/tools/emacs/erlang_appwiz.el")) - :source "MELPA" :protocol https :inherit t :depth 1 :ref "555fb99fd84d90d339531aa36281ede9212dd795")) + :source "MELPA" :protocol https :inherit t :depth 1 :ref "0ff9d32ca6a9bba4b47068c54324b6633a328405")) (fsharp-mode :source "lockfile" :date - (26512 51243 366036 0) + (26520 29883 559515 0) :recipe (:package "fsharp-mode" :fetcher github :repo "fsharp/emacs-fsharp-mode" :files (:defaults (:exclude "eglot-fsharp.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "677d78c4d6cb574086408082dedbcaef04a85359")) (gleam-ts-mode :source "lockfile" :date - (26512 51243 357262 0) + (26520 29883 549981 0) :recipe (:package "gleam-ts-mode" :fetcher github :repo "gleam-lang/gleam-mode" :files ("gleam-ts-mode.el") :source "MELPA" :protocol https :inherit t :depth treeless :type git :host github :ref "d00f37d0b47f5d6810aa295af98c40a7708b4305")) (go-mode :source "lockfile" :date - (26512 51243 348412 0) + (26520 29883 535636 0) :recipe (:package "go-mode" :repo "dominikh/go-mode.el" :fetcher github :files ("go-mode.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "602d73e22646b1b98b2eb97927fd426c0d1d2f92")) (haskell-mode :source "lockfile" :date - (26512 51243 339925 0) + (26520 29883 525894 0) :recipe (:package "haskell-mode" :repo "haskell/haskell-mode" :fetcher github :files (:defaults "NEWS" "logo.svg") :source "MELPA" :protocol https :inherit t :depth treeless :ref "4cec530008ef4054826eb1b55d6b26ae8e2807c0")) (lsp-haskell :source "lockfile" :date - (26512 51243 331090 0) + (26520 29883 514938 0) :recipe (:package "lsp-haskell" :repo "emacs-lsp/lsp-haskell" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "6981f8d1225c038c1a130e8cf70530cfe15f976e")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "1d618c62e87e0dd254cb267e7c41a24f2f054296")) (js2-mode :source "lockfile" :date - (26512 51243 322305 0) + (26520 29883 504462 0) :recipe (:package "js2-mode" :repo "mooz/js2-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "e0c302872de4d26a9c1614fac8d6b94112b96307")) (kotlin-ts-mode :source "lockfile" :date - (26512 51243 313439 0) + (26520 29883 495779 0) :recipe (:package "kotlin-ts-mode" :fetcher gitlab :repo "bricka/emacs-kotlin-ts-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "a25d56cecac9160ba7c140f982ec16ca7b2fe97f")) (gradle-mode :source "lockfile" :date - (26512 51243 303735 0) + (26520 29883 485425 0) :recipe (:package "gradle-mode" :fetcher github :repo "scubacabra/emacs-gradle-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "e4d665d5784ecda7ddfba015f07c69be3cfc45f2")) (lean4-mode :source "lockfile" :date - (26512 51243 294718 0) + (26520 29883 474933 0) :recipe (:source nil :protocol https :inherit t :depth treeless :type git :host github :repo "leanprover/lean4-mode" :files ("*.el" "data") :package "lean4-mode" :ref "76895d8939111654a472cfc617cfd43fbf5f1eb6")) (lua-mode :source "lockfile" :date - (26512 51243 285901 0) + (26520 29883 464597 0) :recipe (:package "lua-mode" :repo "immerrr/lua-mode" :fetcher github :files (:defaults (:exclude "init-tryout.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "d074e4134b1beae9ed4c9b512af741ca0d852ba3")) (markdown-mode :source "lockfile" :date - (26512 51243 277177 0) + (26520 29883 454703 0) :recipe (:package "markdown-mode" :fetcher github :repo "jrblevin/markdown-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "7659bc470d096e7a53285fa246cbabcb07d66a33")) (merlin :source "lockfile" :date - (26512 51243 268344 0) + (26520 29883 444859 0) :recipe (:package "merlin" :fetcher github :repo "ocaml/merlin" :files ("emacs/*.el" (:exclude "emacs/merlin-ac.el" "emacs/merlin-company.el" "emacs/merlin-iedit.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "86b4b261b950e409791a42815e4ede601c6be92d")) (opam-switch-mode :source "lockfile" :date - (26512 51243 259290 0) + (26520 29883 432619 0) :recipe (:package "opam-switch-mode" :fetcher github :repo "ProofGeneral/opam-switch-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "1069e56a662f23ea09d4e05611bdedeb99257012")) (dune :source "lockfile" :date - (26512 51243 249767 0) + (26520 29883 422210 0) :recipe (:package "dune" :fetcher github :repo "ocaml/dune" :files ("editor-integration/emacs/*.el") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "c18fe03fcafdf55599292f46d0d4745aac52e319")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "c0e3bb64afe8913806dc1e69bcd8ae138f37461b")) (tuareg :source "lockfile" :date - (26512 51243 240570 0) + (26520 29883 413254 0) :recipe (:package "tuareg" :fetcher github :repo "ocaml/tuareg" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "1d53723e39f22ab4ab76d31f2b188a2879305092")) (dockerfile-mode :source "lockfile" :date - (26512 51243 231593 0) + (26520 29883 403102 0) :recipe (:package "dockerfile-mode" :fetcher github :repo "spotify/dockerfile-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "4d893bd2da15833ce056332e6c972d5d93e78f04")) (docker :source "lockfile" :date - (26512 51243 222647 0) + (26520 29883 392345 0) :recipe (:package "docker" :fetcher github :repo "Silex/docker.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "46b597a711492e1c19d1260951f39372450278f5")) (terraform-mode :source "lockfile" :date - (26512 51243 213520 0) + (26520 29883 383713 0) :recipe (:package "terraform-mode" :repo "hcl-emacs/terraform-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "5bdd734a87f67f6574664f63eb4d02a0bc74c0d0")) (ansible :source "lockfile" :date - (26512 51243 203237 0) + (26520 29883 373744 0) :recipe (:package "ansible" :fetcher gitlab :repo "emacs-ansible/emacs-ansible" :files (:defaults "snippets" "dict") :source "MELPA" :protocol https :inherit t :depth treeless :ref "03e285bb54a687e3fd9e21026b088fdac46679a0")) (nginx-mode :source "lockfile" :date - (26512 51243 194539 0) + (26520 29883 364503 0) :recipe (:package "nginx-mode" :fetcher github :repo "ajc/nginx-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c4ac5de975d65c84893a130a470af32a48b0b66c")) (jenkinsfile-mode :source "lockfile" :date - (26512 51243 185666 0) + (26520 29883 354374 0) :recipe (:package "jenkinsfile-mode" :repo "https://github.com/john2x/jenkinsfile-mode.git" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :branch "master" :ref "568865ee419e0592de0dd0717d6769a66d9df111")) (graphql-mode :source "lockfile" :date - (26512 51243 176653 0) + (26520 29883 344011 0) :recipe (:package "graphql-mode" :repo "davazp/graphql-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "ee49531935ede7a2c9597713e13a4c9d33ef2220")) (yaml-mode :source "lockfile" :date - (26512 51243 167834 0) + (26520 29883 332338 0) :recipe (:package "yaml-mode" :repo "yoshiki/yaml-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "d91f878729312a6beed77e6637c60497c5786efa")) (json-mode :source "lockfile" :date - (26512 51243 159459 0) + (26520 29883 322452 0) :recipe (:package "json-mode" :fetcher github :repo "json-emacs/json-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "77125b01c0ddce537085201098bea9b4b8ba6be3")) (git-modes :source "lockfile" :date - (26512 51243 150871 0) + (26520 29883 312974 0) :recipe (:package "git-modes" :fetcher github :repo "magit/git-modes" :old-names (gitattributes-mode gitconfig-mode gitignore-mode) @@ -678,96 +679,96 @@ (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f99010bbeb8b6d8a0819fac0195a2ef0159d08f0")) (php-mode :source "lockfile" :date - (26512 51243 141788 0) + (26520 29883 301100 0) :recipe (:package "php-mode" :repo "emacs-php/php-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "0f756a8c0782ebdc00557addc68763305c91ca51")) (purescript-mode :source "lockfile" :date - (26512 51243 132923 0) + (26520 29883 291356 0) :recipe (:package "purescript-mode" :repo "purescript-emacs/purescript-mode" :fetcher github :files (:defaults "NEWS" "snippets") :source "MELPA" :protocol https :inherit t :depth treeless :ref "07e4d6ecfe677d595ed3759c912c0b262d886b98")) (rspec-mode :source "lockfile" :date - (26512 51243 124228 0) + (26520 29883 280806 0) :recipe (:package "rspec-mode" :repo "pezra/rspec-mode" :fetcher github :files ("rspec-mode.el" "snippets") :source "MELPA" :protocol https :inherit t :depth treeless :ref "29df3d081c6a1cbdf840cd13d45ea1c100c5bbaa")) (ruby-end :source "lockfile" :date - (26512 51243 115443 0) + (26520 29883 266261 0) :recipe (:package "ruby-end" :repo "rejeep/ruby-end.el" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "ba7d7230f9e3ed75c9982d32bb9fdff1dc10935d")) (rbs-mode :source "lockfile" :date - (26512 51243 106320 0) + (26520 29883 256020 0) :recipe (:package "rbs-mode" :fetcher github :repo "ybiquitous/rbs-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "e415a6fa9e88594cb9b7f7765145f57dda0e9b56")) (rust-mode :source "lockfile" :date - (26512 51243 96883 0) + (26520 29883 245938 0) :recipe (:package "rust-mode" :repo "rust-lang/rust-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "542f1755d8929ca83564322d7030d558f3392fe1")) (rustic :source "lockfile" :date - (26512 51243 87628 0) + (26520 29883 235749 0) :recipe (:package "rustic" :repo "emacs-rustic/rustic" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c1e1d5db1c156aaf2b29cc537abd89a07a76f88b")) (flycheck-rust :source "lockfile" :date - (26512 51243 78719 0) + (26520 29883 225151 0) :recipe (:package "flycheck-rust" :repo "flycheck/flycheck-rust" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "d499471ec433a62898a95ce76561964e3d015ce5")) (fish-mode :source "lockfile" :date - (26512 51243 69961 0) + (26520 29883 216265 0) :recipe (:package "fish-mode" :fetcher github :repo "wwwjfy/emacs-fish" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "2526b1803b58cf145bc70ff6ce2adb3f6c246f89")) (web-mode :source "lockfile" :date - (26512 51243 60828 0) + (26520 29883 206009 0) :recipe (:package "web-mode" :repo "fxbois/web-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "be2d59c8fa02b1a45ae54ce4079e502e659cefe6")) (zig-mode :source "lockfile" :date - (26512 51243 51624 0) + (26520 29883 195460 0) :recipe (:package "zig-mode" :repo "ziglang/zig-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f0b4a487530146f99230f4a5ff67e8d56c8f3f80")) (diminish :source "lockfile" :date - (26512 51243 42820 0) + (26520 29883 186434 0) :recipe (:package "diminish" :fetcher github :repo "myrjola/diminish.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "fbd5d846611bad828e336b25d2e131d1bc06b83d")) (visual-regexp :source "lockfile" :date - (26512 51243 33918 0) + (26520 29883 176378 0) :recipe (:package "visual-regexp" :repo "benma/visual-regexp.el" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "48457d42a5e0fe10fa3a9c15854f1f127ade09b5")) (popon :source "lockfile" :date - (26512 51243 25095 0) + (26520 29883 164681 0) :recipe (:package "popon" :repo ("https://codeberg.org/akib/emacs-popon" . "popon") @@ -776,13 +777,13 @@ (:exclude ".git")) :source "NonGNU ELPA" :protocol https :inherit t :depth treeless :ref "bf8174cb7e6e8fe0fe91afe6b01b6562c4dc39da")) (nerd-icons :source "lockfile" :date - (26512 51243 15827 0) + (26520 29883 154635 0) :recipe (:package "nerd-icons" :repo "rainstormstudio/nerd-icons.el" :fetcher github :files (:defaults "data") :source "MELPA" :protocol https :inherit t :depth treeless :ref "546ee20caf825e65da4c5435d31f13d269ed2a81")) (editorconfig :source "lockfile" :date - (26512 51243 6659 0) + (26520 29883 144588 0) :recipe (:package "editorconfig" :fetcher github :repo "editorconfig/editorconfig-emacs" :old-names (editorconfig-core editorconfig-fnmatch) @@ -791,27 +792,27 @@ (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "24f5b2b1cd4e37adc245fb59f7edeb6872a707a4")) (magit-section :source "lockfile" :date - (26512 51242 996836 0) + (26520 29883 135878 0) :recipe (:package "magit-section" :fetcher github :repo "magit/magit" :files ("lisp/magit-section.el" "docs/magit-section.texi" "magit-section-pkg.el") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "e9614a336ffef61e8660188a95ae5d78674ed36d")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "5ac6b4fe1eb732065fdfafd801fe4dbeed7a2b6d")) (with-editor :source "lockfile" :date - (26512 51242 987952 0) + (26520 29883 126774 0) :recipe (:package "with-editor" :fetcher github :repo "magit/with-editor" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "ca902ae02972bdd6919a902be2593d8cb6bd991b")) (flycheck :source "lockfile" :date - (26512 51242 978880 0) + (26520 29883 117652 0) :recipe (:package "flycheck" :repo "flycheck/flycheck" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "87ad201889b2055d0c4b0839d2f8b80eeccae59e")) (spinner :source "lockfile" :date - (26512 51242 969955 0) + (26520 29883 106748 0) :recipe (:package "spinner" :repo ("https://github.com/Malabarba/spinner.el" . "spinner") @@ -820,48 +821,48 @@ (:exclude ".git")) :source "GNU ELPA" :protocol https :inherit t :depth treeless :ref "d4647ae87fb0cd24bc9081a3d287c860ff061c21")) (bui :source "lockfile" :date - (26512 51242 961345 0) + (26520 29883 96481 0) :recipe (:package "bui" :repo "alezost/bui.el" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f3a137628e112a91910fd33c0cff0948fa58d470")) (lsp-treemacs :source "lockfile" :date - (26512 51242 952362 0) + (26520 29883 86269 0) :recipe (:package "lsp-treemacs" :repo "emacs-lsp/lsp-treemacs" :fetcher github :files (:defaults "icons") :source "MELPA" :protocol https :inherit t :depth treeless :ref "fb1a07ae0a3d781dea8ac78da2933e0173eb48a4")) (lsp-docker :source "lockfile" :date - (26512 51242 942699 0) + (26520 29883 76021 0) :recipe (:package "lsp-docker" :repo "emacs-lsp/lsp-docker" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "ce291d0f80533f8eaca120eb745d55669e062636")) (yaml :source "lockfile" :date - (26512 51242 933854 0) + (26520 29883 67232 0) :recipe (:package "yaml" :repo "zkry/yaml.el" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "cd3edfc02cb12514426c00e07160b87bd8340f4a")) (powerline :source "lockfile" :date - (26512 51242 925070 0) + (26520 29883 57303 0) :recipe (:package "powerline" :fetcher github :repo "milkypostman/powerline" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c35c35bdf5ce2d992882c1f06f0f078058870d4a")) (parseedn :source "lockfile" :date - (26512 51242 915869 0) + (26520 29883 46324 0) :recipe (:package "parseedn" :repo "clojure-emacs/parseedn" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "3407e4530a367b6c2b857dae261cdbb67a440aaa")) (queue :source "lockfile" :date - (26512 51242 906381 0) + (26520 29883 37544 0) :recipe (:package "queue" :repo ("git://git.sv.gnu.org/emacs/elpa" . "queue") @@ -870,122 +871,122 @@ (:exclude ".git")) :source "GNU ELPA" :protocol https :inherit t :depth treeless :ref "f986fb68e75bdae951efb9e11a3012ab6bd408ee")) (sesman :source "lockfile" :date - (26512 51242 897490 0) + (26520 29883 27088 0) :recipe (:package "sesman" :repo "vspinu/sesman" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "7bca68dbbab0af26a6a23be1ff5fa97f9a18e022")) (parseclj :source "lockfile" :date - (26512 51242 888881 0) + (26520 29883 17466 0) :recipe (:package "parseclj" :repo "clojure-emacs/parseclj" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "6af22372e0fe14df882dd300b22b12ba2d7e00b0")) (paredit :source "lockfile" :date - (26512 51242 880104 0) + (26520 29883 6564 0) :recipe (:package "paredit" :fetcher git :url "https://mumble.net/~campbell/git/paredit.git" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "af075775af91f2dbc63b915d762b4aec092946c4")) (multiple-cursors :source "lockfile" :date - (26512 51242 871339 0) + (26520 29882 996665 0) :recipe (:package "multiple-cursors" :fetcher github :repo "magnars/multiple-cursors.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "dd10cf2334333838e4550f091a75695448e26765")) (inflections :source "lockfile" :date - (26512 51242 862686 0) + (26520 29882 985899 0) :recipe (:package "inflections" :repo "eschulte/jump.el" :fetcher github :files ("inflections.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "55caa66a7cc6e0b1a76143fd40eff38416928941")) (reformatter :source "lockfile" :date - (26512 51242 853689 0) + (26520 29882 975069 0) :recipe (:package "reformatter" :repo "purcell/emacs-reformatter" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f2cb59466b1c3f85a8c960f7d4b7b7ead015bedc")) (iedit :source "lockfile" :date - (26512 51242 844478 0) + (26520 29882 965065 0) :recipe (:package "iedit" :repo "victorhge/iedit" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "27c61866b1b9b8d77629ac702e5f48e67dfe0d3b")) (swiper :source "lockfile" :date - (26512 51242 835595 0) + (26520 29882 954625 0) :recipe (:package "swiper" :repo "abo-abo/swiper" :fetcher github :files ("swiper.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "abb9e1e5649bcd078a2a75bcb27abb42311b4f86")) (zoutline :source "lockfile" :date - (26512 51242 827191 0) + (26520 29882 943600 0) :recipe (:package "zoutline" :repo "abo-abo/zoutline" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "32857c6c4b9b0bcbed14d825a10b91a98d5fed0a")) (ivy :source "lockfile" :date - (26512 51242 818611 0) + (26520 29882 933245 0) :recipe (:package "ivy" :repo "abo-abo/swiper" :fetcher github :files (:defaults "doc/ivy-help.org" (:exclude "swiper.el" "counsel.el" "ivy-hydra.el" "ivy-avy.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "abb9e1e5649bcd078a2a75bcb27abb42311b4f86")) (heex-ts-mode :source "lockfile" :date - (26512 51242 809684 0) + (26520 29882 922353 0) :recipe (:package "heex-ts-mode" :repo "wkirschbaum/heex-ts-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "dafed72c254c226cdd28528ac70965ef8efa04ca")) (caml :source "lockfile" :date - (26512 51242 800967 0) + (26520 29882 910895 0) :recipe (:package "caml" :repo "ocaml/caml-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "47defafa2b08fb680e89bfee9cb9ce82bd9e3bcf")) (aio :source "lockfile" :date - (26512 51242 791862 0) + (26520 29882 900666 0) :recipe (:package "aio" :fetcher github :repo "skeeto/emacs-aio" :files ("aio.el" "README.md" "UNLICENSE") :source "MELPA" :protocol https :inherit t :depth treeless :ref "da93523e235529fa97d6f251319d9e1d6fc24a41")) (tablist :source "lockfile" :date - (26512 51242 782292 0) + (26520 29882 888780 0) :recipe (:package "tablist" :fetcher github :repo "emacsorphanage/tablist" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "fcd37147121fabdf003a70279cf86fbe08cfac6f")) (hcl-mode :source "lockfile" :date - (26512 51242 773347 0) + (26520 29882 877588 0) :recipe (:package "hcl-mode" :repo "hcl-emacs/hcl-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "1da895ed75d28d9f87cbf9b74f075d90ba31c0ed")) (groovy-mode :source "lockfile" :date - (26512 51242 763712 0) + (26520 29882 866337 0) :recipe (:package "groovy-mode" :fetcher github :repo "Groovy-Emacs-Modes/groovy-emacs-modes" :files ("*groovy*.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "7b8520b2e2d3ab1d62b35c426e17ac25ed0120bb")) (json-snatcher :source "lockfile" :date - (26512 51242 754937 0) + (26520 29882 854319 0) :recipe (:package "json-snatcher" :fetcher github :repo "Sterlingg/json-snatcher" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "b28d1c0670636da6db508d03872d96ffddbc10f2")) (xterm-color :source "lockfile" :date - (26512 51242 745673 0) + (26520 29882 841225 0) :recipe (:package "xterm-color" :repo "atomontage/xterm-color" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" diff --git a/lisp/icejam-copilot.el b/lisp/icejam-copilot.el index 2abc061..895a8f1 100644 --- a/lisp/icejam-copilot.el +++ b/lisp/icejam-copilot.el @@ -31,7 +31,7 @@ (gptel-make-ollama "Ollama@Linux" :host "192.168.88.110:11434" :stream t - :models '(qwen2.5-coder:7b qwen2.5-coder:14b)) + :models '(qwen2.5-coder:7b qwen2.5-coder:14b deepseek-r1:14b deepseek-r1:32b)) (setq gptel-model 'claude-3-5-sonnet-20241022 gptel-backend (gptel-make-anthropic "Claude" @@ -46,7 +46,7 @@ ;; (setenv "OLLAMA_API_BASE" "http://127.0.0.1:11434") (setenv "OLLAMA_API_BASE" "http://192.168.88.110:11434") (setopt aider-args (list "--model" - "ollama_chat/qwen2.5-coder:14b" + "ollama_chat/deepseek-r1:32b" "--no-auto-commits" "--no-analytics" "--no-gitignore"))) diff --git a/lisp/icejam-keys-mode.el b/lisp/icejam-keys-mode.el index 5ecd017..abf15f6 100644 --- a/lisp/icejam-keys-mode.el +++ b/lisp/icejam-keys-mode.el @@ -37,6 +37,10 @@ (keymap-set icejam-keys-mode-map "C-c s [" #'previous-buffer) (keymap-set icejam-keys-mode-map "C-c s ]" #'next-buffer) +;; These are slightly more conveniently located on an Ergodox/Moonlander +(keymap-set icejam-keys-mode-map "C-c s " #'previous-buffer) +(keymap-set icejam-keys-mode-map "C-c s " #'next-buffer) + ;; List of buffers buffer (keymap-set icejam-keys-mode-map "C-c b" #'ibuffer) diff --git a/lisp/icejam-prog-mode.el b/lisp/icejam-prog-mode.el index 71c937d..84bf11a 100644 --- a/lisp/icejam-prog-mode.el +++ b/lisp/icejam-prog-mode.el @@ -72,5 +72,8 @@ ;; regexp. (setopt vr/engine 'pcre2el)) +;; Format all programming languages with the same package +(use-package apheleia :ensure t :defer t) + (provide 'icejam-prog-mode) ;;; icejam-prog-mode.el ends here diff --git a/lisp/icejam-sys-specific.el b/lisp/icejam-sys-specific.el index d32d7dc..590f768 100644 --- a/lisp/icejam-sys-specific.el +++ b/lisp/icejam-sys-specific.el @@ -4,7 +4,6 @@ ;;; Code: (defconst IS-MAC (eq system-type 'darwin)) -(defconst IS-BSD (eq system-type 'berkeley-unix)) (defconst IS-GNU (eq system-type 'gnu/linux)) (eval-when-compile (defvar icejam-keys-mode-map)) @@ -70,39 +69,21 @@ (if IS-GNU (progn ;; Save and undo - (keymap-set icejam-keys-mode-map (kbd "s-s") #'save-buffer) - (keymap-set icejam-keys-mode-map (kbd "s-z") #'undo) - (keymap-set icejam-keys-mode-map (kbd "s-Z") #'undo-redo) - (keymap-set icejam-keys-mode-map (kbd "s-a") #'mark-whole-buffer) + (keymap-set icejam-keys-mode-map "s-s" #'save-buffer) + (keymap-set icejam-keys-mode-map "s-z" #'undo) + (keymap-set icejam-keys-mode-map "s-Z" #'undo-redo) + (keymap-set icejam-keys-mode-map "s-a" #'mark-whole-buffer) ;; Copy and paste bindings - (keymap-set icejam-keys-mode-map (kbd "s-x") #'kill-region) - (keymap-set icejam-keys-mode-map (kbd "s-v") #'yank) - (keymap-set icejam-keys-mode-map (kbd "s-c") #'kill-ring-save) + (keymap-set icejam-keys-mode-map "s-x" #'kill-region) + (keymap-set icejam-keys-mode-map "s-v" #'yank) + (keymap-set icejam-keys-mode-map "s-c" #'kill-ring-save) ;; Linux Ergo bindings (fix) - (keymap-set icejam-keys-mode-map (kbd "C-") #'end-of-line) - (keymap-set icejam-keys-mode-map (kbd "C-") #'beginning-of-line) - (keymap-set icejam-keys-mode-map (kbd "C-") #'scroll-down) ; WTF is this reverse, I dunno - (keymap-set icejam-keys-mode-map (kbd "C-") #'scroll-up))) - -;; BSD-specific config -(if IS-BSD - (progn - (keymap-set icejam-keys-mode-map (kbd "A-") #'end-of-line) - (keymap-set icejam-keys-mode-map (kbd "A-") #'beginning-of-line) - (keymap-set icejam-keys-mode-map (kbd "A-") #'scroll-down) ; WTF is this reverse, I dunno - (keymap-set icejam-keys-mode-map (kbd "A-") #'scroll-up) - - (keymap-set icejam-keys-mode-map (kbd "A-a") #'mark-whole-buffer) - (keymap-set icejam-keys-mode-map (kbd "A-v") #'yank) - (keymap-set icejam-keys-mode-map (kbd "A-x") #'kill-region) - (keymap-set icejam-keys-mode-map (kbd "A-c") #'kill-ring-save) - (keymap-set icejam-keys-mode-map (kbd "A-s") #'save-buffer) - (keymap-set icejam-keys-mode-map (kbd "A-l") #'goto-line) - (keymap-set icejam-keys-mode-map (kbd "A-w") #'icejam-function-delete-window) - (keymap-set icejam-keys-mode-map (kbd "A-z") #'undo) - (keymap-set icejam-keys-mode-map (kbd "A-q") #'kill-emacs))) + (keymap-set icejam-keys-mode-map "C-" #'end-of-line) + (keymap-set icejam-keys-mode-map "C-" #'beginning-of-line) + (keymap-set icejam-keys-mode-map "C-" #'scroll-down) ; WTF is this reverse, I dunno + (keymap-set icejam-keys-mode-map "C-" #'scroll-up))) (provide 'icejam-sys-specific) ;;; icejam-sys-specific.el ends here diff --git a/lisp/icejam-transient.el b/lisp/icejam-transient.el index eec3b43..7dfa0d0 100644 --- a/lisp/icejam-transient.el +++ b/lisp/icejam-transient.el @@ -101,6 +101,7 @@ ("r" "Reload buffer" icejam-revert-buffer-no-confirm) ("e" "Show errors" flymake-show-buffer-diagnostics) + ("f" "Format buffer with apheleia formatter" apheleia-format-buffer) ;; This only appears for emacs-lisp-mode ("d" "Explain thing at point" helpful-at-point :if-mode emacs-lisp-mode) @@ -108,8 +109,6 @@ ;; These only appear for LSP mode ("m" "LSP iMenu" lsp-ui-imenu :if (lambda () (bound-and-true-p lsp-mode))) - ("f" "Format buffer with LSP formatter" lsp-format-buffer - :if (lambda () (bound-and-true-p lsp-mode))) ;; Finally, quit. ("q" "Quit" keyboard-quit)]]) diff --git a/lisp/langs/icejam-lang-elixir.el b/lisp/langs/icejam-lang-elixir.el index 8c18ca4..79e208d 100644 --- a/lisp/langs/icejam-lang-elixir.el +++ b/lisp/langs/icejam-lang-elixir.el @@ -10,17 +10,12 @@ (declare-function yas--remove-template-by-uuid 'yasnippet) (declare-function icejam-set-indent 'icejam-prog-mode) (declare-function icejam-set-lsp-capfs 'icejam-complete-at-point) - (defvar icejam-language-transient-alist)) + (defvar icejam-language-transient-alist) + (defvar apheleia-mode-alist)) -;; Only load the elixir-format from elixir mode. -(use-package elixir-format :defer t - :ensure (:type git - :host github - :repo "elixir-editors/emacs-elixir" - :files ("elixir-format.el"))) - -(use-package elixir-ts-mode :ensure t :defer t - :after (elixir-format lsp-mode lsp-ui)) +(use-package elixir-ts-mode :ensure t :defer t :after (apheleia lsp-mode lsp-ui) + :config + (add-to-list 'apheleia-mode-alist '(heex-ts-mode . mix-format))) (transient-define-prefix icejam-elixir-lang-menu () [[:description @@ -31,7 +26,7 @@ ("m" "LSP iMenu" lsp-ui-imenu) ("r" "Reload buffer" icejam-revert-buffer-no-confirm) ("e" "Show errors" flymake-show-buffer-diagnostics) - ("f" "Format buffer with Elixir formatter" elixir-format) + ("f" "Format buffer with Elixir formatter" apheleia-format-buffer) ("q" "Quit" keyboard-quit)]]) @@ -61,5 +56,17 @@ (add-hook 'heex-ts-mode-hook 'icejam-activate-elixir-ts-mode) (add-hook 'elixir-ts-mode-hook 'icejam-activate-elixir-ts-mode) +;; (use-package ert :ensure nil :defer t) +;; (ert-deftest icejam-activate-elixir-ts-mode () +;; "Test `elixir-ts-mode` activation." +;; (with-temp-buffer +;; (elixir-ts-mode) +;; (icejam-activate-elixir-ts-mode) +;; (should (eq major-mode 'elixir-ts-mode)) +;; (should (bound-and-true-p column-enforce-mode)) +;; (should (equal " 98col" (buffer-local-value 'column-enforce-mode-line-string +;; (current-buffer)))) +;; (should (eq 2 (buffer-local-value 'tab-width (current-buffer)))))) + (provide 'icejam-lang-elixir) ;;; icejam-lang-elixir.el ends here diff --git a/lisp/langs/icejam-lang-markdown.el b/lisp/langs/icejam-lang-markdown.el index c2d3f3f..02e649e 100644 --- a/lisp/langs/icejam-lang-markdown.el +++ b/lisp/langs/icejam-lang-markdown.el @@ -21,7 +21,7 @@ ;; Render HTML preview with pandoc (setq-default markdown-command '("pandoc" "-f" - "markdown" + "markdown_mmd" "-t" "html5" "--template" From 8242a2730651796accf46b2b0a36a8b0c0e1642a Mon Sep 17 00:00:00 2001 From: Maciej Szlosarczyk Date: Wed, 29 Jan 2025 08:17:02 +0200 Subject: [PATCH 28/34] Fix compilation warning in avy --- elpaca.lock | 324 ++++++++++++++++++++++----------------------- lisp/icejam-avy.el | 2 + 2 files changed, 164 insertions(+), 162 deletions(-) diff --git a/elpaca.lock b/elpaca.lock index a9c3dba..5e0e991 100644 --- a/elpaca.lock +++ b/elpaca.lock @@ -1,5 +1,5 @@ ((elpaca :source "lockfile" :date - (26520 29884 337520 0) + (26521 51062 901937 0) :recipe (:source nil :protocol https :inherit ignore :depth 1 :repo "https://github.com/progfolio/elpaca.git" :ref "324b2a79ee287a29f2a1c38c98f2feeec46380ba" :files (:defaults "elpaca-test.el" @@ -8,7 +8,7 @@ (:not elpaca--activate-package) :package "elpaca")) (elpaca-use-package :source "lockfile" :date - (26520 29884 326632 0) + (26521 51062 893077 0) :recipe (:package "elpaca-use-package" :wait t :repo "https://github.com/progfolio/elpaca.git" :files ("extensions/elpaca-use-package.el") @@ -16,240 +16,240 @@ (:not elpaca--compile-info) :source "Elpaca extensions" :protocol https :inherit t :depth treeless :ref "324b2a79ee287a29f2a1c38c98f2feeec46380ba")) (benchmark-init :source "lockfile" :date - (26520 29884 314402 0) + (26521 51062 883512 0) :recipe (:package "benchmark-init" :fetcher github :repo "dholm/benchmark-init-el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :wait t :ref "2b34432d79fa0aae8abc3db72db1cb79a28c00b2")) (easy-kill :source "lockfile" :date - (26520 29884 304708 0) + (26521 51062 874311 0) :recipe (:package "easy-kill" :fetcher github :repo "leoliu/easy-kill" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "de7d66c3c864a4722a973ee9bc228a14be49ba0c")) (buffer-move :source "lockfile" :date - (26520 29884 294025 0) + (26521 51062 864934 0) :recipe (:package "buffer-move" :fetcher github :repo "lukhas/buffer-move" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "e7800b3ab1bd76ee475ef35507ec51ecd5a3f065")) (gcmh :source "lockfile" :date - (26520 29884 283775 0) + (26521 51062 856187 0) :recipe (:package "gcmh" :repo "koral/gcmh" :fetcher gitlab :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "0089f9c3a6d4e9a310d0791cf6fa8f35642ecfd9")) (exec-path-from-shell :source "lockfile" :date - (26520 29884 273172 0) + (26521 51062 848063 0) :recipe (:package "exec-path-from-shell" :fetcher github :repo "purcell/exec-path-from-shell" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "4896a797252fbfdac32fb77508500ac7d220f717")) (direnv :source "lockfile" :date - (26520 29884 262557 0) + (26521 51062 839668 0) :recipe (:package "direnv" :fetcher github :repo "wbolster/emacs-direnv" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c0bf3b81c7a97e2a0d06d05495e86848254fcc1f")) (treemacs :source "lockfile" :date - (26520 29884 251210 0) + (26521 51062 831206 0) :recipe (:package "treemacs" :fetcher github :repo "Alexander-Miller/treemacs" :files (:defaults "Changelog.org" "icons" "src/elisp/treemacs*.el" "src/scripts/treemacs*.py" (:exclude "src/extra/*")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "32bb3dd02ddfca85661614b3b227e770fab821e2")) (treemacs-all-the-icons :source "lockfile" :date - (26520 29884 240761 0) + (26521 51062 822898 0) :recipe (:package "treemacs-all-the-icons" :fetcher github :repo "Alexander-Miller/treemacs" :files ("src/extra/treemacs-all-the-icons.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "32bb3dd02ddfca85661614b3b227e770fab821e2")) (keyfreq :source "lockfile" :date - (26520 29884 230891 0) + (26521 51062 814691 0) :recipe (:package "keyfreq" :fetcher github :repo "dacap/keyfreq" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c6955162307f37c2ac631d9daf118781009f8dda")) (which-key :source "lockfile" :date - (26520 29884 221255 0) + (26521 51062 805746 0) :recipe (:package "which-key" :repo "justbur/emacs-which-key" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "38d4308d1143b61e4004b6e7a940686784e51500")) (tree-sitter-langs :source "lockfile" :date - (26520 29884 211353 0) + (26521 51062 797306 0) :recipe (:package "tree-sitter-langs" :repo "emacs-tree-sitter/tree-sitter-langs" :fetcher github :branch "release" :files (:defaults "queries") :source "MELPA" :protocol https :inherit t :depth treeless :ref "0b91637e22182f2102903ca7203909f1a0d16d3d")) (vertico :source "lockfile" :date - (26520 29884 199632 0) + (26521 51062 789231 0) :recipe (:package "vertico" :repo "minad/vertico" :files (:defaults "extensions/vertico-*.el") - :fetcher github :source "MELPA" :protocol https :inherit t :depth treeless :ref "fef56a0c7fe571c28ad102b54b26e07ebbbd5e82")) + :fetcher github :source "MELPA" :protocol https :inherit t :depth treeless :ref "5679dfd6aa05fb38773cf5551aef1b657b73ac78")) (orderless :source "lockfile" :date - (26520 29884 187415 0) + (26521 51062 780728 0) :recipe (:package "orderless" :repo "oantolin/orderless" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "411051c3257d60f0492cf88065193bb443b6ca0d")) (marginalia :source "lockfile" :date - (26520 29884 177452 0) + (26521 51062 772046 0) :recipe (:package "marginalia" :repo "minad/marginalia" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "c390456b89ad46bc10c3ef2ee5df59947b72084e")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "5282d5755ad1098c1f06113bf9180fd26450b92a")) (consult :source "lockfile" :date - (26520 29884 167963 0) + (26521 51062 763607 0) :recipe (:package "consult" :repo "minad/consult" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "31b5c191f9869aa26bedf35991635e03539a1270")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "5b0c682d7092e02a0e8e0f047370be8c61ad3b4e")) (helpful :source "lockfile" :date - (26520 29884 153926 0) + (26521 51062 755022 0) :recipe (:package "helpful" :repo "Wilfred/helpful" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "4ba24cac9fb14d5fdc32582cd947572040e82b2c")) (avy :source "lockfile" :date - (26520 29884 143238 0) + (26521 51062 746541 0) :recipe (:package "avy" :repo "abo-abo/avy" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "933d1f36cca0f71e4acb5fac707e9ae26c536264")) (transient :source "lockfile" :date - (26520 29884 134233 0) + (26521 51062 738123 0) :recipe (:package "transient" :fetcher github :repo "magit/transient" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :wait t :ref "680f079b5e2b67ef5e904168a27680cbf6831b6a")) (dash :source "lockfile" :date - (26520 29884 122614 0) + (26521 51062 729384 0) :recipe (:package "dash" :fetcher github :repo "magnars/dash.el" :files ("dash.el" "dash.texi") :source "MELPA" :protocol https :inherit t :depth treeless :ref "1de9dcb83eacfb162b6d9a118a4770b1281bcd84")) (s :source "lockfile" :date - (26520 29884 112466 0) + (26521 51062 719074 0) :recipe (:package "s" :fetcher github :repo "magnars/s.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "dda84d38fffdaf0c9b12837b504b402af910d01d")) (ace-window :source "lockfile" :date - (26520 29884 102391 0) + (26521 51062 710671 0) :recipe (:package "ace-window" :repo "abo-abo/ace-window" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "77115afc1b0b9f633084cf7479c767988106c196")) (pfuture :source "lockfile" :date - (26520 29884 89566 0) + (26521 51062 702232 0) :recipe (:package "pfuture" :repo "Alexander-Miller/pfuture" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "19b53aebbc0f2da31de6326c495038901bffb73c")) (hydra :source "lockfile" :date - (26520 29884 78610 0) + (26521 51062 693571 0) :recipe (:package "hydra" :repo "abo-abo/hydra" :fetcher github :files (:defaults (:exclude "lv.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "317e1de33086637579a7aeb60f77ed0405bf359b")) (ht :source "lockfile" :date - (26520 29884 63715 0) + (26521 51062 685163 0) :recipe (:package "ht" :fetcher github :repo "Wilfred/ht.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "1c49aad1c820c86f7ee35bf9fff8429502f60fef")) (cfrs :source "lockfile" :date - (26520 29884 53540 0) + (26521 51062 676526 0) :recipe (:package "cfrs" :repo "Alexander-Miller/cfrs" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f3a21f237b2a54e6b9f8a420a9da42b4f0a63121")) (posframe :source "lockfile" :date - (26520 29884 42646 0) + (26521 51062 667621 0) :recipe (:package "posframe" :fetcher github :repo "tumashu/posframe" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "81651536827c96bf5af5265ee7918ab70e1dd5b1")) (lv :source "lockfile" :date - (26520 29884 29739 0) + (26521 51062 658744 0) :recipe (:package "lv" :repo "abo-abo/hydra" :fetcher github :files ("lv.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "317e1de33086637579a7aeb60f77ed0405bf359b")) (all-the-icons :source "lockfile" :date - (26520 29884 21355 0) + (26521 51062 650690 0) :recipe (:package "all-the-icons" :repo "domtronn/all-the-icons.el" :fetcher github :files (:defaults "data") :source "MELPA" :protocol https :inherit t :depth treeless :ref "39ef44f810c34e8900978788467cc675870bcd19")) (tree-sitter :source "lockfile" :date - (26520 29884 12335 0) + (26521 51062 641958 0) :recipe (:package "tree-sitter" :fetcher github :repo "emacs-tree-sitter/elisp-tree-sitter" :branch "release" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "3cfab8a0e945db9b3df84437f27945746a43cc71")) (tsc :source "lockfile" :date - (26520 29884 2243 0) + (26521 51062 633928 0) :recipe (:package "tsc" :fetcher github :repo "emacs-tree-sitter/elisp-tree-sitter" :branch "release" :files ("core/*.el" "core/Cargo.toml" "core/Cargo.lock" "core/src") :source "MELPA" :protocol https :inherit t :depth treeless :ref "3cfab8a0e945db9b3df84437f27945746a43cc71")) (compat :source "lockfile" :date - (26520 29883 991767 0) + (26521 51062 625271 0) :recipe (:package "compat" :repo ("https://github.com/emacs-compat/compat" . "compat") :files ("*" (:exclude ".git")) - :source "GNU ELPA" :protocol https :inherit t :depth treeless :ref "a1a1c9c395a494ebba26c9d46549fe9daf54e032")) + :source "GNU ELPA" :protocol https :inherit t :depth treeless :ref "bfc0a46098be2dcaad0518ec200ff5a2be5cc9bb")) (f :source "lockfile" :date - (26520 29883 981776 0) + (26521 51062 616688 0) :recipe (:package "f" :fetcher github :repo "rejeep/f.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "931b6d0667fe03e7bf1c6c282d6d8d7006143c52")) (elisp-refs :source "lockfile" :date - (26520 29883 971225 0) + (26521 51062 607906 0) :recipe (:package "elisp-refs" :repo "Wilfred/elisp-refs" :fetcher github :files (:defaults (:exclude "elisp-refs-bench.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "541a064c3ce27867872cf708354a65d83baf2a6d")) (rainbow-delimiters :source "lockfile" :date - (26520 29883 960228 0) + (26521 51062 599415 0) :recipe (:package "rainbow-delimiters" :fetcher github :repo "Fanael/rainbow-delimiters" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f40ece58df8b2f0fb6c8576b527755a552a5e763")) (rainbow-mode :source "lockfile" :date - (26520 29883 949557 0) + (26521 51062 591048 0) :recipe (:package "rainbow-mode" :repo ("git://git.sv.gnu.org/emacs/elpa" . "rainbow-mode") @@ -258,59 +258,59 @@ (:exclude ".git")) :source "GNU ELPA" :protocol https :inherit t :depth treeless :ref "f7db3b5919f70420a91eb199f8663468de3033f3")) (dash-at-point :source "lockfile" :date - (26520 29883 939564 0) + (26521 51062 582354 0) :recipe (:package "dash-at-point" :fetcher github :repo "stanaka/dash-at-point" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "fba1a6f42ea51d05110e12c62bdced664059eb55")) (column-enforce-mode :source "lockfile" :date - (26520 29883 928824 0) + (26521 51062 573717 0) :recipe (:package "column-enforce-mode" :fetcher github :repo "jordonbiondo/column-enforce-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "14a7622f2268890e33536ccd29510024d51ee96f")) (pcre2el :source "lockfile" :date - (26520 29883 919675 0) + (26521 51062 565336 0) :recipe (:package "pcre2el" :fetcher github :repo "joddie/pcre2el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "b4d846d80dddb313042131cf2b8fbf647567e000")) (visual-regexp-steroids :source "lockfile" :date - (26520 29883 909918 0) + (26521 51062 556814 0) :recipe (:package "visual-regexp-steroids" :repo "benma/visual-regexp-steroids.el" :fetcher github :files ("visual-regexp-steroids.el" "regexp.py") :source "MELPA" :protocol https :inherit t :depth treeless :ref "a6420b25ec0fbba43bf57875827092e1196d8a9e")) (apheleia :source "lockfile" :date - (26520 29883 897740 0) + (26521 51062 548025 0) :recipe (:package "apheleia" :fetcher github :repo "radian-software/apheleia" :files (:defaults ("scripts" "scripts/formatters")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "e112fe1bf4fdaef1c9ab741590ac45b06dc01f76")) (yasnippet :source "lockfile" :date - (26520 29883 887307 0) + (26521 51062 539386 0) :recipe (:package "yasnippet" :repo "joaotavora/yasnippet" :fetcher github :files ("yasnippet.el" "snippets") :source "MELPA" :protocol https :inherit t :depth treeless :ref "5b315f1753480ebe669b157b8242448b5eafcfea")) (yasnippet-snippets :source "lockfile" :date - (26520 29883 877916 0) + (26521 51062 530081 0) :recipe (:package "yasnippet-snippets" :repo "AndreaCrotti/yasnippet-snippets" :fetcher github :files ("*.el" "snippets" ".nosearch") :source "MELPA" :protocol https :inherit t :depth treeless :ref "f1907ed38acc479e78d5c113810465e4d77d8604")) (corfu :source "lockfile" :date - (26520 29883 867679 0) + (26521 51062 518296 0) :recipe (:package "corfu" :repo "minad/corfu" :files (:defaults "extensions/corfu-*.el") - :fetcher github :source "MELPA" :protocol https :inherit t :depth treeless :ref "a401b6a3a645705b4767d938a2efa02183ba96f4")) + :fetcher github :source "MELPA" :protocol https :inherit t :depth treeless :ref "2c476b442ccfda9935e472b26d9cd60d45726560")) (corfu-terminal :source "lockfile" :date - (26520 29883 855632 0) + (26521 51062 510054 0) :recipe (:package "corfu-terminal" :repo ("https://codeberg.org/akib/emacs-corfu-terminal" . "corfu-terminal") @@ -319,105 +319,105 @@ (:exclude ".git")) :source "NonGNU ELPA" :protocol https :inherit t :depth treeless :ref "501548c3d51f926c687e8cd838c5865ec45d03cc")) (cape :source "lockfile" :date - (26520 29883 845504 0) + (26521 51062 501447 0) :recipe (:package "cape" :repo "minad/cape" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "cf0553114f51d8970837423f1b2da4f0980cb1e1")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "118db73710466ab03708e7511f4bff7827057000")) (yasnippet-capf :source "lockfile" :date - (26520 29883 835896 0) + (26521 51062 492871 0) :recipe (:package "yasnippet-capf" :fetcher github :repo "elken/yasnippet-capf" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "4c2e33d70cd1d95cf1e08d134b058a6dd90a99c9")) (nerd-icons-corfu :source "lockfile" :date - (26520 29883 825980 0) + (26521 51062 484650 0) :recipe (:package "nerd-icons-corfu" :fetcher github :repo "LuigiPiucco/nerd-icons-corfu" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "41110180ceab9d0edaa856d19633b2b3fdf82e75")) (copilot :source "lockfile" :date - (26520 29883 816465 0) + (26521 51062 475791 0) :recipe (:package "copilot" :fetcher github :repo "copilot-emacs/copilot.el" :files ("*.el") :source "MELPA" :protocol https :inherit t :depth treeless :host github :ref "867a3debf907cbd7c5b0eb8837354a1efc7c2db9")) (gptel :source "lockfile" :date - (26520 29883 807281 0) + (26521 51062 466802 0) :recipe (:package "gptel" :repo "karthink/gptel" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "de0dedbe31703e2235278868821a3cc364061f74")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "7076b364bb16ad132baffe2879387dbda0de2d89")) (aider :source "lockfile" :date - (26520 29883 797961 0) + (26521 51062 458091 0) :recipe (:source nil :protocol https :inherit t :depth treeless :host github :repo "tninja/aider.el" :files ("aider.el") - :package "aider" :ref "4ad55b60885b1f235a5f3f8b0934dae2b641624f")) + :package "aider" :ref "b56492f4f131c8b592d0a65604d5a7b2feab9bba")) (elysium :source "lockfile" :date - (26520 29883 788309 0) + (26521 51062 449868 0) :recipe (:package "elysium" :fetcher github :repo "lanceberge/elysium" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "98476a2b7165dc31a9e25c4528db70efecf57f1e")) (flymake-flycheck :source "lockfile" :date - (26520 29883 777929 0) + (26521 51062 441199 0) :recipe (:package "flymake-flycheck" :fetcher github :repo "purcell/flymake-flycheck" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "88455c5e6d8ebf650fb51a45c7511a1c18097344")) (flyspell-correct :source "lockfile" :date - (26520 29883 766886 0) + (26521 51062 432636 0) :recipe (:package "flyspell-correct" :repo "d12frosted/flyspell-correct" :fetcher github :files ("flyspell-correct.el" "flyspell-correct-ido.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "1e7a5a56362dd875dddf848b9a9e25d1395b9d37")) (deft :source "lockfile" :date - (26520 29883 756749 0) + (26521 51062 424438 0) :recipe (:package "deft" :repo "jrblevin/deft" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "b369d7225d86551882568788a23c5497b232509c")) (lsp-mode :source "lockfile" :date - (26520 29883 746462 0) + (26521 51062 415998 0) :recipe (:package "lsp-mode" :repo "emacs-lsp/lsp-mode" :fetcher github :files (:defaults "clients/*.el") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "137cdd1339515b44316c665b65ef032eb7a7691b")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "e700fe57a4d94c48bad5e86b4075a0419310d959")) (lsp-ui :source "lockfile" :date - (26520 29883 736343 0) + (26521 51062 407317 0) :recipe (:package "lsp-ui" :repo "emacs-lsp/lsp-ui" :fetcher github :files (:defaults "lsp-ui-doc.html" "resources") :source "MELPA" :protocol https :inherit t :depth treeless :ref "1eae284ab0ae70fba4a2ee1e3f76d7013521c49c")) (dap-mode :source "lockfile" :date - (26520 29883 721427 0) + (26521 51062 398577 0) :recipe (:package "dap-mode" :repo "emacs-lsp/dap-mode" :fetcher github :files (:defaults "icons") :source "MELPA" :protocol https :inherit t :depth treeless :ref "ffb795761273e1bdc3d0cd1ebdd43e36b7c08921")) (dashboard :source "lockfile" :date - (26520 29883 712275 0) + (26521 51062 389808 0) :recipe (:package "dashboard" :fetcher github :repo "emacs-dashboard/emacs-dashboard" :files (:defaults "banners") :source "MELPA" :protocol https :inherit t :depth treeless :ref "7b7846689845078cb5604508c5075e28e2160efe")) (magit :source "lockfile" :date - (26520 29883 702043 0) + (26521 51062 381134 0) :recipe (:package "magit" :fetcher github :repo "magit/magit" :files ("lisp/magit*.el" "lisp/git-*.el" "docs/magit.texi" "docs/AUTHORS.md" "LICENSE" "magit-pkg.el" (:exclude "lisp/magit-section.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "5ac6b4fe1eb732065fdfafd801fe4dbeed7a2b6d")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "6654bd7b3d176054fe123412eab90349b7d7bfc8")) (vundo :source "lockfile" :date - (26520 29883 688933 0) + (26521 51062 372423 0) :recipe (:package "vundo" :repo ("https://github.com/casouri/vundo" . "vundo") @@ -426,33 +426,33 @@ (:exclude ".git" "test")) :source "GNU ELPA" :protocol https :inherit t :depth treeless :ref "288892ee93214ddcaf65fdd9f3134c1bd10100ee")) (speed-type :source "lockfile" :date - (26520 29883 679921 0) + (26521 51062 364141 0) :recipe (:package "speed-type" :fetcher github :repo "dakra/speed-type" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "b982ee6081a11837760eeaed73c4f413eefb07b1")) (spaceline :source "lockfile" :date - (26520 29883 669663 0) + (26521 51062 355516 0) :recipe (:package "spaceline" :fetcher github :repo "TheBB/spaceline" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "086420d16e526c79b67fc1edec4c2ae1e699f372")) (base16-theme :source "lockfile" :date - (26520 29883 659398 0) + (26521 51062 346787 0) :recipe (:package "base16-theme" :repo "tinted-theming/base16-emacs" :fetcher github :files (:defaults "build/*.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "1d48474c3c07521276f4e7d73317a654997b4381")) (clojure-mode :source "lockfile" :date - (26520 29883 648627 0) + (26521 51062 337846 0) :recipe (:package "clojure-mode" :repo "clojure-emacs/clojure-mode" :fetcher github :files ("clojure-mode.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "eabe29b076fff19db552d36d4babaa36ecf0b704")) (cider :source "lockfile" :date - (26520 29883 638663 0) + (26521 51062 328730 0) :recipe (:package "cider" :fetcher github :repo "clojure-emacs/cider" :files ("lisp/*.el" "bin/*.sh" "*.el" "clojure.sh" "lein.sh" @@ -461,216 +461,216 @@ (nrepl) :source "MELPA" :protocol https :inherit t :depth treeless :ref "08581554662c81d388a1d32c829c7f9e3b2396c1")) (clj-refactor :source "lockfile" :date - (26520 29883 629996 0) + (26521 51062 320133 0) :recipe (:package "clj-refactor" :fetcher github :repo "clojure-emacs/clj-refactor.el" :files (:defaults "CHANGELOG.md") :source "MELPA" :protocol https :inherit t :depth treeless :ref "dc1bbc8cdaa723bdbb6669ea7d280625c370755d")) (dart-mode :source "lockfile" :date - (26520 29883 621025 0) + (26521 51062 311723 0) :recipe (:package "dart-mode" :fetcher github :repo "emacsorphanage/dart-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "02e919c1cf200b4938139c18068577faff1fb364")) (lsp-dart :source "lockfile" :date - (26520 29883 610653 0) + (26521 51062 302922 0) :recipe (:package "lsp-dart" :repo "emacs-lsp/lsp-dart" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "7e3d3429418bc42cda7fa7b58e6644a705cf2f89")) (dhall-mode :source "lockfile" :date - (26520 29883 598878 0) + (26521 51062 294190 0) :recipe (:package "dhall-mode" :repo "psibi/dhall-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "fca383a9c4622c1d9a39dc977572b34c7fa0b719")) (lispy :source "lockfile" :date - (26520 29883 588525 0) + (26521 51062 285665 0) :recipe (:package "lispy" :repo "abo-abo/lispy" :fetcher github :files (:defaults "lispy-clojure.clj" "lispy-clojure.cljs" "lispy-python.py") :source "MELPA" :protocol https :inherit t :depth treeless :ref "fe44efd21573868638ca86fc8313241148fabbe3")) (elixir-ts-mode :source "lockfile" :date - (26520 29883 578457 0) + (26521 51062 277206 0) :recipe (:package "elixir-ts-mode" :repo "wkirschbaum/elixir-ts-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "143b94f4a5ac1f161c232e3f25b84c6768be2f25")) (erlang :source "lockfile" :date - (26520 29883 568655 0) + (26521 51062 268534 0) :recipe (:package "erlang" :fetcher github :repo "erlang/otp" :version-regexp "OTP-%v" :files ("lib/tools/emacs/*.el" (:exclude "lib/tools/emacs/erlang_appwiz.el")) - :source "MELPA" :protocol https :inherit t :depth 1 :ref "0ff9d32ca6a9bba4b47068c54324b6633a328405")) + :source "MELPA" :protocol https :inherit t :depth 1 :ref "92339277483c67c619b492a44b2d997cd4ae49d7")) (fsharp-mode :source "lockfile" :date - (26520 29883 559515 0) + (26521 51062 259838 0) :recipe (:package "fsharp-mode" :fetcher github :repo "fsharp/emacs-fsharp-mode" :files (:defaults (:exclude "eglot-fsharp.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "677d78c4d6cb574086408082dedbcaef04a85359")) (gleam-ts-mode :source "lockfile" :date - (26520 29883 549981 0) + (26521 51062 251135 0) :recipe (:package "gleam-ts-mode" :fetcher github :repo "gleam-lang/gleam-mode" :files ("gleam-ts-mode.el") :source "MELPA" :protocol https :inherit t :depth treeless :type git :host github :ref "d00f37d0b47f5d6810aa295af98c40a7708b4305")) (go-mode :source "lockfile" :date - (26520 29883 535636 0) + (26521 51062 242083 0) :recipe (:package "go-mode" :repo "dominikh/go-mode.el" :fetcher github :files ("go-mode.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "602d73e22646b1b98b2eb97927fd426c0d1d2f92")) (haskell-mode :source "lockfile" :date - (26520 29883 525894 0) + (26521 51062 233391 0) :recipe (:package "haskell-mode" :repo "haskell/haskell-mode" :fetcher github :files (:defaults "NEWS" "logo.svg") :source "MELPA" :protocol https :inherit t :depth treeless :ref "4cec530008ef4054826eb1b55d6b26ae8e2807c0")) (lsp-haskell :source "lockfile" :date - (26520 29883 514938 0) + (26521 51062 224999 0) :recipe (:package "lsp-haskell" :repo "emacs-lsp/lsp-haskell" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "1d618c62e87e0dd254cb267e7c41a24f2f054296")) (js2-mode :source "lockfile" :date - (26520 29883 504462 0) + (26521 51062 216741 0) :recipe (:package "js2-mode" :repo "mooz/js2-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "e0c302872de4d26a9c1614fac8d6b94112b96307")) (kotlin-ts-mode :source "lockfile" :date - (26520 29883 495779 0) + (26521 51062 208113 0) :recipe (:package "kotlin-ts-mode" :fetcher gitlab :repo "bricka/emacs-kotlin-ts-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "a25d56cecac9160ba7c140f982ec16ca7b2fe97f")) (gradle-mode :source "lockfile" :date - (26520 29883 485425 0) + (26521 51062 199353 0) :recipe (:package "gradle-mode" :fetcher github :repo "scubacabra/emacs-gradle-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "e4d665d5784ecda7ddfba015f07c69be3cfc45f2")) (lean4-mode :source "lockfile" :date - (26520 29883 474933 0) + (26521 51062 190547 0) :recipe (:source nil :protocol https :inherit t :depth treeless :type git :host github :repo "leanprover/lean4-mode" :files ("*.el" "data") :package "lean4-mode" :ref "76895d8939111654a472cfc617cfd43fbf5f1eb6")) (lua-mode :source "lockfile" :date - (26520 29883 464597 0) + (26521 51062 182059 0) :recipe (:package "lua-mode" :repo "immerrr/lua-mode" :fetcher github :files (:defaults (:exclude "init-tryout.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "d074e4134b1beae9ed4c9b512af741ca0d852ba3")) (markdown-mode :source "lockfile" :date - (26520 29883 454703 0) + (26521 51062 173320 0) :recipe (:package "markdown-mode" :fetcher github :repo "jrblevin/markdown-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "7659bc470d096e7a53285fa246cbabcb07d66a33")) (merlin :source "lockfile" :date - (26520 29883 444859 0) + (26521 51062 164768 0) :recipe (:package "merlin" :fetcher github :repo "ocaml/merlin" :files ("emacs/*.el" (:exclude "emacs/merlin-ac.el" "emacs/merlin-company.el" "emacs/merlin-iedit.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "86b4b261b950e409791a42815e4ede601c6be92d")) (opam-switch-mode :source "lockfile" :date - (26520 29883 432619 0) + (26521 51062 156492 0) :recipe (:package "opam-switch-mode" :fetcher github :repo "ProofGeneral/opam-switch-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "1069e56a662f23ea09d4e05611bdedeb99257012")) (dune :source "lockfile" :date - (26520 29883 422210 0) + (26521 51062 148095 0) :recipe (:package "dune" :fetcher github :repo "ocaml/dune" :files ("editor-integration/emacs/*.el") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "c0e3bb64afe8913806dc1e69bcd8ae138f37461b")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "e43cb9d5a48700a48ca1f7709213f18bf1b7bff5")) (tuareg :source "lockfile" :date - (26520 29883 413254 0) + (26521 51062 139492 0) :recipe (:package "tuareg" :fetcher github :repo "ocaml/tuareg" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "1d53723e39f22ab4ab76d31f2b188a2879305092")) (dockerfile-mode :source "lockfile" :date - (26520 29883 403102 0) + (26521 51062 130856 0) :recipe (:package "dockerfile-mode" :fetcher github :repo "spotify/dockerfile-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "4d893bd2da15833ce056332e6c972d5d93e78f04")) (docker :source "lockfile" :date - (26520 29883 392345 0) + (26521 51062 122139 0) :recipe (:package "docker" :fetcher github :repo "Silex/docker.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "46b597a711492e1c19d1260951f39372450278f5")) (terraform-mode :source "lockfile" :date - (26520 29883 383713 0) + (26521 51062 113525 0) :recipe (:package "terraform-mode" :repo "hcl-emacs/terraform-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "5bdd734a87f67f6574664f63eb4d02a0bc74c0d0")) (ansible :source "lockfile" :date - (26520 29883 373744 0) + (26521 51062 105009 0) :recipe (:package "ansible" :fetcher gitlab :repo "emacs-ansible/emacs-ansible" :files (:defaults "snippets" "dict") :source "MELPA" :protocol https :inherit t :depth treeless :ref "03e285bb54a687e3fd9e21026b088fdac46679a0")) (nginx-mode :source "lockfile" :date - (26520 29883 364503 0) + (26521 51062 96382 0) :recipe (:package "nginx-mode" :fetcher github :repo "ajc/nginx-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c4ac5de975d65c84893a130a470af32a48b0b66c")) (jenkinsfile-mode :source "lockfile" :date - (26520 29883 354374 0) + (26521 51062 87504 0) :recipe (:package "jenkinsfile-mode" :repo "https://github.com/john2x/jenkinsfile-mode.git" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :branch "master" :ref "568865ee419e0592de0dd0717d6769a66d9df111")) (graphql-mode :source "lockfile" :date - (26520 29883 344011 0) + (26521 51062 78972 0) :recipe (:package "graphql-mode" :repo "davazp/graphql-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "ee49531935ede7a2c9597713e13a4c9d33ef2220")) (yaml-mode :source "lockfile" :date - (26520 29883 332338 0) + (26521 51062 69518 0) :recipe (:package "yaml-mode" :repo "yoshiki/yaml-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "d91f878729312a6beed77e6637c60497c5786efa")) (json-mode :source "lockfile" :date - (26520 29883 322452 0) + (26521 51062 60753 0) :recipe (:package "json-mode" :fetcher github :repo "json-emacs/json-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "77125b01c0ddce537085201098bea9b4b8ba6be3")) (git-modes :source "lockfile" :date - (26520 29883 312974 0) + (26521 51062 52256 0) :recipe (:package "git-modes" :fetcher github :repo "magit/git-modes" :old-names (gitattributes-mode gitconfig-mode gitignore-mode) @@ -679,96 +679,96 @@ (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f99010bbeb8b6d8a0819fac0195a2ef0159d08f0")) (php-mode :source "lockfile" :date - (26520 29883 301100 0) + (26521 51062 43873 0) :recipe (:package "php-mode" :repo "emacs-php/php-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "0f756a8c0782ebdc00557addc68763305c91ca51")) (purescript-mode :source "lockfile" :date - (26520 29883 291356 0) + (26521 51062 35637 0) :recipe (:package "purescript-mode" :repo "purescript-emacs/purescript-mode" :fetcher github :files (:defaults "NEWS" "snippets") :source "MELPA" :protocol https :inherit t :depth treeless :ref "07e4d6ecfe677d595ed3759c912c0b262d886b98")) (rspec-mode :source "lockfile" :date - (26520 29883 280806 0) + (26521 51062 26150 0) :recipe (:package "rspec-mode" :repo "pezra/rspec-mode" :fetcher github :files ("rspec-mode.el" "snippets") :source "MELPA" :protocol https :inherit t :depth treeless :ref "29df3d081c6a1cbdf840cd13d45ea1c100c5bbaa")) (ruby-end :source "lockfile" :date - (26520 29883 266261 0) + (26521 51062 17726 0) :recipe (:package "ruby-end" :repo "rejeep/ruby-end.el" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "ba7d7230f9e3ed75c9982d32bb9fdff1dc10935d")) (rbs-mode :source "lockfile" :date - (26520 29883 256020 0) + (26521 51062 9061 0) :recipe (:package "rbs-mode" :fetcher github :repo "ybiquitous/rbs-mode" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "e415a6fa9e88594cb9b7f7765145f57dda0e9b56")) (rust-mode :source "lockfile" :date - (26520 29883 245938 0) + (26521 51062 324 0) :recipe (:package "rust-mode" :repo "rust-lang/rust-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "542f1755d8929ca83564322d7030d558f3392fe1")) (rustic :source "lockfile" :date - (26520 29883 235749 0) + (26521 51061 991809 0) :recipe (:package "rustic" :repo "emacs-rustic/rustic" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c1e1d5db1c156aaf2b29cc537abd89a07a76f88b")) (flycheck-rust :source "lockfile" :date - (26520 29883 225151 0) + (26521 51061 983626 0) :recipe (:package "flycheck-rust" :repo "flycheck/flycheck-rust" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "d499471ec433a62898a95ce76561964e3d015ce5")) (fish-mode :source "lockfile" :date - (26520 29883 216265 0) + (26521 51061 975043 0) :recipe (:package "fish-mode" :fetcher github :repo "wwwjfy/emacs-fish" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "2526b1803b58cf145bc70ff6ce2adb3f6c246f89")) (web-mode :source "lockfile" :date - (26520 29883 206009 0) + (26521 51061 966617 0) :recipe (:package "web-mode" :repo "fxbois/web-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "be2d59c8fa02b1a45ae54ce4079e502e659cefe6")) (zig-mode :source "lockfile" :date - (26520 29883 195460 0) + (26521 51061 958356 0) :recipe (:package "zig-mode" :repo "ziglang/zig-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f0b4a487530146f99230f4a5ff67e8d56c8f3f80")) (diminish :source "lockfile" :date - (26520 29883 186434 0) + (26521 51061 949974 0) :recipe (:package "diminish" :fetcher github :repo "myrjola/diminish.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "fbd5d846611bad828e336b25d2e131d1bc06b83d")) (visual-regexp :source "lockfile" :date - (26520 29883 176378 0) + (26521 51061 941277 0) :recipe (:package "visual-regexp" :repo "benma/visual-regexp.el" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "48457d42a5e0fe10fa3a9c15854f1f127ade09b5")) (popon :source "lockfile" :date - (26520 29883 164681 0) + (26521 51061 932778 0) :recipe (:package "popon" :repo ("https://codeberg.org/akib/emacs-popon" . "popon") @@ -777,13 +777,13 @@ (:exclude ".git")) :source "NonGNU ELPA" :protocol https :inherit t :depth treeless :ref "bf8174cb7e6e8fe0fe91afe6b01b6562c4dc39da")) (nerd-icons :source "lockfile" :date - (26520 29883 154635 0) + (26521 51061 924574 0) :recipe (:package "nerd-icons" :repo "rainstormstudio/nerd-icons.el" :fetcher github :files (:defaults "data") :source "MELPA" :protocol https :inherit t :depth treeless :ref "546ee20caf825e65da4c5435d31f13d269ed2a81")) (editorconfig :source "lockfile" :date - (26520 29883 144588 0) + (26521 51061 916070 0) :recipe (:package "editorconfig" :fetcher github :repo "editorconfig/editorconfig-emacs" :old-names (editorconfig-core editorconfig-fnmatch) @@ -792,27 +792,27 @@ (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "24f5b2b1cd4e37adc245fb59f7edeb6872a707a4")) (magit-section :source "lockfile" :date - (26520 29883 135878 0) + (26521 51061 907382 0) :recipe (:package "magit-section" :fetcher github :repo "magit/magit" :files ("lisp/magit-section.el" "docs/magit-section.texi" "magit-section-pkg.el") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "5ac6b4fe1eb732065fdfafd801fe4dbeed7a2b6d")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "6654bd7b3d176054fe123412eab90349b7d7bfc8")) (with-editor :source "lockfile" :date - (26520 29883 126774 0) - :recipe - (:package "with-editor" :fetcher github :repo "magit/with-editor" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "ca902ae02972bdd6919a902be2593d8cb6bd991b")) + (26521 51061 898586 0) + :recipe + (:package "with-editor" :fetcher github :repo "magit/with-editor" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "ca902ae02972bdd6919a902be2593d8cb6bd991b")) (flycheck :source "lockfile" :date - (26520 29883 117652 0) + (26521 51061 890459 0) :recipe (:package "flycheck" :repo "flycheck/flycheck" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "87ad201889b2055d0c4b0839d2f8b80eeccae59e")) (spinner :source "lockfile" :date - (26520 29883 106748 0) + (26521 51061 882018 0) :recipe (:package "spinner" :repo ("https://github.com/Malabarba/spinner.el" . "spinner") @@ -821,48 +821,48 @@ (:exclude ".git")) :source "GNU ELPA" :protocol https :inherit t :depth treeless :ref "d4647ae87fb0cd24bc9081a3d287c860ff061c21")) (bui :source "lockfile" :date - (26520 29883 96481 0) + (26521 51061 873554 0) :recipe (:package "bui" :repo "alezost/bui.el" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f3a137628e112a91910fd33c0cff0948fa58d470")) (lsp-treemacs :source "lockfile" :date - (26520 29883 86269 0) + (26521 51061 865003 0) :recipe (:package "lsp-treemacs" :repo "emacs-lsp/lsp-treemacs" :fetcher github :files (:defaults "icons") :source "MELPA" :protocol https :inherit t :depth treeless :ref "fb1a07ae0a3d781dea8ac78da2933e0173eb48a4")) (lsp-docker :source "lockfile" :date - (26520 29883 76021 0) + (26521 51061 856340 0) :recipe (:package "lsp-docker" :repo "emacs-lsp/lsp-docker" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "ce291d0f80533f8eaca120eb745d55669e062636")) (yaml :source "lockfile" :date - (26520 29883 67232 0) + (26521 51061 847998 0) :recipe (:package "yaml" :repo "zkry/yaml.el" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "cd3edfc02cb12514426c00e07160b87bd8340f4a")) (powerline :source "lockfile" :date - (26520 29883 57303 0) + (26521 51061 839486 0) :recipe (:package "powerline" :fetcher github :repo "milkypostman/powerline" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "c35c35bdf5ce2d992882c1f06f0f078058870d4a")) (parseedn :source "lockfile" :date - (26520 29883 46324 0) + (26521 51061 831315 0) :recipe (:package "parseedn" :repo "clojure-emacs/parseedn" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "3407e4530a367b6c2b857dae261cdbb67a440aaa")) (queue :source "lockfile" :date - (26520 29883 37544 0) + (26521 51061 822638 0) :recipe (:package "queue" :repo ("git://git.sv.gnu.org/emacs/elpa" . "queue") @@ -871,122 +871,122 @@ (:exclude ".git")) :source "GNU ELPA" :protocol https :inherit t :depth treeless :ref "f986fb68e75bdae951efb9e11a3012ab6bd408ee")) (sesman :source "lockfile" :date - (26520 29883 27088 0) + (26521 51061 813979 0) :recipe (:package "sesman" :repo "vspinu/sesman" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "7bca68dbbab0af26a6a23be1ff5fa97f9a18e022")) (parseclj :source "lockfile" :date - (26520 29883 17466 0) + (26521 51061 805511 0) :recipe (:package "parseclj" :repo "clojure-emacs/parseclj" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "6af22372e0fe14df882dd300b22b12ba2d7e00b0")) (paredit :source "lockfile" :date - (26520 29883 6564 0) + (26521 51061 797425 0) :recipe (:package "paredit" :fetcher git :url "https://mumble.net/~campbell/git/paredit.git" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "af075775af91f2dbc63b915d762b4aec092946c4")) (multiple-cursors :source "lockfile" :date - (26520 29882 996665 0) + (26521 51061 788787 0) :recipe (:package "multiple-cursors" :fetcher github :repo "magnars/multiple-cursors.el" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "dd10cf2334333838e4550f091a75695448e26765")) (inflections :source "lockfile" :date - (26520 29882 985899 0) + (26521 51061 780191 0) :recipe (:package "inflections" :repo "eschulte/jump.el" :fetcher github :files ("inflections.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "55caa66a7cc6e0b1a76143fd40eff38416928941")) (reformatter :source "lockfile" :date - (26520 29882 975069 0) + (26521 51061 771543 0) :recipe (:package "reformatter" :repo "purcell/emacs-reformatter" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "f2cb59466b1c3f85a8c960f7d4b7b7ead015bedc")) (iedit :source "lockfile" :date - (26520 29882 965065 0) + (26521 51061 762993 0) :recipe (:package "iedit" :repo "victorhge/iedit" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "27c61866b1b9b8d77629ac702e5f48e67dfe0d3b")) (swiper :source "lockfile" :date - (26520 29882 954625 0) + (26521 51061 754551 0) :recipe (:package "swiper" :repo "abo-abo/swiper" :fetcher github :files ("swiper.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "abb9e1e5649bcd078a2a75bcb27abb42311b4f86")) (zoutline :source "lockfile" :date - (26520 29882 943600 0) + (26521 51061 746052 0) :recipe (:package "zoutline" :repo "abo-abo/zoutline" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "32857c6c4b9b0bcbed14d825a10b91a98d5fed0a")) (ivy :source "lockfile" :date - (26520 29882 933245 0) + (26521 51061 737016 0) :recipe (:package "ivy" :repo "abo-abo/swiper" :fetcher github :files (:defaults "doc/ivy-help.org" (:exclude "swiper.el" "counsel.el" "ivy-hydra.el" "ivy-avy.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "abb9e1e5649bcd078a2a75bcb27abb42311b4f86")) (heex-ts-mode :source "lockfile" :date - (26520 29882 922353 0) + (26521 51061 728494 0) :recipe (:package "heex-ts-mode" :repo "wkirschbaum/heex-ts-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "dafed72c254c226cdd28528ac70965ef8efa04ca")) (caml :source "lockfile" :date - (26520 29882 910895 0) + (26521 51061 719861 0) :recipe (:package "caml" :repo "ocaml/caml-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "47defafa2b08fb680e89bfee9cb9ce82bd9e3bcf")) (aio :source "lockfile" :date - (26520 29882 900666 0) + (26521 51061 711330 0) :recipe (:package "aio" :fetcher github :repo "skeeto/emacs-aio" :files ("aio.el" "README.md" "UNLICENSE") :source "MELPA" :protocol https :inherit t :depth treeless :ref "da93523e235529fa97d6f251319d9e1d6fc24a41")) (tablist :source "lockfile" :date - (26520 29882 888780 0) + (26521 51061 702797 0) :recipe (:package "tablist" :fetcher github :repo "emacsorphanage/tablist" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "fcd37147121fabdf003a70279cf86fbe08cfac6f")) (hcl-mode :source "lockfile" :date - (26520 29882 877588 0) + (26521 51061 694229 0) :recipe (:package "hcl-mode" :repo "hcl-emacs/hcl-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "1da895ed75d28d9f87cbf9b74f075d90ba31c0ed")) (groovy-mode :source "lockfile" :date - (26520 29882 866337 0) + (26521 51061 685303 0) :recipe (:package "groovy-mode" :fetcher github :repo "Groovy-Emacs-Modes/groovy-emacs-modes" :files ("*groovy*.el") :source "MELPA" :protocol https :inherit t :depth treeless :ref "7b8520b2e2d3ab1d62b35c426e17ac25ed0120bb")) (json-snatcher :source "lockfile" :date - (26520 29882 854319 0) + (26521 51061 676745 0) :recipe (:package "json-snatcher" :fetcher github :repo "Sterlingg/json-snatcher" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) :source "MELPA" :protocol https :inherit t :depth treeless :ref "b28d1c0670636da6db508d03872d96ffddbc10f2")) (xterm-color :source "lockfile" :date - (26520 29882 841225 0) + (26521 51061 667909 0) :recipe (:package "xterm-color" :repo "atomontage/xterm-color" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" diff --git a/lisp/icejam-avy.el b/lisp/icejam-avy.el index 4a47f17..8e844af 100644 --- a/lisp/icejam-avy.el +++ b/lisp/icejam-avy.el @@ -8,6 +8,8 @@ ;; Avy is a navigation manager. +(eval-when-compile (defvar icejam-keys-mode-map)) + ;;; Code: (use-package avy :ensure t :defer t :config From c2aebb5450a2491a8ac0054d66511eddfbc5760c Mon Sep 17 00:00:00 2001 From: Maciej Szlosarczyk Date: Wed, 29 Jan 2025 09:22:41 +0200 Subject: [PATCH 29/34] Some small comment change --- lisp/icejam-fonts.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/icejam-fonts.el b/lisp/icejam-fonts.el index d25c226..db86e44 100644 --- a/lisp/icejam-fonts.el +++ b/lisp/icejam-fonts.el @@ -128,7 +128,7 @@ two points smaller." ((>= 1080 pixel-height) (icejam-set-font icejam-default-font-family icejam-font-height)) - ;; LG 27" screen connected to a MacBook. + ;; 27" screen connected to a MacBook. ((>= 1440 pixel-height) (icejam-set-font icejam-default-font-family (+ icejam-font-height 3))) From ef16f1af559092eff31acdd61591173889bbc9bd Mon Sep 17 00:00:00 2001 From: Maciej Szlosarczyk Date: Tue, 4 Feb 2025 08:39:24 +0200 Subject: [PATCH 30/34] Use new elpaca-write-lock-file function --- elpaca.lock | 2116 +++++++++++++++++--------------- lisp/icejam-completing-read.el | 3 + lisp/icejam-custom-init.el | 5 +- 3 files changed, 1140 insertions(+), 984 deletions(-) diff --git a/elpaca.lock b/elpaca.lock index 5e0e991..0b5df76 100644 --- a/elpaca.lock +++ b/elpaca.lock @@ -1,994 +1,1146 @@ -((elpaca :source "lockfile" :date - (26521 51062 901937 0) - :recipe - (:source nil :protocol https :inherit ignore :depth 1 :repo "https://github.com/progfolio/elpaca.git" :ref "324b2a79ee287a29f2a1c38c98f2feeec46380ba" :files - (:defaults "elpaca-test.el" - (:exclude "extensions")) - :build - (:not elpaca--activate-package) - :package "elpaca")) - (elpaca-use-package :source "lockfile" :date - (26521 51062 893077 0) - :recipe - (:package "elpaca-use-package" :wait t :repo "https://github.com/progfolio/elpaca.git" :files - ("extensions/elpaca-use-package.el") - :main "extensions/elpaca-use-package.el" :build - (:not elpaca--compile-info) - :source "Elpaca extensions" :protocol https :inherit t :depth treeless :ref "324b2a79ee287a29f2a1c38c98f2feeec46380ba")) - (benchmark-init :source "lockfile" :date - (26521 51062 883512 0) - :recipe - (:package "benchmark-init" :fetcher github :repo "dholm/benchmark-init-el" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :wait t :ref "2b34432d79fa0aae8abc3db72db1cb79a28c00b2")) - (easy-kill :source "lockfile" :date - (26521 51062 874311 0) - :recipe - (:package "easy-kill" :fetcher github :repo "leoliu/easy-kill" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "de7d66c3c864a4722a973ee9bc228a14be49ba0c")) - (buffer-move :source "lockfile" :date - (26521 51062 864934 0) - :recipe - (:package "buffer-move" :fetcher github :repo "lukhas/buffer-move" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "e7800b3ab1bd76ee475ef35507ec51ecd5a3f065")) - (gcmh :source "lockfile" :date - (26521 51062 856187 0) - :recipe - (:package "gcmh" :repo "koral/gcmh" :fetcher gitlab :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "0089f9c3a6d4e9a310d0791cf6fa8f35642ecfd9")) - (exec-path-from-shell :source "lockfile" :date - (26521 51062 848063 0) - :recipe - (:package "exec-path-from-shell" :fetcher github :repo "purcell/exec-path-from-shell" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "4896a797252fbfdac32fb77508500ac7d220f717")) - (direnv :source "lockfile" :date - (26521 51062 839668 0) - :recipe - (:package "direnv" :fetcher github :repo "wbolster/emacs-direnv" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "c0bf3b81c7a97e2a0d06d05495e86848254fcc1f")) - (treemacs :source "lockfile" :date - (26521 51062 831206 0) +((xterm-color + (:source #1="elpaca-menu-lock-file" :date + (26529 46568 668725 0) :recipe - (:package "treemacs" :fetcher github :repo "Alexander-Miller/treemacs" :files - (:defaults "Changelog.org" "icons" "src/elisp/treemacs*.el" "src/scripts/treemacs*.py" - (:exclude "src/extra/*")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "32bb3dd02ddfca85661614b3b227e770fab821e2")) - (treemacs-all-the-icons :source "lockfile" :date - (26521 51062 822898 0) - :recipe - (:package "treemacs-all-the-icons" :fetcher github :repo "Alexander-Miller/treemacs" :files - ("src/extra/treemacs-all-the-icons.el") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "32bb3dd02ddfca85661614b3b227e770fab821e2")) - (keyfreq :source "lockfile" :date - (26521 51062 814691 0) - :recipe - (:package "keyfreq" :fetcher github :repo "dacap/keyfreq" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "c6955162307f37c2ac631d9daf118781009f8dda")) - (which-key :source "lockfile" :date - (26521 51062 805746 0) - :recipe - (:package "which-key" :repo "justbur/emacs-which-key" :fetcher github :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "38d4308d1143b61e4004b6e7a940686784e51500")) - (tree-sitter-langs :source "lockfile" :date - (26521 51062 797306 0) - :recipe - (:package "tree-sitter-langs" :repo "emacs-tree-sitter/tree-sitter-langs" :fetcher github :branch "release" :files - (:defaults "queries") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "0b91637e22182f2102903ca7203909f1a0d16d3d")) - (vertico :source "lockfile" :date - (26521 51062 789231 0) - :recipe - (:package "vertico" :repo "minad/vertico" :files - (:defaults "extensions/vertico-*.el") - :fetcher github :source "MELPA" :protocol https :inherit t :depth treeless :ref "5679dfd6aa05fb38773cf5551aef1b657b73ac78")) - (orderless :source "lockfile" :date - (26521 51062 780728 0) - :recipe - (:package "orderless" :repo "oantolin/orderless" :fetcher github :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "411051c3257d60f0492cf88065193bb443b6ca0d")) - (marginalia :source "lockfile" :date - (26521 51062 772046 0) - :recipe - (:package "marginalia" :repo "minad/marginalia" :fetcher github :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "5282d5755ad1098c1f06113bf9180fd26450b92a")) - (consult :source "lockfile" :date - (26521 51062 763607 0) - :recipe - (:package "consult" :repo "minad/consult" :fetcher github :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "5b0c682d7092e02a0e8e0f047370be8c61ad3b4e")) - (helpful :source "lockfile" :date - (26521 51062 755022 0) - :recipe - (:package "helpful" :repo "Wilfred/helpful" :fetcher github :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "4ba24cac9fb14d5fdc32582cd947572040e82b2c")) - (avy :source "lockfile" :date - (26521 51062 746541 0) - :recipe - (:package "avy" :repo "abo-abo/avy" :fetcher github :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "933d1f36cca0f71e4acb5fac707e9ae26c536264")) - (transient :source "lockfile" :date - (26521 51062 738123 0) - :recipe - (:package "transient" :fetcher github :repo "magit/transient" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :wait t :ref "680f079b5e2b67ef5e904168a27680cbf6831b6a")) - (dash :source "lockfile" :date - (26521 51062 729384 0) - :recipe - (:package "dash" :fetcher github :repo "magnars/dash.el" :files - ("dash.el" "dash.texi") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "1de9dcb83eacfb162b6d9a118a4770b1281bcd84")) - (s :source "lockfile" :date - (26521 51062 719074 0) - :recipe - (:package "s" :fetcher github :repo "magnars/s.el" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "dda84d38fffdaf0c9b12837b504b402af910d01d")) - (ace-window :source "lockfile" :date - (26521 51062 710671 0) - :recipe - (:package "ace-window" :repo "abo-abo/ace-window" :fetcher github :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "77115afc1b0b9f633084cf7479c767988106c196")) - (pfuture :source "lockfile" :date - (26521 51062 702232 0) - :recipe - (:package "pfuture" :repo "Alexander-Miller/pfuture" :fetcher github :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "19b53aebbc0f2da31de6326c495038901bffb73c")) - (hydra :source "lockfile" :date - (26521 51062 693571 0) - :recipe - (:package "hydra" :repo "abo-abo/hydra" :fetcher github :files - (:defaults - (:exclude "lv.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "317e1de33086637579a7aeb60f77ed0405bf359b")) - (ht :source "lockfile" :date - (26521 51062 685163 0) - :recipe - (:package "ht" :fetcher github :repo "Wilfred/ht.el" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "1c49aad1c820c86f7ee35bf9fff8429502f60fef")) - (cfrs :source "lockfile" :date - (26521 51062 676526 0) - :recipe - (:package "cfrs" :repo "Alexander-Miller/cfrs" :fetcher github :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "f3a21f237b2a54e6b9f8a420a9da42b4f0a63121")) - (posframe :source "lockfile" :date - (26521 51062 667621 0) - :recipe - (:package "posframe" :fetcher github :repo "tumashu/posframe" :files + (:package "xterm-color" :repo "atomontage/xterm-color" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "81651536827c96bf5af5265ee7918ab70e1dd5b1")) - (lv :source "lockfile" :date - (26521 51062 658744 0) - :recipe - (:package "lv" :repo "abo-abo/hydra" :fetcher github :files - ("lv.el") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "317e1de33086637579a7aeb60f77ed0405bf359b")) - (all-the-icons :source "lockfile" :date - (26521 51062 650690 0) - :recipe - (:package "all-the-icons" :repo "domtronn/all-the-icons.el" :fetcher github :files - (:defaults "data") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "39ef44f810c34e8900978788467cc675870bcd19")) - (tree-sitter :source "lockfile" :date - (26521 51062 641958 0) - :recipe - (:package "tree-sitter" :fetcher github :repo "emacs-tree-sitter/elisp-tree-sitter" :branch "release" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "3cfab8a0e945db9b3df84437f27945746a43cc71")) - (tsc :source "lockfile" :date - (26521 51062 633928 0) - :recipe - (:package "tsc" :fetcher github :repo "emacs-tree-sitter/elisp-tree-sitter" :branch "release" :files - ("core/*.el" "core/Cargo.toml" "core/Cargo.lock" "core/src") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "3cfab8a0e945db9b3df84437f27945746a43cc71")) - (compat :source "lockfile" :date - (26521 51062 625271 0) - :recipe - (:package "compat" :repo - ("https://github.com/emacs-compat/compat" . "compat") - :files - ("*" - (:exclude ".git")) - :source "GNU ELPA" :protocol https :inherit t :depth treeless :ref "bfc0a46098be2dcaad0518ec200ff5a2be5cc9bb")) - (f :source "lockfile" :date - (26521 51062 616688 0) - :recipe - (:package "f" :fetcher github :repo "rejeep/f.el" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "931b6d0667fe03e7bf1c6c282d6d8d7006143c52")) - (elisp-refs :source "lockfile" :date - (26521 51062 607906 0) - :recipe - (:package "elisp-refs" :repo "Wilfred/elisp-refs" :fetcher github :files - (:defaults - (:exclude "elisp-refs-bench.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "541a064c3ce27867872cf708354a65d83baf2a6d")) - (rainbow-delimiters :source "lockfile" :date - (26521 51062 599415 0) - :recipe - (:package "rainbow-delimiters" :fetcher github :repo "Fanael/rainbow-delimiters" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "f40ece58df8b2f0fb6c8576b527755a552a5e763")) - (rainbow-mode :source "lockfile" :date - (26521 51062 591048 0) - :recipe - (:package "rainbow-mode" :repo - ("git://git.sv.gnu.org/emacs/elpa" . "rainbow-mode") - :branch "externals/rainbow-mode" :files - ("*" - (:exclude ".git")) - :source "GNU ELPA" :protocol https :inherit t :depth treeless :ref "f7db3b5919f70420a91eb199f8663468de3033f3")) - (dash-at-point :source "lockfile" :date - (26521 51062 582354 0) - :recipe - (:package "dash-at-point" :fetcher github :repo "stanaka/dash-at-point" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "fba1a6f42ea51d05110e12c62bdced664059eb55")) - (column-enforce-mode :source "lockfile" :date - (26521 51062 573717 0) - :recipe - (:package "column-enforce-mode" :fetcher github :repo "jordonbiondo/column-enforce-mode" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "14a7622f2268890e33536ccd29510024d51ee96f")) - (pcre2el :source "lockfile" :date - (26521 51062 565336 0) - :recipe - (:package "pcre2el" :fetcher github :repo "joddie/pcre2el" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "b4d846d80dddb313042131cf2b8fbf647567e000")) - (visual-regexp-steroids :source "lockfile" :date - (26521 51062 556814 0) - :recipe - (:package "visual-regexp-steroids" :repo "benma/visual-regexp-steroids.el" :fetcher github :files - ("visual-regexp-steroids.el" "regexp.py") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "a6420b25ec0fbba43bf57875827092e1196d8a9e")) - (apheleia :source "lockfile" :date - (26521 51062 548025 0) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "2ad407c651e90fff2ea85d17bf074cee2c022912"))) + (json-snatcher + (:source #1# :date + (26529 46568 694399 0) :recipe - (:package "apheleia" :fetcher github :repo "radian-software/apheleia" :files - (:defaults - ("scripts" "scripts/formatters")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "e112fe1bf4fdaef1c9ab741590ac45b06dc01f76")) - (yasnippet :source "lockfile" :date - (26521 51062 539386 0) - :recipe - (:package "yasnippet" :repo "joaotavora/yasnippet" :fetcher github :files - ("yasnippet.el" "snippets") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "5b315f1753480ebe669b157b8242448b5eafcfea")) - (yasnippet-snippets :source "lockfile" :date - (26521 51062 530081 0) - :recipe - (:package "yasnippet-snippets" :repo "AndreaCrotti/yasnippet-snippets" :fetcher github :files - ("*.el" "snippets" ".nosearch") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "f1907ed38acc479e78d5c113810465e4d77d8604")) - (corfu :source "lockfile" :date - (26521 51062 518296 0) - :recipe - (:package "corfu" :repo "minad/corfu" :files - (:defaults "extensions/corfu-*.el") - :fetcher github :source "MELPA" :protocol https :inherit t :depth treeless :ref "2c476b442ccfda9935e472b26d9cd60d45726560")) - (corfu-terminal :source "lockfile" :date - (26521 51062 510054 0) - :recipe - (:package "corfu-terminal" :repo - ("https://codeberg.org/akib/emacs-corfu-terminal" . "corfu-terminal") - :files - ("*" - (:exclude ".git")) - :source "NonGNU ELPA" :protocol https :inherit t :depth treeless :ref "501548c3d51f926c687e8cd838c5865ec45d03cc")) - (cape :source "lockfile" :date - (26521 51062 501447 0) - :recipe - (:package "cape" :repo "minad/cape" :fetcher github :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "118db73710466ab03708e7511f4bff7827057000")) - (yasnippet-capf :source "lockfile" :date - (26521 51062 492871 0) - :recipe - (:package "yasnippet-capf" :fetcher github :repo "elken/yasnippet-capf" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "4c2e33d70cd1d95cf1e08d134b058a6dd90a99c9")) - (nerd-icons-corfu :source "lockfile" :date - (26521 51062 484650 0) - :recipe - (:package "nerd-icons-corfu" :fetcher github :repo "LuigiPiucco/nerd-icons-corfu" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "41110180ceab9d0edaa856d19633b2b3fdf82e75")) - (copilot :source "lockfile" :date - (26521 51062 475791 0) - :recipe - (:package "copilot" :fetcher github :repo "copilot-emacs/copilot.el" :files - ("*.el") - :source "MELPA" :protocol https :inherit t :depth treeless :host github :ref "867a3debf907cbd7c5b0eb8837354a1efc7c2db9")) - (gptel :source "lockfile" :date - (26521 51062 466802 0) - :recipe - (:package "gptel" :repo "karthink/gptel" :fetcher github :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "7076b364bb16ad132baffe2879387dbda0de2d89")) - (aider :source "lockfile" :date - (26521 51062 458091 0) - :recipe - (:source nil :protocol https :inherit t :depth treeless :host github :repo "tninja/aider.el" :files - ("aider.el") - :package "aider" :ref "b56492f4f131c8b592d0a65604d5a7b2feab9bba")) - (elysium :source "lockfile" :date - (26521 51062 449868 0) - :recipe - (:package "elysium" :fetcher github :repo "lanceberge/elysium" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "98476a2b7165dc31a9e25c4528db70efecf57f1e")) - (flymake-flycheck :source "lockfile" :date - (26521 51062 441199 0) - :recipe - (:package "flymake-flycheck" :fetcher github :repo "purcell/flymake-flycheck" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "88455c5e6d8ebf650fb51a45c7511a1c18097344")) - (flyspell-correct :source "lockfile" :date - (26521 51062 432636 0) - :recipe - (:package "flyspell-correct" :repo "d12frosted/flyspell-correct" :fetcher github :files - ("flyspell-correct.el" "flyspell-correct-ido.el") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "1e7a5a56362dd875dddf848b9a9e25d1395b9d37")) - (deft :source "lockfile" :date - (26521 51062 424438 0) - :recipe - (:package "deft" :repo "jrblevin/deft" :fetcher github :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "b369d7225d86551882568788a23c5497b232509c")) - (lsp-mode :source "lockfile" :date - (26521 51062 415998 0) - :recipe - (:package "lsp-mode" :repo "emacs-lsp/lsp-mode" :fetcher github :files - (:defaults "clients/*.el") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "e700fe57a4d94c48bad5e86b4075a0419310d959")) - (lsp-ui :source "lockfile" :date - (26521 51062 407317 0) - :recipe - (:package "lsp-ui" :repo "emacs-lsp/lsp-ui" :fetcher github :files - (:defaults "lsp-ui-doc.html" "resources") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "1eae284ab0ae70fba4a2ee1e3f76d7013521c49c")) - (dap-mode :source "lockfile" :date - (26521 51062 398577 0) - :recipe - (:package "dap-mode" :repo "emacs-lsp/dap-mode" :fetcher github :files - (:defaults "icons") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "ffb795761273e1bdc3d0cd1ebdd43e36b7c08921")) - (dashboard :source "lockfile" :date - (26521 51062 389808 0) - :recipe - (:package "dashboard" :fetcher github :repo "emacs-dashboard/emacs-dashboard" :files - (:defaults "banners") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "7b7846689845078cb5604508c5075e28e2160efe")) - (magit :source "lockfile" :date - (26521 51062 381134 0) - :recipe - (:package "magit" :fetcher github :repo "magit/magit" :files - ("lisp/magit*.el" "lisp/git-*.el" "docs/magit.texi" "docs/AUTHORS.md" "LICENSE" "magit-pkg.el" - (:exclude "lisp/magit-section.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "6654bd7b3d176054fe123412eab90349b7d7bfc8")) - (vundo :source "lockfile" :date - (26521 51062 372423 0) - :recipe - (:package "vundo" :repo - ("https://github.com/casouri/vundo" . "vundo") - :files - ("*" - (:exclude ".git" "test")) - :source "GNU ELPA" :protocol https :inherit t :depth treeless :ref "288892ee93214ddcaf65fdd9f3134c1bd10100ee")) - (speed-type :source "lockfile" :date - (26521 51062 364141 0) - :recipe - (:package "speed-type" :fetcher github :repo "dakra/speed-type" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "b982ee6081a11837760eeaed73c4f413eefb07b1")) - (spaceline :source "lockfile" :date - (26521 51062 355516 0) - :recipe - (:package "spaceline" :fetcher github :repo "TheBB/spaceline" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "086420d16e526c79b67fc1edec4c2ae1e699f372")) - (base16-theme :source "lockfile" :date - (26521 51062 346787 0) - :recipe - (:package "base16-theme" :repo "tinted-theming/base16-emacs" :fetcher github :files - (:defaults "build/*.el") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "1d48474c3c07521276f4e7d73317a654997b4381")) - (clojure-mode :source "lockfile" :date - (26521 51062 337846 0) - :recipe - (:package "clojure-mode" :repo "clojure-emacs/clojure-mode" :fetcher github :files - ("clojure-mode.el") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "eabe29b076fff19db552d36d4babaa36ecf0b704")) - (cider :source "lockfile" :date - (26521 51062 328730 0) - :recipe - (:package "cider" :fetcher github :repo "clojure-emacs/cider" :files - ("lisp/*.el" "bin/*.sh" "*.el" "clojure.sh" "lein.sh" - (:exclude ".dir-locals.el")) - :old-names - (nrepl) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "08581554662c81d388a1d32c829c7f9e3b2396c1")) - (clj-refactor :source "lockfile" :date - (26521 51062 320133 0) - :recipe - (:package "clj-refactor" :fetcher github :repo "clojure-emacs/clj-refactor.el" :files - (:defaults "CHANGELOG.md") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "dc1bbc8cdaa723bdbb6669ea7d280625c370755d")) - (dart-mode :source "lockfile" :date - (26521 51062 311723 0) - :recipe - (:package "dart-mode" :fetcher github :repo "emacsorphanage/dart-mode" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "02e919c1cf200b4938139c18068577faff1fb364")) - (lsp-dart :source "lockfile" :date - (26521 51062 302922 0) - :recipe - (:package "lsp-dart" :repo "emacs-lsp/lsp-dart" :fetcher github :files + (:package "json-snatcher" :fetcher github :repo "Sterlingg/json-snatcher" :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "7e3d3429418bc42cda7fa7b58e6644a705cf2f89")) - (dhall-mode :source "lockfile" :date - (26521 51062 294190 0) - :recipe - (:package "dhall-mode" :repo "psibi/dhall-mode" :fetcher github :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "fca383a9c4622c1d9a39dc977572b34c7fa0b719")) - (lispy :source "lockfile" :date - (26521 51062 285665 0) - :recipe - (:package "lispy" :repo "abo-abo/lispy" :fetcher github :files - (:defaults "lispy-clojure.clj" "lispy-clojure.cljs" "lispy-python.py") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "fe44efd21573868638ca86fc8313241148fabbe3")) - (elixir-ts-mode :source "lockfile" :date - (26521 51062 277206 0) - :recipe - (:package "elixir-ts-mode" :repo "wkirschbaum/elixir-ts-mode" :fetcher github :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "143b94f4a5ac1f161c232e3f25b84c6768be2f25")) - (erlang :source "lockfile" :date - (26521 51062 268534 0) - :recipe - (:package "erlang" :fetcher github :repo "erlang/otp" :version-regexp "OTP-%v" :files - ("lib/tools/emacs/*.el" - (:exclude "lib/tools/emacs/erlang_appwiz.el")) - :source "MELPA" :protocol https :inherit t :depth 1 :ref "92339277483c67c619b492a44b2d997cd4ae49d7")) - (fsharp-mode :source "lockfile" :date - (26521 51062 259838 0) - :recipe - (:package "fsharp-mode" :fetcher github :repo "fsharp/emacs-fsharp-mode" :files - (:defaults - (:exclude "eglot-fsharp.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "677d78c4d6cb574086408082dedbcaef04a85359")) - (gleam-ts-mode :source "lockfile" :date - (26521 51062 251135 0) - :recipe - (:package "gleam-ts-mode" :fetcher github :repo "gleam-lang/gleam-mode" :files - ("gleam-ts-mode.el") - :source "MELPA" :protocol https :inherit t :depth treeless :type git :host github :ref "d00f37d0b47f5d6810aa295af98c40a7708b4305")) - (go-mode :source "lockfile" :date - (26521 51062 242083 0) - :recipe - (:package "go-mode" :repo "dominikh/go-mode.el" :fetcher github :files - ("go-mode.el") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "602d73e22646b1b98b2eb97927fd426c0d1d2f92")) - (haskell-mode :source "lockfile" :date - (26521 51062 233391 0) - :recipe - (:package "haskell-mode" :repo "haskell/haskell-mode" :fetcher github :files - (:defaults "NEWS" "logo.svg") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "4cec530008ef4054826eb1b55d6b26ae8e2807c0")) - (lsp-haskell :source "lockfile" :date - (26521 51062 224999 0) - :recipe - (:package "lsp-haskell" :repo "emacs-lsp/lsp-haskell" :fetcher github :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "1d618c62e87e0dd254cb267e7c41a24f2f054296")) - (js2-mode :source "lockfile" :date - (26521 51062 216741 0) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "b28d1c0670636da6db508d03872d96ffddbc10f2"))) + (groovy-mode + (:source #1# :date + (26529 46568 712245 0) :recipe - (:package "js2-mode" :repo "mooz/js2-mode" :fetcher github :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "e0c302872de4d26a9c1614fac8d6b94112b96307")) - (kotlin-ts-mode :source "lockfile" :date - (26521 51062 208113 0) - :recipe - (:package "kotlin-ts-mode" :fetcher gitlab :repo "bricka/emacs-kotlin-ts-mode" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "a25d56cecac9160ba7c140f982ec16ca7b2fe97f")) - (gradle-mode :source "lockfile" :date - (26521 51062 199353 0) - :recipe - (:package "gradle-mode" :fetcher github :repo "scubacabra/emacs-gradle-mode" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "e4d665d5784ecda7ddfba015f07c69be3cfc45f2")) - (lean4-mode :source "lockfile" :date - (26521 51062 190547 0) - :recipe - (:source nil :protocol https :inherit t :depth treeless :type git :host github :repo "leanprover/lean4-mode" :files - ("*.el" "data") - :package "lean4-mode" :ref "76895d8939111654a472cfc617cfd43fbf5f1eb6")) - (lua-mode :source "lockfile" :date - (26521 51062 182059 0) - :recipe - (:package "lua-mode" :repo "immerrr/lua-mode" :fetcher github :files - (:defaults - (:exclude "init-tryout.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "d074e4134b1beae9ed4c9b512af741ca0d852ba3")) - (markdown-mode :source "lockfile" :date - (26521 51062 173320 0) - :recipe - (:package "markdown-mode" :fetcher github :repo "jrblevin/markdown-mode" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "7659bc470d096e7a53285fa246cbabcb07d66a33")) - (merlin :source "lockfile" :date - (26521 51062 164768 0) - :recipe - (:package "merlin" :fetcher github :repo "ocaml/merlin" :files - ("emacs/*.el" - (:exclude "emacs/merlin-ac.el" "emacs/merlin-company.el" "emacs/merlin-iedit.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "86b4b261b950e409791a42815e4ede601c6be92d")) - (opam-switch-mode :source "lockfile" :date - (26521 51062 156492 0) - :recipe - (:package "opam-switch-mode" :fetcher github :repo "ProofGeneral/opam-switch-mode" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "1069e56a662f23ea09d4e05611bdedeb99257012")) - (dune :source "lockfile" :date - (26521 51062 148095 0) - :recipe - (:package "dune" :fetcher github :repo "ocaml/dune" :files - ("editor-integration/emacs/*.el") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "e43cb9d5a48700a48ca1f7709213f18bf1b7bff5")) - (tuareg :source "lockfile" :date - (26521 51062 139492 0) - :recipe - (:package "tuareg" :fetcher github :repo "ocaml/tuareg" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "1d53723e39f22ab4ab76d31f2b188a2879305092")) - (dockerfile-mode :source "lockfile" :date - (26521 51062 130856 0) - :recipe - (:package "dockerfile-mode" :fetcher github :repo "spotify/dockerfile-mode" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "4d893bd2da15833ce056332e6c972d5d93e78f04")) - (docker :source "lockfile" :date - (26521 51062 122139 0) - :recipe - (:package "docker" :fetcher github :repo "Silex/docker.el" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "46b597a711492e1c19d1260951f39372450278f5")) - (terraform-mode :source "lockfile" :date - (26521 51062 113525 0) - :recipe - (:package "terraform-mode" :repo "hcl-emacs/terraform-mode" :fetcher github :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "5bdd734a87f67f6574664f63eb4d02a0bc74c0d0")) - (ansible :source "lockfile" :date - (26521 51062 105009 0) - :recipe - (:package "ansible" :fetcher gitlab :repo "emacs-ansible/emacs-ansible" :files - (:defaults "snippets" "dict") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "03e285bb54a687e3fd9e21026b088fdac46679a0")) - (nginx-mode :source "lockfile" :date - (26521 51062 96382 0) - :recipe - (:package "nginx-mode" :fetcher github :repo "ajc/nginx-mode" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "c4ac5de975d65c84893a130a470af32a48b0b66c")) - (jenkinsfile-mode :source "lockfile" :date - (26521 51062 87504 0) - :recipe - (:package "jenkinsfile-mode" :repo "https://github.com/john2x/jenkinsfile-mode.git" :fetcher github :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :branch "master" :ref "568865ee419e0592de0dd0717d6769a66d9df111")) - (graphql-mode :source "lockfile" :date - (26521 51062 78972 0) - :recipe - (:package "graphql-mode" :repo "davazp/graphql-mode" :fetcher github :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "ee49531935ede7a2c9597713e13a4c9d33ef2220")) - (yaml-mode :source "lockfile" :date - (26521 51062 69518 0) - :recipe - (:package "yaml-mode" :repo "yoshiki/yaml-mode" :fetcher github :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "d91f878729312a6beed77e6637c60497c5786efa")) - (json-mode :source "lockfile" :date - (26521 51062 60753 0) - :recipe - (:package "json-mode" :fetcher github :repo "json-emacs/json-mode" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "77125b01c0ddce537085201098bea9b4b8ba6be3")) - (git-modes :source "lockfile" :date - (26521 51062 52256 0) - :recipe - (:package "git-modes" :fetcher github :repo "magit/git-modes" :old-names - (gitattributes-mode gitconfig-mode gitignore-mode) - :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "f99010bbeb8b6d8a0819fac0195a2ef0159d08f0")) - (php-mode :source "lockfile" :date - (26521 51062 43873 0) - :recipe - (:package "php-mode" :repo "emacs-php/php-mode" :fetcher github :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "0f756a8c0782ebdc00557addc68763305c91ca51")) - (purescript-mode :source "lockfile" :date - (26521 51062 35637 0) - :recipe - (:package "purescript-mode" :repo "purescript-emacs/purescript-mode" :fetcher github :files - (:defaults "NEWS" "snippets") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "07e4d6ecfe677d595ed3759c912c0b262d886b98")) - (rspec-mode :source "lockfile" :date - (26521 51062 26150 0) - :recipe - (:package "rspec-mode" :repo "pezra/rspec-mode" :fetcher github :files - ("rspec-mode.el" "snippets") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "29df3d081c6a1cbdf840cd13d45ea1c100c5bbaa")) - (ruby-end :source "lockfile" :date - (26521 51062 17726 0) - :recipe - (:package "ruby-end" :repo "rejeep/ruby-end.el" :fetcher github :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "ba7d7230f9e3ed75c9982d32bb9fdff1dc10935d")) - (rbs-mode :source "lockfile" :date - (26521 51062 9061 0) - :recipe - (:package "rbs-mode" :fetcher github :repo "ybiquitous/rbs-mode" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "e415a6fa9e88594cb9b7f7765145f57dda0e9b56")) - (rust-mode :source "lockfile" :date - (26521 51062 324 0) - :recipe - (:package "rust-mode" :repo "rust-lang/rust-mode" :fetcher github :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "542f1755d8929ca83564322d7030d558f3392fe1")) - (rustic :source "lockfile" :date - (26521 51061 991809 0) - :recipe - (:package "rustic" :repo "emacs-rustic/rustic" :fetcher github :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "c1e1d5db1c156aaf2b29cc537abd89a07a76f88b")) - (flycheck-rust :source "lockfile" :date - (26521 51061 983626 0) - :recipe - (:package "flycheck-rust" :repo "flycheck/flycheck-rust" :fetcher github :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "d499471ec433a62898a95ce76561964e3d015ce5")) - (fish-mode :source "lockfile" :date - (26521 51061 975043 0) - :recipe - (:package "fish-mode" :fetcher github :repo "wwwjfy/emacs-fish" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "2526b1803b58cf145bc70ff6ce2adb3f6c246f89")) - (web-mode :source "lockfile" :date - (26521 51061 966617 0) - :recipe - (:package "web-mode" :repo "fxbois/web-mode" :fetcher github :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "be2d59c8fa02b1a45ae54ce4079e502e659cefe6")) - (zig-mode :source "lockfile" :date - (26521 51061 958356 0) - :recipe - (:package "zig-mode" :repo "ziglang/zig-mode" :fetcher github :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "f0b4a487530146f99230f4a5ff67e8d56c8f3f80")) - (diminish :source "lockfile" :date - (26521 51061 949974 0) - :recipe - (:package "diminish" :fetcher github :repo "myrjola/diminish.el" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "fbd5d846611bad828e336b25d2e131d1bc06b83d")) - (visual-regexp :source "lockfile" :date - (26521 51061 941277 0) - :recipe - (:package "visual-regexp" :repo "benma/visual-regexp.el" :fetcher github :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "48457d42a5e0fe10fa3a9c15854f1f127ade09b5")) - (popon :source "lockfile" :date - (26521 51061 932778 0) - :recipe - (:package "popon" :repo - ("https://codeberg.org/akib/emacs-popon" . "popon") - :files - ("*" - (:exclude ".git")) - :source "NonGNU ELPA" :protocol https :inherit t :depth treeless :ref "bf8174cb7e6e8fe0fe91afe6b01b6562c4dc39da")) - (nerd-icons :source "lockfile" :date - (26521 51061 924574 0) - :recipe - (:package "nerd-icons" :repo "rainstormstudio/nerd-icons.el" :fetcher github :files - (:defaults "data") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "546ee20caf825e65da4c5435d31f13d269ed2a81")) - (editorconfig :source "lockfile" :date - (26521 51061 916070 0) - :recipe - (:package "editorconfig" :fetcher github :repo "editorconfig/editorconfig-emacs" :old-names - (editorconfig-core editorconfig-fnmatch) - :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "24f5b2b1cd4e37adc245fb59f7edeb6872a707a4")) - (magit-section :source "lockfile" :date - (26521 51061 907382 0) - :recipe - (:package "magit-section" :fetcher github :repo "magit/magit" :files - ("lisp/magit-section.el" "docs/magit-section.texi" "magit-section-pkg.el") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "6654bd7b3d176054fe123412eab90349b7d7bfc8")) - (with-editor :source "lockfile" :date - (26521 51061 898586 0) - :recipe - (:package "with-editor" :fetcher github :repo "magit/with-editor" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "ca902ae02972bdd6919a902be2593d8cb6bd991b")) - (flycheck :source "lockfile" :date - (26521 51061 890459 0) - :recipe - (:package "flycheck" :repo "flycheck/flycheck" :fetcher github :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "87ad201889b2055d0c4b0839d2f8b80eeccae59e")) - (spinner :source "lockfile" :date - (26521 51061 882018 0) - :recipe - (:package "spinner" :repo - ("https://github.com/Malabarba/spinner.el" . "spinner") - :files - ("*" - (:exclude ".git")) - :source "GNU ELPA" :protocol https :inherit t :depth treeless :ref "d4647ae87fb0cd24bc9081a3d287c860ff061c21")) - (bui :source "lockfile" :date - (26521 51061 873554 0) - :recipe - (:package "bui" :repo "alezost/bui.el" :fetcher github :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "f3a137628e112a91910fd33c0cff0948fa58d470")) - (lsp-treemacs :source "lockfile" :date - (26521 51061 865003 0) - :recipe - (:package "lsp-treemacs" :repo "emacs-lsp/lsp-treemacs" :fetcher github :files - (:defaults "icons") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "fb1a07ae0a3d781dea8ac78da2933e0173eb48a4")) - (lsp-docker :source "lockfile" :date - (26521 51061 856340 0) - :recipe - (:package "lsp-docker" :repo "emacs-lsp/lsp-docker" :fetcher github :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "ce291d0f80533f8eaca120eb745d55669e062636")) - (yaml :source "lockfile" :date - (26521 51061 847998 0) - :recipe - (:package "yaml" :repo "zkry/yaml.el" :fetcher github :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "cd3edfc02cb12514426c00e07160b87bd8340f4a")) - (powerline :source "lockfile" :date - (26521 51061 839486 0) - :recipe - (:package "powerline" :fetcher github :repo "milkypostman/powerline" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "c35c35bdf5ce2d992882c1f06f0f078058870d4a")) - (parseedn :source "lockfile" :date - (26521 51061 831315 0) - :recipe - (:package "parseedn" :repo "clojure-emacs/parseedn" :fetcher github :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "3407e4530a367b6c2b857dae261cdbb67a440aaa")) - (queue :source "lockfile" :date - (26521 51061 822638 0) - :recipe - (:package "queue" :repo - ("git://git.sv.gnu.org/emacs/elpa" . "queue") - :branch "externals/queue" :files - ("*" - (:exclude ".git")) - :source "GNU ELPA" :protocol https :inherit t :depth treeless :ref "f986fb68e75bdae951efb9e11a3012ab6bd408ee")) - (sesman :source "lockfile" :date - (26521 51061 813979 0) - :recipe - (:package "sesman" :repo "vspinu/sesman" :fetcher github :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "7bca68dbbab0af26a6a23be1ff5fa97f9a18e022")) - (parseclj :source "lockfile" :date - (26521 51061 805511 0) - :recipe - (:package "parseclj" :repo "clojure-emacs/parseclj" :fetcher github :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "6af22372e0fe14df882dd300b22b12ba2d7e00b0")) - (paredit :source "lockfile" :date - (26521 51061 797425 0) - :recipe - (:package "paredit" :fetcher git :url "https://mumble.net/~campbell/git/paredit.git" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "af075775af91f2dbc63b915d762b4aec092946c4")) - (multiple-cursors :source "lockfile" :date - (26521 51061 788787 0) - :recipe - (:package "multiple-cursors" :fetcher github :repo "magnars/multiple-cursors.el" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "dd10cf2334333838e4550f091a75695448e26765")) - (inflections :source "lockfile" :date - (26521 51061 780191 0) - :recipe - (:package "inflections" :repo "eschulte/jump.el" :fetcher github :files - ("inflections.el") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "55caa66a7cc6e0b1a76143fd40eff38416928941")) - (reformatter :source "lockfile" :date - (26521 51061 771543 0) - :recipe - (:package "reformatter" :repo "purcell/emacs-reformatter" :fetcher github :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "f2cb59466b1c3f85a8c960f7d4b7b7ead015bedc")) - (iedit :source "lockfile" :date - (26521 51061 762993 0) - :recipe - (:package "iedit" :repo "victorhge/iedit" :fetcher github :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "27c61866b1b9b8d77629ac702e5f48e67dfe0d3b")) - (swiper :source "lockfile" :date - (26521 51061 754551 0) - :recipe - (:package "swiper" :repo "abo-abo/swiper" :fetcher github :files - ("swiper.el") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "abb9e1e5649bcd078a2a75bcb27abb42311b4f86")) - (zoutline :source "lockfile" :date - (26521 51061 746052 0) - :recipe - (:package "zoutline" :repo "abo-abo/zoutline" :fetcher github :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "32857c6c4b9b0bcbed14d825a10b91a98d5fed0a")) - (ivy :source "lockfile" :date - (26521 51061 737016 0) - :recipe - (:package "ivy" :repo "abo-abo/swiper" :fetcher github :files - (:defaults "doc/ivy-help.org" - (:exclude "swiper.el" "counsel.el" "ivy-hydra.el" "ivy-avy.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "abb9e1e5649bcd078a2a75bcb27abb42311b4f86")) - (heex-ts-mode :source "lockfile" :date - (26521 51061 728494 0) - :recipe - (:package "heex-ts-mode" :repo "wkirschbaum/heex-ts-mode" :fetcher github :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "dafed72c254c226cdd28528ac70965ef8efa04ca")) - (caml :source "lockfile" :date - (26521 51061 719861 0) - :recipe - (:package "caml" :repo "ocaml/caml-mode" :fetcher github :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "47defafa2b08fb680e89bfee9cb9ce82bd9e3bcf")) - (aio :source "lockfile" :date - (26521 51061 711330 0) - :recipe - (:package "aio" :fetcher github :repo "skeeto/emacs-aio" :files - ("aio.el" "README.md" "UNLICENSE") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "da93523e235529fa97d6f251319d9e1d6fc24a41")) - (tablist :source "lockfile" :date - (26521 51061 702797 0) - :recipe - (:package "tablist" :fetcher github :repo "emacsorphanage/tablist" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "fcd37147121fabdf003a70279cf86fbe08cfac6f")) - (hcl-mode :source "lockfile" :date - (26521 51061 694229 0) + (:package "groovy-mode" :fetcher github :repo "Groovy-Emacs-Modes/groovy-emacs-modes" :files + ("*groovy*.el") + :source "MELPA" :protocol https :inherit t :depth treeless :ref "7b8520b2e2d3ab1d62b35c426e17ac25ed0120bb"))) + (hcl-mode + (:source #1# :date + (26529 46568 725203 0) :recipe (:package "hcl-mode" :repo "hcl-emacs/hcl-mode" :fetcher github :files ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "1da895ed75d28d9f87cbf9b74f075d90ba31c0ed")) - (groovy-mode :source "lockfile" :date - (26521 51061 685303 0) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "1da895ed75d28d9f87cbf9b74f075d90ba31c0ed"))) + (tablist + (:source #1# :date + (26529 46568 735372 0) + :recipe + (:package "tablist" :fetcher github :repo "emacsorphanage/tablist" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "fcd37147121fabdf003a70279cf86fbe08cfac6f"))) + (aio + (:source #1# :date + (26529 46568 744811 0) + :recipe + (:package "aio" :fetcher github :repo "skeeto/emacs-aio" :files + ("aio.el" "README.md" "UNLICENSE") + :source "MELPA" :protocol https :inherit t :depth treeless :ref "da93523e235529fa97d6f251319d9e1d6fc24a41"))) + (caml + (:source #1# :date + (26529 46568 753895 0) + :recipe + (:package "caml" :repo "ocaml/caml-mode" :fetcher github :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "47defafa2b08fb680e89bfee9cb9ce82bd9e3bcf"))) + (heex-ts-mode + (:source #1# :date + (26529 46568 762622 0) + :recipe + (:package "heex-ts-mode" :repo "wkirschbaum/heex-ts-mode" :fetcher github :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "dafed72c254c226cdd28528ac70965ef8efa04ca"))) + (ivy + (:source #1# :date + (26529 46568 770945 0) + :recipe + (:package "ivy" :repo "abo-abo/swiper" :fetcher github :files + (:defaults "doc/ivy-help.org" + (:exclude "swiper.el" "counsel.el" "ivy-hydra.el" "ivy-avy.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "abb9e1e5649bcd078a2a75bcb27abb42311b4f86"))) + (zoutline + (:source #1# :date + (26529 46568 778907 0) + :recipe + (:package "zoutline" :repo "abo-abo/zoutline" :fetcher github :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "32857c6c4b9b0bcbed14d825a10b91a98d5fed0a"))) + (swiper + (:source #1# :date + (26529 46568 787372 0) + :recipe + (:package "swiper" :repo "abo-abo/swiper" :fetcher github :files + ("swiper.el") + :source "MELPA" :protocol https :inherit t :depth treeless :ref "abb9e1e5649bcd078a2a75bcb27abb42311b4f86"))) + (iedit + (:source #1# :date + (26529 46568 795294 0) + :recipe + (:package "iedit" :repo "victorhge/iedit" :fetcher github :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "27c61866b1b9b8d77629ac702e5f48e67dfe0d3b"))) + (reformatter + (:source #1# :date + (26529 46568 803513 0) + :recipe + (:package "reformatter" :repo "purcell/emacs-reformatter" :fetcher github :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "f2cb59466b1c3f85a8c960f7d4b7b7ead015bedc"))) + (inflections + (:source #1# :date + (26529 46568 811840 0) + :recipe + (:package "inflections" :repo "eschulte/jump.el" :fetcher github :files + ("inflections.el") + :source "MELPA" :protocol https :inherit t :depth treeless :ref "55caa66a7cc6e0b1a76143fd40eff38416928941"))) + (multiple-cursors + (:source #1# :date + (26529 46568 820420 0) + :recipe + (:package "multiple-cursors" :fetcher github :repo "magnars/multiple-cursors.el" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "dd10cf2334333838e4550f091a75695448e26765"))) + (paredit + (:source #1# :date + (26529 46568 828771 0) + :recipe + (:package "paredit" :fetcher git :url "https://mumble.net/~campbell/git/paredit.git" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "af075775af91f2dbc63b915d762b4aec092946c4"))) + (parseclj + (:source #1# :date + (26529 46568 837131 0) + :recipe + (:package "parseclj" :repo "clojure-emacs/parseclj" :fetcher github :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "6af22372e0fe14df882dd300b22b12ba2d7e00b0"))) + (sesman + (:source #1# :date + (26529 46568 845428 0) + :recipe + (:package "sesman" :repo "vspinu/sesman" :fetcher github :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "7bca68dbbab0af26a6a23be1ff5fa97f9a18e022"))) + (queue + (:source #1# :date + (26529 46568 853719 0) + :recipe + (:package "queue" :repo + ("git://git.sv.gnu.org/emacs/elpa" . "queue") + :branch "externals/queue" :files + ("*" + (:exclude ".git")) + :source "GNU ELPA" :protocol https :inherit t :depth treeless :ref "f986fb68e75bdae951efb9e11a3012ab6bd408ee"))) + (parseedn + (:source #1# :date + (26529 46568 862204 0) + :recipe + (:package "parseedn" :repo "clojure-emacs/parseedn" :fetcher github :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "3407e4530a367b6c2b857dae261cdbb67a440aaa"))) + (powerline + (:source #1# :date + (26529 46568 870631 0) + :recipe + (:package "powerline" :fetcher github :repo "milkypostman/powerline" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "c35c35bdf5ce2d992882c1f06f0f078058870d4a"))) + (yaml + (:source #1# :date + (26529 46568 878851 0) + :recipe + (:package "yaml" :repo "zkry/yaml.el" :fetcher github :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "cd3edfc02cb12514426c00e07160b87bd8340f4a"))) + (lsp-docker + (:source #1# :date + (26529 46568 887144 0) + :recipe + (:package "lsp-docker" :repo "emacs-lsp/lsp-docker" :fetcher github :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "ce291d0f80533f8eaca120eb745d55669e062636"))) + (lsp-treemacs + (:source #1# :date + (26529 46568 895702 0) + :recipe + (:package "lsp-treemacs" :repo "emacs-lsp/lsp-treemacs" :fetcher github :files + (:defaults "icons") + :source "MELPA" :protocol https :inherit t :depth treeless :ref "fb1a07ae0a3d781dea8ac78da2933e0173eb48a4"))) + (bui + (:source #1# :date + (26529 46568 906122 0) + :recipe + (:package "bui" :repo "alezost/bui.el" :fetcher github :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "f3a137628e112a91910fd33c0cff0948fa58d470"))) + (spinner + (:source #1# :date + (26529 46568 914705 0) + :recipe + (:package "spinner" :repo + ("https://github.com/Malabarba/spinner.el" . "spinner") + :files + ("*" + (:exclude ".git")) + :source "GNU ELPA" :protocol https :inherit t :depth treeless :ref "d4647ae87fb0cd24bc9081a3d287c860ff061c21"))) + (flycheck + (:source #1# :date + (26529 46568 923110 0) + :recipe + (:package "flycheck" :repo "flycheck/flycheck" :fetcher github :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "af1e8ca7257298dd6c51ed4424c09283b4fedb7a"))) + (with-editor + (:source #1# :date + (26529 46568 931514 0) + :recipe + (:package "with-editor" :fetcher github :repo "magit/with-editor" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "ca902ae02972bdd6919a902be2593d8cb6bd991b"))) + (magit-section + (:source #1# :date + (26529 46568 939703 0) + :recipe + (:package "magit-section" :fetcher github :repo "magit/magit" :files + ("lisp/magit-section.el" "docs/magit-section.texi" "magit-section-pkg.el") + :source "MELPA" :protocol https :inherit t :depth treeless :ref "e959ab1057016fd1759b9b4a930eca8aa71828ef"))) + (llama + (:source #1# :date + (26529 46568 947721 0) + :recipe + (:package "llama" :fetcher github :repo "tarsius/llama" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "9802c215a3eea748d9d7f81a1465850388006897"))) + (editorconfig + (:source #1# :date + (26529 46568 956106 0) + :recipe + (:package "editorconfig" :fetcher github :repo "editorconfig/editorconfig-emacs" :old-names + (editorconfig-core editorconfig-fnmatch) + :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "24f5b2b1cd4e37adc245fb59f7edeb6872a707a4"))) + (nerd-icons + (:source #1# :date + (26529 46568 964319 0) + :recipe + (:package "nerd-icons" :repo "rainstormstudio/nerd-icons.el" :fetcher github :files + (:defaults "data") + :source "MELPA" :protocol https :inherit t :depth treeless :ref "546ee20caf825e65da4c5435d31f13d269ed2a81"))) + (popon + (:source #1# :date + (26529 46568 972747 0) + :recipe + (:package "popon" :repo + ("https://codeberg.org/akib/emacs-popon" . "popon") + :files + ("*" + (:exclude ".git")) + :source "NonGNU ELPA" :protocol https :inherit t :depth treeless :ref "bf8174cb7e6e8fe0fe91afe6b01b6562c4dc39da"))) + (visual-regexp + (:source #1# :date + (26529 46568 980992 0) + :recipe + (:package "visual-regexp" :repo "benma/visual-regexp.el" :fetcher github :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "48457d42a5e0fe10fa3a9c15854f1f127ade09b5"))) + (diminish + (:source #1# :date + (26529 46568 989164 0) + :recipe + (:package "diminish" :fetcher github :repo "myrjola/diminish.el" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "fbd5d846611bad828e336b25d2e131d1bc06b83d"))) + (zig-mode + (:source #1# :date + (26529 46568 997353 0) + :recipe + (:package "zig-mode" :repo "ziglang/zig-mode" :fetcher github :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "f0b4a487530146f99230f4a5ff67e8d56c8f3f80"))) + (web-mode + (:source #1# :date + (26529 46569 5848 0) + :recipe + (:package "web-mode" :repo "fxbois/web-mode" :fetcher github :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "be2d59c8fa02b1a45ae54ce4079e502e659cefe6"))) + (fish-mode + (:source #1# :date + (26529 46569 14479 0) + :recipe + (:package "fish-mode" :fetcher github :repo "wwwjfy/emacs-fish" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "2526b1803b58cf145bc70ff6ce2adb3f6c246f89"))) + (flycheck-rust + (:source #1# :date + (26529 46569 22788 0) + :recipe + (:package "flycheck-rust" :repo "flycheck/flycheck-rust" :fetcher github :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "d499471ec433a62898a95ce76561964e3d015ce5"))) + (rustic + (:source #1# :date + (26529 46569 30925 0) + :recipe + (:package "rustic" :repo "emacs-rustic/rustic" :fetcher github :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "31ecd5582cd8f54c736a3ee5f0b0ec1f6d128dcf"))) + (rust-mode + (:source #1# :date + (26529 46569 39237 0) + :recipe + (:package "rust-mode" :repo "rust-lang/rust-mode" :fetcher github :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "542f1755d8929ca83564322d7030d558f3392fe1"))) + (rbs-mode + (:source #1# :date + (26529 46569 47679 0) + :recipe + (:package "rbs-mode" :fetcher github :repo "ybiquitous/rbs-mode" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "1a96b4b0d8e39a6829f3ec7f798c2863a9cce6ec"))) + (ruby-end + (:source #1# :date + (26529 46569 56145 0) + :recipe + (:package "ruby-end" :repo "rejeep/ruby-end.el" :fetcher github :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "ba7d7230f9e3ed75c9982d32bb9fdff1dc10935d"))) + (rspec-mode + (:source #1# :date + (26529 46569 64907 0) + :recipe + (:package "rspec-mode" :repo "pezra/rspec-mode" :fetcher github :files + ("rspec-mode.el" "snippets") + :source "MELPA" :protocol https :inherit t :depth treeless :ref "29df3d081c6a1cbdf840cd13d45ea1c100c5bbaa"))) + (purescript-mode + (:source #1# :date + (26529 46569 73375 0) + :recipe + (:package "purescript-mode" :repo "purescript-emacs/purescript-mode" :fetcher github :files + (:defaults "NEWS" "snippets") + :source "MELPA" :protocol https :inherit t :depth treeless :ref "07e4d6ecfe677d595ed3759c912c0b262d886b98"))) + (php-mode + (:source #1# :date + (26529 46569 82024 0) + :recipe + (:package "php-mode" :repo "emacs-php/php-mode" :fetcher github :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "0f756a8c0782ebdc00557addc68763305c91ca51"))) + (git-modes + (:source #1# :date + (26529 46569 90671 0) + :recipe + (:package "git-modes" :fetcher github :repo "magit/git-modes" :old-names + (gitattributes-mode gitconfig-mode gitignore-mode) + :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "f99010bbeb8b6d8a0819fac0195a2ef0159d08f0"))) + (json-mode + (:source #1# :date + (26529 46569 99447 0) + :recipe + (:package "json-mode" :fetcher github :repo "json-emacs/json-mode" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "77125b01c0ddce537085201098bea9b4b8ba6be3"))) + (yaml-mode + (:source #1# :date + (26529 46569 108023 0) + :recipe + (:package "yaml-mode" :repo "yoshiki/yaml-mode" :fetcher github :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "d91f878729312a6beed77e6637c60497c5786efa"))) + (graphql-mode + (:source #1# :date + (26529 46569 117138 0) + :recipe + (:package "graphql-mode" :repo "davazp/graphql-mode" :fetcher github :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "ee49531935ede7a2c9597713e13a4c9d33ef2220"))) + (jenkinsfile-mode + (:source #1# :date + (26529 46569 126382 0) + :recipe + (:package "jenkinsfile-mode" :repo "https://github.com/john2x/jenkinsfile-mode.git" :fetcher github :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :branch "master" :ref "568865ee419e0592de0dd0717d6769a66d9df111"))) + (nginx-mode + (:source #1# :date + (26529 46569 135127 0) + :recipe + (:package "nginx-mode" :fetcher github :repo "ajc/nginx-mode" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "c4ac5de975d65c84893a130a470af32a48b0b66c"))) + (ansible + (:source #1# :date + (26529 46569 144246 0) + :recipe + (:package "ansible" :fetcher gitlab :repo "emacs-ansible/emacs-ansible" :files + (:defaults "snippets" "dict") + :source "MELPA" :protocol https :inherit t :depth treeless :ref "03e285bb54a687e3fd9e21026b088fdac46679a0"))) + (terraform-mode + (:source #1# :date + (26529 46569 153609 0) + :recipe + (:package "terraform-mode" :repo "hcl-emacs/terraform-mode" :fetcher github :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "5bdd734a87f67f6574664f63eb4d02a0bc74c0d0"))) + (docker + (:source #1# :date + (26529 46569 162440 0) + :recipe + (:package "docker" :fetcher github :repo "Silex/docker.el" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "46b597a711492e1c19d1260951f39372450278f5"))) + (dockerfile-mode + (:source #1# :date + (26529 46569 171230 0) + :recipe + (:package "dockerfile-mode" :fetcher github :repo "spotify/dockerfile-mode" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "4d893bd2da15833ce056332e6c972d5d93e78f04"))) + (tuareg + (:source #1# :date + (26529 46569 179769 0) + :recipe + (:package "tuareg" :fetcher github :repo "ocaml/tuareg" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "1d53723e39f22ab4ab76d31f2b188a2879305092"))) + (dune + (:source #1# :date + (26529 46569 188344 0) + :recipe + (:package "dune" :fetcher github :repo "ocaml/dune" :files + ("editor-integration/emacs/*.el") + :source "MELPA" :protocol https :inherit t :depth treeless :ref "417b3a173e656a9b86b84fa77aee0f8b37c476c9"))) + (opam-switch-mode + (:source #1# :date + (26529 46569 196637 0) + :recipe + (:package "opam-switch-mode" :fetcher github :repo "ProofGeneral/opam-switch-mode" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "1069e56a662f23ea09d4e05611bdedeb99257012"))) + (merlin + (:source #1# :date + (26529 46569 204771 0) + :recipe + (:package "merlin" :fetcher github :repo "ocaml/merlin" :files + ("emacs/*.el" + (:exclude "emacs/merlin-ac.el" "emacs/merlin-company.el" "emacs/merlin-iedit.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "834821e1af3426524f3959224447dab03485bdc3"))) + (markdown-mode + (:source #1# :date + (26529 46569 213201 0) + :recipe + (:package "markdown-mode" :fetcher github :repo "jrblevin/markdown-mode" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "7659bc470d096e7a53285fa246cbabcb07d66a33"))) + (lua-mode + (:source #1# :date + (26529 46569 221764 0) + :recipe + (:package "lua-mode" :repo "immerrr/lua-mode" :fetcher github :files + (:defaults + (:exclude "init-tryout.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "d074e4134b1beae9ed4c9b512af741ca0d852ba3"))) + (lean4-mode + (:source #1# :date + (26529 46569 231017 0) + :recipe + (:source nil :protocol https :inherit t :depth treeless :type git :host github :repo "leanprover/lean4-mode" :files + ("*.el" "data") + :package "lean4-mode" :ref "76895d8939111654a472cfc617cfd43fbf5f1eb6"))) + (gradle-mode + (:source #1# :date + (26529 46569 239947 0) + :recipe + (:package "gradle-mode" :fetcher github :repo "scubacabra/emacs-gradle-mode" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "e4d665d5784ecda7ddfba015f07c69be3cfc45f2"))) + (kotlin-ts-mode + (:source #1# :date + (26529 46569 248642 0) + :recipe + (:package "kotlin-ts-mode" :fetcher gitlab :repo "bricka/emacs-kotlin-ts-mode" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "a25d56cecac9160ba7c140f982ec16ca7b2fe97f"))) + (js2-mode + (:source #1# :date + (26529 46569 257276 0) + :recipe + (:package "js2-mode" :repo "mooz/js2-mode" :fetcher github :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "e0c302872de4d26a9c1614fac8d6b94112b96307"))) + (lsp-haskell + (:source #1# :date + (26529 46569 265757 0) + :recipe + (:package "lsp-haskell" :repo "emacs-lsp/lsp-haskell" :fetcher github :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "1d618c62e87e0dd254cb267e7c41a24f2f054296"))) + (haskell-mode + (:source #1# :date + (26529 46569 274117 0) + :recipe + (:package "haskell-mode" :repo "haskell/haskell-mode" :fetcher github :files + (:defaults "NEWS" "logo.svg") + :source "MELPA" :protocol https :inherit t :depth treeless :ref "4cec530008ef4054826eb1b55d6b26ae8e2807c0"))) + (go-mode + (:source #1# :date + (26529 46569 282490 0) + :recipe + (:package "go-mode" :repo "dominikh/go-mode.el" :fetcher github :files + ("go-mode.el") + :source "MELPA" :protocol https :inherit t :depth treeless :ref "602d73e22646b1b98b2eb97927fd426c0d1d2f92"))) + (gleam-ts-mode + (:source #1# :date + (26529 46569 291010 0) + :recipe + (:package "gleam-ts-mode" :fetcher github :repo "gleam-lang/gleam-mode" :files + ("gleam-ts-mode.el") + :source "MELPA" :protocol https :inherit t :depth treeless :type git :host github :ref "d00f37d0b47f5d6810aa295af98c40a7708b4305"))) + (fsharp-mode + (:source #1# :date + (26529 46569 300052 0) + :recipe + (:package "fsharp-mode" :fetcher github :repo "fsharp/emacs-fsharp-mode" :files + (:defaults + (:exclude "eglot-fsharp.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "677d78c4d6cb574086408082dedbcaef04a85359"))) + (erlang + (:source #1# :date + (26529 46569 308606 0) + :recipe + (:package "erlang" :fetcher github :repo "erlang/otp" :version-regexp "OTP-%v" :files + ("lib/tools/emacs/*.el" + (:exclude "lib/tools/emacs/erlang_appwiz.el")) + :source "MELPA" :protocol https :inherit t :depth 1 :ref "befaffade7d8cf5f1d75f336ea7dc15aa2e7cbb9"))) + (elixir-ts-mode + (:source #1# :date + (26529 46569 317091 0) + :recipe + (:package "elixir-ts-mode" :repo "wkirschbaum/elixir-ts-mode" :fetcher github :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "143b94f4a5ac1f161c232e3f25b84c6768be2f25"))) + (lispy + (:source #1# :date + (26529 46569 325524 0) + :recipe + (:package "lispy" :repo "abo-abo/lispy" :fetcher github :files + (:defaults "lispy-clojure.clj" "lispy-clojure.cljs" "lispy-python.py") + :source "MELPA" :protocol https :inherit t :depth treeless :ref "fe44efd21573868638ca86fc8313241148fabbe3"))) + (dhall-mode + (:source #1# :date + (26529 46569 333938 0) + :recipe + (:package "dhall-mode" :repo "psibi/dhall-mode" :fetcher github :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "fca383a9c4622c1d9a39dc977572b34c7fa0b719"))) + (lsp-dart + (:source #1# :date + (26529 46569 342483 0) + :recipe + (:package "lsp-dart" :repo "emacs-lsp/lsp-dart" :fetcher github :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "7e3d3429418bc42cda7fa7b58e6644a705cf2f89"))) + (dart-mode + (:source #1# :date + (26529 46569 350853 0) + :recipe + (:package "dart-mode" :fetcher github :repo "emacsorphanage/dart-mode" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "02e919c1cf200b4938139c18068577faff1fb364"))) + (clj-refactor + (:source #1# :date + (26529 46569 359308 0) + :recipe + (:package "clj-refactor" :fetcher github :repo "clojure-emacs/clj-refactor.el" :files + (:defaults "CHANGELOG.md") + :source "MELPA" :protocol https :inherit t :depth treeless :ref "dc1bbc8cdaa723bdbb6669ea7d280625c370755d"))) + (cider + (:source #1# :date + (26529 46569 367707 0) + :recipe + (:package "cider" :fetcher github :repo "clojure-emacs/cider" :files + ("lisp/*.el" "bin/*.sh" "*.el" "clojure.sh" "lein.sh" + (:exclude ".dir-locals.el")) + :old-names + (nrepl) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "eb78711b7fb0cb89a9eb1b854aabb174b705f7b2"))) + (clojure-mode + (:source #1# :date + (26529 46569 376088 0) + :recipe + (:package "clojure-mode" :repo "clojure-emacs/clojure-mode" :fetcher github :files + ("clojure-mode.el") + :source "MELPA" :protocol https :inherit t :depth treeless :ref "eabe29b076fff19db552d36d4babaa36ecf0b704"))) + (base16-theme + (:source #1# :date + (26529 46569 384420 0) + :recipe + (:package "base16-theme" :repo "tinted-theming/base16-emacs" :fetcher github :files + (:defaults "build/*.el") + :source "MELPA" :protocol https :inherit t :depth treeless :ref "1d48474c3c07521276f4e7d73317a654997b4381"))) + (spaceline + (:source #1# :date + (26529 46569 392597 0) + :recipe + (:package "spaceline" :fetcher github :repo "TheBB/spaceline" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "086420d16e526c79b67fc1edec4c2ae1e699f372"))) + (speed-type + (:source #1# :date + (26529 46569 400704 0) + :recipe + (:package "speed-type" :fetcher github :repo "dakra/speed-type" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "b982ee6081a11837760eeaed73c4f413eefb07b1"))) + (vundo + (:source #1# :date + (26529 46569 409166 0) + :recipe + (:package "vundo" :repo + ("https://github.com/casouri/vundo" . "vundo") + :files + ("*" + (:exclude ".git" "test")) + :source "GNU ELPA" :protocol https :inherit t :depth treeless :ref "288892ee93214ddcaf65fdd9f3134c1bd10100ee"))) + (magit + (:source #1# :date + (26529 46569 417577 0) + :recipe + (:package "magit" :fetcher github :repo "magit/magit" :files + ("lisp/magit*.el" "lisp/git-*.el" "docs/magit.texi" "docs/AUTHORS.md" "LICENSE" "magit-pkg.el" + (:exclude "lisp/magit-section.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "e959ab1057016fd1759b9b4a930eca8aa71828ef"))) + (dashboard + (:source #1# :date + (26529 46569 425647 0) + :recipe + (:package "dashboard" :fetcher github :repo "emacs-dashboard/emacs-dashboard" :files + (:defaults "banners") + :source "MELPA" :protocol https :inherit t :depth treeless :ref "7b7846689845078cb5604508c5075e28e2160efe"))) + (dap-mode + (:source #1# :date + (26529 46569 434377 0) + :recipe + (:package "dap-mode" :repo "emacs-lsp/dap-mode" :fetcher github :files + (:defaults "icons") + :source "MELPA" :protocol https :inherit t :depth treeless :ref "2a5524bef1528945311dd8557b18c53d6e95fa3d"))) + (lsp-ui + (:source #1# :date + (26529 46569 442676 0) + :recipe + (:package "lsp-ui" :repo "emacs-lsp/lsp-ui" :fetcher github :files + (:defaults "lsp-ui-doc.html" "resources") + :source "MELPA" :protocol https :inherit t :depth treeless :ref "00e69463b4f27fb54332a0cae5d4f0dc7e39ac7f"))) + (lsp-mode + (:source #1# :date + (26529 46569 451294 0) + :recipe + (:package "lsp-mode" :repo "emacs-lsp/lsp-mode" :fetcher github :files + (:defaults "clients/*.el") + :source "MELPA" :protocol https :inherit t :depth treeless :ref "230608ad65809806481adab40ecf41d3780e7b8d"))) + (deft + (:source #1# :date + (26529 46569 459580 0) + :recipe + (:package "deft" :repo "jrblevin/deft" :fetcher github :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "b369d7225d86551882568788a23c5497b232509c"))) + (flyspell-correct + (:source #1# :date + (26529 46569 467832 0) + :recipe + (:package "flyspell-correct" :repo "d12frosted/flyspell-correct" :fetcher github :files + ("flyspell-correct.el" "flyspell-correct-ido.el") + :source "MELPA" :protocol https :inherit t :depth treeless :ref "1e7a5a56362dd875dddf848b9a9e25d1395b9d37"))) + (flymake-flycheck + (:source #1# :date + (26529 46569 476061 0) + :recipe + (:package "flymake-flycheck" :fetcher github :repo "purcell/flymake-flycheck" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "88455c5e6d8ebf650fb51a45c7511a1c18097344"))) + (elysium + (:source #1# :date + (26529 46569 484231 0) + :recipe + (:package "elysium" :fetcher github :repo "lanceberge/elysium" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "98476a2b7165dc31a9e25c4528db70efecf57f1e"))) + (aider + (:source #1# :date + (26529 46569 492326 0) + :recipe + (:source nil :protocol https :inherit t :depth treeless :host github :repo "tninja/aider.el" :files + ("aider.el") + :package "aider" :ref "c0ba38906cd44397d04c09112ea0b1c52c748fca"))) + (gptel + (:source #1# :date + (26529 46569 500390 0) + :recipe + (:package "gptel" :repo "karthink/gptel" :fetcher github :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "b6dd0b9d79aaad53a4ca756ebe7daff1885df2a9"))) + (copilot + (:source #1# :date + (26529 46569 508580 0) + :recipe + (:package "copilot" :fetcher github :repo "copilot-emacs/copilot.el" :files + ("*.el") + :source "MELPA" :protocol https :inherit t :depth treeless :host github :ref "867a3debf907cbd7c5b0eb8837354a1efc7c2db9"))) + (nerd-icons-corfu + (:source #1# :date + (26529 46569 517079 0) + :recipe + (:package "nerd-icons-corfu" :fetcher github :repo "LuigiPiucco/nerd-icons-corfu" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "41110180ceab9d0edaa856d19633b2b3fdf82e75"))) + (yasnippet-capf + (:source #1# :date + (26529 46569 525441 0) + :recipe + (:package "yasnippet-capf" :fetcher github :repo "elken/yasnippet-capf" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "4c2e33d70cd1d95cf1e08d134b058a6dd90a99c9"))) + (cape + (:source #1# :date + (26529 46569 533843 0) + :recipe + (:package "cape" :repo "minad/cape" :fetcher github :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "118db73710466ab03708e7511f4bff7827057000"))) + (corfu-terminal + (:source #1# :date + (26529 46569 542138 0) + :recipe + (:package "corfu-terminal" :repo + ("https://codeberg.org/akib/emacs-corfu-terminal" . "corfu-terminal") + :files + ("*" + (:exclude ".git")) + :source "NonGNU ELPA" :protocol https :inherit t :depth treeless :ref "501548c3d51f926c687e8cd838c5865ec45d03cc"))) + (corfu + (:source #1# :date + (26529 46569 550350 0) + :recipe + (:package "corfu" :repo "minad/corfu" :files + (:defaults "extensions/corfu-*.el") + :fetcher github :source "MELPA" :protocol https :inherit t :depth treeless :ref "2c476b442ccfda9935e472b26d9cd60d45726560"))) + (yasnippet-snippets + (:source #1# :date + (26529 46569 558602 0) + :recipe + (:package "yasnippet-snippets" :repo "AndreaCrotti/yasnippet-snippets" :fetcher github :files + ("*.el" "snippets" ".nosearch") + :source "MELPA" :protocol https :inherit t :depth treeless :ref "f1907ed38acc479e78d5c113810465e4d77d8604"))) + (yasnippet + (:source #1# :date + (26529 46569 566794 0) + :recipe + (:package "yasnippet" :repo "joaotavora/yasnippet" :fetcher github :files + ("yasnippet.el" "snippets") + :source "MELPA" :protocol https :inherit t :depth treeless :ref "5b315f1753480ebe669b157b8242448b5eafcfea"))) + (apheleia + (:source #1# :date + (26529 46569 575083 0) + :recipe + (:package "apheleia" :fetcher github :repo "radian-software/apheleia" :files + (:defaults + ("scripts" "scripts/formatters")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "814bb47486ac4fc0707f94882d212c599a1ac7ad"))) + (visual-regexp-steroids + (:source #1# :date + (26529 46569 583159 0) + :recipe + (:package "visual-regexp-steroids" :repo "benma/visual-regexp-steroids.el" :fetcher github :files + ("visual-regexp-steroids.el" "regexp.py") + :source "MELPA" :protocol https :inherit t :depth treeless :ref "a6420b25ec0fbba43bf57875827092e1196d8a9e"))) + (pcre2el + (:source #1# :date + (26529 46569 591292 0) + :recipe + (:package "pcre2el" :fetcher github :repo "joddie/pcre2el" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "b4d846d80dddb313042131cf2b8fbf647567e000"))) + (column-enforce-mode + (:source #1# :date + (26529 46569 599323 0) + :recipe + (:package "column-enforce-mode" :fetcher github :repo "jordonbiondo/column-enforce-mode" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "14a7622f2268890e33536ccd29510024d51ee96f"))) + (dash-at-point + (:source #1# :date + (26529 46569 607502 0) + :recipe + (:package "dash-at-point" :fetcher github :repo "stanaka/dash-at-point" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "fba1a6f42ea51d05110e12c62bdced664059eb55"))) + (rainbow-mode + (:source #1# :date + (26529 46569 615417 0) + :recipe + (:package "rainbow-mode" :repo + ("git://git.sv.gnu.org/emacs/elpa" . "rainbow-mode") + :branch "externals/rainbow-mode" :files + ("*" + (:exclude ".git")) + :source "GNU ELPA" :protocol https :inherit t :depth treeless :ref "f7db3b5919f70420a91eb199f8663468de3033f3"))) + (rainbow-delimiters + (:source #1# :date + (26529 46569 623689 0) + :recipe + (:package "rainbow-delimiters" :fetcher github :repo "Fanael/rainbow-delimiters" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "f40ece58df8b2f0fb6c8576b527755a552a5e763"))) + (elisp-refs + (:source #1# :date + (26529 46569 631587 0) + :recipe + (:package "elisp-refs" :repo "Wilfred/elisp-refs" :fetcher github :files + (:defaults + (:exclude "elisp-refs-bench.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "541a064c3ce27867872cf708354a65d83baf2a6d"))) + (f + (:source #1# :date + (26529 46569 639739 0) + :recipe + (:package "f" :fetcher github :repo "rejeep/f.el" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "931b6d0667fe03e7bf1c6c282d6d8d7006143c52"))) + (compat + (:source #1# :date + (26529 46569 647778 0) + :recipe + (:package "compat" :repo + ("https://github.com/emacs-compat/compat" . "compat") + :files + ("*" + (:exclude ".git")) + :source "GNU ELPA" :protocol https :inherit t :depth treeless :ref "bfc0a46098be2dcaad0518ec200ff5a2be5cc9bb"))) + (tsc + (:source #1# :date + (26529 46569 656012 0) + :recipe + (:package "tsc" :fetcher github :repo "emacs-tree-sitter/elisp-tree-sitter" :branch "release" :files + ("core/*.el" "core/Cargo.toml" "core/Cargo.lock" "core/src") + :source "MELPA" :protocol https :inherit t :depth treeless :ref "3cfab8a0e945db9b3df84437f27945746a43cc71"))) + (tree-sitter + (:source #1# :date + (26529 46569 663820 0) + :recipe + (:package "tree-sitter" :fetcher github :repo "emacs-tree-sitter/elisp-tree-sitter" :branch "release" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "3cfab8a0e945db9b3df84437f27945746a43cc71"))) + (all-the-icons + (:source #1# :date + (26529 46569 671782 0) + :recipe + (:package "all-the-icons" :repo "domtronn/all-the-icons.el" :fetcher github :files + (:defaults "data") + :source "MELPA" :protocol https :inherit t :depth treeless :ref "39ef44f810c34e8900978788467cc675870bcd19"))) + (lv + (:source #1# :date + (26529 46569 680322 0) + :recipe + (:package "lv" :repo "abo-abo/hydra" :fetcher github :files + ("lv.el") + :source "MELPA" :protocol https :inherit t :depth treeless :ref "317e1de33086637579a7aeb60f77ed0405bf359b"))) + (posframe + (:source #1# :date + (26529 46569 688644 0) + :recipe + (:package "posframe" :fetcher github :repo "tumashu/posframe" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "81651536827c96bf5af5265ee7918ab70e1dd5b1"))) + (cfrs + (:source #1# :date + (26529 46569 697163 0) + :recipe + (:package "cfrs" :repo "Alexander-Miller/cfrs" :fetcher github :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "f3a21f237b2a54e6b9f8a420a9da42b4f0a63121"))) + (ht + (:source #1# :date + (26529 46569 705407 0) + :recipe + (:package "ht" :fetcher github :repo "Wilfred/ht.el" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "1c49aad1c820c86f7ee35bf9fff8429502f60fef"))) + (hydra + (:source #1# :date + (26529 46569 713433 0) + :recipe + (:package "hydra" :repo "abo-abo/hydra" :fetcher github :files + (:defaults + (:exclude "lv.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "317e1de33086637579a7aeb60f77ed0405bf359b"))) + (pfuture + (:source #1# :date + (26529 46569 721449 0) + :recipe + (:package "pfuture" :repo "Alexander-Miller/pfuture" :fetcher github :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "19b53aebbc0f2da31de6326c495038901bffb73c"))) + (ace-window + (:source #1# :date + (26529 46569 729598 0) + :recipe + (:package "ace-window" :repo "abo-abo/ace-window" :fetcher github :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "77115afc1b0b9f633084cf7479c767988106c196"))) + (s + (:source #1# :date + (26529 46569 737908 0) + :recipe + (:package "s" :fetcher github :repo "magnars/s.el" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "dda84d38fffdaf0c9b12837b504b402af910d01d"))) + (dash + (:source #1# :date + (26529 46569 746066 0) + :recipe + (:package "dash" :fetcher github :repo "magnars/dash.el" :files + ("dash.el" "dash.texi") + :source "MELPA" :protocol https :inherit t :depth treeless :ref "1de9dcb83eacfb162b6d9a118a4770b1281bcd84"))) + (transient + (:source #1# :date + (26529 46569 754356 0) + :recipe + (:package "transient" :fetcher github :repo "magit/transient" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :wait t :ref "e5cb1fd7e8d35e264313436f47972acae0819764"))) + (avy + (:source #1# :date + (26529 46569 762819 0) + :recipe + (:package "avy" :repo "abo-abo/avy" :fetcher github :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "933d1f36cca0f71e4acb5fac707e9ae26c536264"))) + (helpful + (:source #1# :date + (26529 46569 771455 0) + :recipe + (:package "helpful" :repo "Wilfred/helpful" :fetcher github :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "34328c639ed7aad371a3f57209acad2a5bb66401"))) + (consult + (:source #1# :date + (26529 46569 779989 0) + :recipe + (:package "consult" :repo "minad/consult" :fetcher github :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "5b0c682d7092e02a0e8e0f047370be8c61ad3b4e"))) + (marginalia + (:source #1# :date + (26529 46569 788590 0) + :recipe + (:package "marginalia" :repo "minad/marginalia" :fetcher github :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "a527fb03b76a2bce1e360c6e73a095e06922c3f3"))) + (orderless + (:source #1# :date + (26529 46569 797256 0) + :recipe + (:package "orderless" :repo "oantolin/orderless" :fetcher github :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "c7cb04499d94ee1c17affb29b1cfcd2a45116c97"))) + (vertico + (:source #1# :date + (26529 46569 805502 0) + :recipe + (:package "vertico" :repo "minad/vertico" :files + (:defaults "extensions/vertico-*.el") + :fetcher github :source "MELPA" :protocol https :inherit t :depth treeless :ref "e69ef62ffa4bc42dd42437881c251ecdcae0e0c5"))) + (tree-sitter-langs + (:source #1# :date + (26529 46569 814061 0) + :recipe + (:package "tree-sitter-langs" :repo "emacs-tree-sitter/tree-sitter-langs" :fetcher github :branch "release" :files + (:defaults "queries") + :source "MELPA" :protocol https :inherit t :depth treeless :ref "0b91637e22182f2102903ca7203909f1a0d16d3d"))) + (which-key + (:source #1# :date + (26529 46569 823458 0) + :recipe + (:package "which-key" :repo "justbur/emacs-which-key" :fetcher github :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "38d4308d1143b61e4004b6e7a940686784e51500"))) + (keyfreq + (:source #1# :date + (26529 46569 832044 0) + :recipe + (:package "keyfreq" :fetcher github :repo "dacap/keyfreq" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "c6955162307f37c2ac631d9daf118781009f8dda"))) + (treemacs-all-the-icons + (:source #1# :date + (26529 46569 840607 0) + :recipe + (:package "treemacs-all-the-icons" :fetcher github :repo "Alexander-Miller/treemacs" :files + ("src/extra/treemacs-all-the-icons.el") + :source "MELPA" :protocol https :inherit t :depth treeless :ref "32bb3dd02ddfca85661614b3b227e770fab821e2"))) + (treemacs + (:source #1# :date + (26529 46569 848801 0) + :recipe + (:package "treemacs" :fetcher github :repo "Alexander-Miller/treemacs" :files + (:defaults "Changelog.org" "icons" "src/elisp/treemacs*.el" "src/scripts/treemacs*.py" + (:exclude "src/extra/*")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "32bb3dd02ddfca85661614b3b227e770fab821e2"))) + (direnv + (:source #1# :date + (26529 46569 856982 0) + :recipe + (:package "direnv" :fetcher github :repo "wbolster/emacs-direnv" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "c0bf3b81c7a97e2a0d06d05495e86848254fcc1f"))) + (exec-path-from-shell + (:source #1# :date + (26529 46569 865296 0) + :recipe + (:package "exec-path-from-shell" :fetcher github :repo "purcell/exec-path-from-shell" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "4896a797252fbfdac32fb77508500ac7d220f717"))) + (gcmh + (:source #1# :date + (26529 46569 874051 0) + :recipe + (:package "gcmh" :repo "koral/gcmh" :fetcher gitlab :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "0089f9c3a6d4e9a310d0791cf6fa8f35642ecfd9"))) + (buffer-move + (:source #1# :date + (26529 46569 882560 0) + :recipe + (:package "buffer-move" :fetcher github :repo "lukhas/buffer-move" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "e7800b3ab1bd76ee475ef35507ec51ecd5a3f065"))) + (easy-kill + (:source #1# :date + (26529 46569 891079 0) + :recipe + (:package "easy-kill" :fetcher github :repo "leoliu/easy-kill" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :ref "de7d66c3c864a4722a973ee9bc228a14be49ba0c"))) + (benchmark-init + (:source #1# :date + (26529 46569 899328 0) + :recipe + (:package "benchmark-init" :fetcher github :repo "dholm/benchmark-init-el" :files + ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" + (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) + :source "MELPA" :protocol https :inherit t :depth treeless :wait t :ref "2b34432d79fa0aae8abc3db72db1cb79a28c00b2"))) + (elpaca-use-package + (:source #1# :date + (26529 46569 907738 0) + :recipe + (:package "elpaca-use-package" :wait t :repo "https://github.com/progfolio/elpaca.git" :files + ("extensions/elpaca-use-package.el") + :main "extensions/elpaca-use-package.el" :build + (:not elpaca--compile-info) + :source "Elpaca extensions" :protocol https :inherit t :depth treeless :ref "722b36c7391cd7fd03400461fc74f26bee917287"))) + (elpaca + (:source #1# :date + (26529 46569 915747 0) :recipe - (:package "groovy-mode" :fetcher github :repo "Groovy-Emacs-Modes/groovy-emacs-modes" :files - ("*groovy*.el") - :source "MELPA" :protocol https :inherit t :depth treeless :ref "7b8520b2e2d3ab1d62b35c426e17ac25ed0120bb")) - (json-snatcher :source "lockfile" :date - (26521 51061 676745 0) - :recipe - (:package "json-snatcher" :fetcher github :repo "Sterlingg/json-snatcher" :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "b28d1c0670636da6db508d03872d96ffddbc10f2")) - (xterm-color :source "lockfile" :date - (26521 51061 667909 0) - :recipe - (:package "xterm-color" :repo "atomontage/xterm-color" :fetcher github :files - ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" - (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) - :source "MELPA" :protocol https :inherit t :depth treeless :ref "2ad407c651e90fff2ea85d17bf074cee2c022912"))) + (:source nil :protocol https :inherit ignore :depth 1 :repo "https://github.com/progfolio/elpaca.git" :ref "722b36c7391cd7fd03400461fc74f26bee917287" :files + (:defaults "elpaca-test.el" + (:exclude "extensions")) + :build + (:not elpaca--activate-package) + :package "elpaca")))) diff --git a/lisp/icejam-completing-read.el b/lisp/icejam-completing-read.el index aee4549..113a734 100644 --- a/lisp/icejam-completing-read.el +++ b/lisp/icejam-completing-read.el @@ -39,6 +39,9 @@ (setopt vertico-resize t) ;; Grow and shrink the vertico minibufffer (setopt vertico-cycle t) ;; Cycle completion + ;; Use H-enter to submit current value instead of first matching candidate + (keymap-set vertico-map "H-" 'vertico-exit-input) + ;; Add working page up /down (keymap-set vertico-map "" 'vertico-scroll-up) (keymap-set vertico-map "" 'vertico-scroll-down)) diff --git a/lisp/icejam-custom-init.el b/lisp/icejam-custom-init.el index 095d201..0d7c62d 100644 --- a/lisp/icejam-custom-init.el +++ b/lisp/icejam-custom-init.el @@ -70,7 +70,8 @@ (defvar elpaca-use-package) (elpaca elpaca-use-package (elpaca-use-package-mode)) -(elpaca-load-lockfile (concat user-emacs-directory "elpaca.lock")) +;; (elpaca-load-lockfile (concat user-emacs-directory "elpaca.lock")) +;; (setopt elpaca-lock-file (concat user-emacs-directory "elpaca.lock")) (use-package benchmark-init :ensure (:wait t) :config @@ -79,7 +80,7 @@ (defun icejam-elpaca-write-lock () "Write elpaca lock file." (interactive) - (elpaca-write-lockfile (concat user-emacs-directory "elpaca.lock"))) + (elpaca-write-lock-file (concat user-emacs-directory "elpaca.lock"))) ;; I don't know why this needs to be here and with a lisp directory, but ;; normal subdirs.el file doesn't work. From f03cae68b3d1d232fe5fb82d0b3dd587b606d0b3 Mon Sep 17 00:00:00 2001 From: Maciej Szlosarczyk Date: Mon, 4 Aug 2025 11:39:09 +0300 Subject: [PATCH 31/34] Update August 2025 --- .gitignore | 2 + lisp/{icejam-copilot.el => icejam-aider.el} | 33 ++++++++++----- lisp/icejam-base.el | 13 ++++-- lisp/icejam-complete-at-point.el | 10 +++-- lisp/icejam-custom-init.el | 4 +- lisp/icejam-flycheck.el | 41 +++++++++++++++++++ lisp/icejam-keys-mode.el | 4 ++ lisp/icejam-themes.el | 31 ++++++-------- lisp/icejam-transient.el | 4 +- lisp/langs/icejam-lang-elisp.el | 1 + lisp/langs/icejam-lang-elixir.el | 2 +- lisp/langs/icejam-lang-python.el | 6 ++- lisp/themes/icejam-base16-not-harmonic.el | 3 +- .../themes/icejam-base16-summerfruit-light.el | 3 +- 14 files changed, 116 insertions(+), 41 deletions(-) rename lisp/{icejam-copilot.el => icejam-aider.el} (62%) diff --git a/.gitignore b/.gitignore index 57d81da..a1d668e 100644 --- a/.gitignore +++ b/.gitignore @@ -25,6 +25,8 @@ ac-comphist.dat /speed-type /tutorial /tree-sitter +emacs.keyfreq +ielm-history.eld # Ignore actual init as it can contain private data init.el diff --git a/lisp/icejam-copilot.el b/lisp/icejam-aider.el similarity index 62% rename from lisp/icejam-copilot.el rename to lisp/icejam-aider.el index 895a8f1..fcb8a36 100644 --- a/lisp/icejam-copilot.el +++ b/lisp/icejam-aider.el @@ -1,4 +1,4 @@ -;;; icejam-copilot.el --- summary +;;; icejam-aider.el --- summary ;; Author: Maciej Szlosarczyk ;; Maintainer: Maciej Szlosarczyk @@ -40,16 +40,29 @@ ;; Pretend to be 'AI editor' vol 1. Before usage make sure aider is installed: ;; $ pip install aider-install ;; $ aider install -(use-package aider :ensure (:host github :repo "tninja/aider.el" :files ("aider.el")) +;; (use-package aider :ensure (:host github :repo "tninja/aider.el") +;; :defer t +;; :config +;; ;; (setenv "OLLAMA_API_BASE" "http://127.0.0.1:11434") +;; (setenv "OLLAMA_API_BASE" "http://192.168.88.110:11434") +;; (setopt aider-args (list "--model" +;; "ollama_chat/deepseek-r1:32b" +;; "--no-auto-commits" +;; "--no-analytics" +;; "--no-gitignore"))) + +(use-package aidermacs :ensure (:host github :repo "MatthewZMD/aidermacs") :defer t :config ;; (setenv "OLLAMA_API_BASE" "http://127.0.0.1:11434") - (setenv "OLLAMA_API_BASE" "http://192.168.88.110:11434") - (setopt aider-args (list "--model" - "ollama_chat/deepseek-r1:32b" - "--no-auto-commits" - "--no-analytics" - "--no-gitignore"))) + (setenv "OLLAMA_API_BASE" "http://192.168.88.13:11434") + (setopt aidermacs-use-architect-mode t) + (setopt aidermacs-default-model "ollama_chat/qwen2.5-coder:32b") + (setopt aider-extra-args (list "--model" + "ollama_chat/qwen2.5-coder:32b" + "--no-auto-commits" + "--no-analytics" + "--no-gitignore"))) ;; Pretend to be 'AI editor' vol 2. (use-package elysium :ensure t :defer t @@ -64,5 +77,5 @@ (use-package smerge-mode :ensure nil :hook ((prog-mode . smerge-mode))) -(provide 'icejam-copilot) -;;; icejam-copilot.el ends here +(provide 'icejam-aider) +;;; icejam-aider.el ends here diff --git a/lisp/icejam-base.el b/lisp/icejam-base.el index c17a0d9..4490d66 100644 --- a/lisp/icejam-base.el +++ b/lisp/icejam-base.el @@ -31,6 +31,9 @@ ;; quickly self-correct. (setopt fast-but-imprecise-scrolling t) +;; Trust local folder +(setopt trusted-content '("~/.emacs.d/" "~/Development/")) + ;;;;;;;;; TRAMP configuration ;;;;;;;;;;;;;;;; (use-package tramp :ensure nil :defer 5 :config @@ -75,7 +78,9 @@ (dolist (mode '(prog-mode-hook text-mode-hook conf-mode-hook)) - (add-hook mode 'display-line-numbers-mode)) + (add-hook mode 'display-line-numbers-mode) + ;; Highlight current line. + (add-hook mode 'hl-line-mode)) ;; (global-display-line-numbers-mode t) (column-number-mode t) @@ -140,10 +145,12 @@ ;;;;;;;;;;;;;;;;; Record frequency of different commands. Review them later (use-package keyfreq :ensure t :defer t :hook ((elpaca-after-init . keyfreq-mode) - (elpaca-after-init . keyfreq-autosave-mode))) + (elpaca-after-init . keyfreq-autosave-mode)) + :config + (setopt keyfreq-file (concat user-emacs-directory "emacs.keyfreq"))) ;;;;;;;;;;;;;;;;; Show hints about key combinations -(use-package which-key :ensure t :defer t +(use-package which-key :ensure nil :defer t :hook ((elpaca-after-init . which-key-mode)) :config (setopt which-key-idle-delay 0.2)) diff --git a/lisp/icejam-complete-at-point.el b/lisp/icejam-complete-at-point.el index fdd1e25..37981c5 100644 --- a/lisp/icejam-complete-at-point.el +++ b/lisp/icejam-complete-at-point.el @@ -24,14 +24,18 @@ corfu-right-margin-width 0.5 corfu-left-margin-width 0.5 corfu-bar-width 0.5 - corfu-auto-delay 0.1 ;; Do not insert when you type a word that happens to be a ;; completion candidate. A typical example is `format`, which ;; is a yas snippet. - corfu-on-exact-match 'nil + corfu-on-exact-match 'quit + corfu-quit-at-boundary t corfu-popupinfo-delay '(0.4 . 0.2) corfu-auto t - corfu-quit-no-match 'separator)) + corfu-auto-delay 0.8 + corfu-quit-no-match 'separator + + ;; Invoke completion with tab when needed. + tab-always-indent 'complete)) ;; Allow corfu to work in terminal (use-package corfu-terminal :ensure t :defer t diff --git a/lisp/icejam-custom-init.el b/lisp/icejam-custom-init.el index 0d7c62d..3674913 100644 --- a/lisp/icejam-custom-init.el +++ b/lisp/icejam-custom-init.el @@ -23,7 +23,7 @@ ;; (setopt max-lisp-eval-depth 10000) ;;; Use elpaca for package management. -(defvar elpaca-installer-version 0.9) +(defvar elpaca-installer-version 0.11) (defvar elpaca-directory (expand-file-name "elpaca/" user-emacs-directory)) (defvar elpaca-builds-directory (expand-file-name "builds/" elpaca-directory)) (defvar elpaca-repos-directory (expand-file-name "repos/" elpaca-directory)) @@ -100,7 +100,7 @@ (use-package icejam-transient :ensure nil) (use-package icejam-prog-mode :ensure nil) (use-package icejam-complete-at-point :ensure nil) -(use-package icejam-copilot :ensure nil) +(use-package icejam-aider :ensure nil) (use-package icejam-flycheck :ensure nil) (use-package icejam-ispell :ensure nil) (use-package icejam-deft :ensure nil) diff --git a/lisp/icejam-flycheck.el b/lisp/icejam-flycheck.el index a73ef44..525284c 100644 --- a/lisp/icejam-flycheck.el +++ b/lisp/icejam-flycheck.el @@ -10,6 +10,47 @@ '(emacs-lisp emacs-lisp-checkdoc emacs-lisp-package sh-shellcheck)))) +(declare-function flymake--project-diagnostics-buffer 'flymake) +(declare-function flymake--diagnostics-buffer-name 'flymake) +(declare-function flymake-project-diagnostics-mode 'flymake) +(declare-function flymake-diagnostics-buffer-mode 'flymake) + +(use-package el-patch :ensure t :defer t + :config + ;; Show the diagnostics from flymake in a second window (usually on the + ;; opposite side from this one) instead of at the bottom of the current one. + ;; Essentially revert the interesting part of this commit: + ;; https://github.com/emacs-mirror/emacs/commit/419550c7907275bf962986e1cc8fba1989d8659c + (el-patch-feature 'flymake) + (with-eval-after-load 'flymake + (el-patch-defun flymake-show-project-diagnostics () + "Show a list of Flymake diagnostics for the current project." + (interactive) + (let* ((prj (project-current)) + (root (project-root prj)) + (buffer (flymake--project-diagnostics-buffer root))) + (with-current-buffer buffer + (flymake-project-diagnostics-mode) + (setq-local flymake--project-diagnostic-list-project prj) + (display-buffer (current-buffer)) + (revert-buffer)))) + + (el-patch-defun flymake-show-buffer-diagnostics () + "Show a list of Flymake diagnostics for current buffer." + (interactive) + (unless flymake-mode + (user-error "Flymake mode is not enabled in the current buffer")) + (let* ((name (flymake--diagnostics-buffer-name)) + (source (current-buffer)) + (target (or (get-buffer name) + (with-current-buffer (get-buffer-create name) + (flymake-diagnostics-buffer-mode) + (current-buffer))))) + (with-current-buffer target + (setq flymake--diagnostics-buffer-source source) + (display-buffer (current-buffer)) + (revert-buffer)))))) + ;; Use flymake, the built in linter/checker. (use-package flymake :ensure nil :defer t diff --git a/lisp/icejam-keys-mode.el b/lisp/icejam-keys-mode.el index abf15f6..6c223da 100644 --- a/lisp/icejam-keys-mode.el +++ b/lisp/icejam-keys-mode.el @@ -26,6 +26,10 @@ ;; Splitting window (keymap-set icejam-keys-mode-map "C-c \\" #'split-window-right) (keymap-set icejam-keys-mode-map "C-c /" #'split-window-below) +(keymap-set icejam-keys-mode-map "C-c \"" #'split-window-right) +(keymap-set icejam-keys-mode-map "C-c %" #'split-window-below) +(keymap-set icejam-keys-mode-map "C-c '" #'split-window-right) +(keymap-set icejam-keys-mode-map "C-c 5" #'split-window-below) ;; Move between windows (keymap-set icejam-keys-mode-map "C-c " #'windmove-left) diff --git a/lisp/icejam-themes.el b/lisp/icejam-themes.el index 1d7743d..2574a13 100644 --- a/lisp/icejam-themes.el +++ b/lisp/icejam-themes.el @@ -3,31 +3,20 @@ ;;; Code: (use-package spaceline :ensure t - :hook ((elpaca-after-init . spaceline-emacs-theme))) + :hook ((elpaca-after-init . spaceline-emacs-theme)) + :config + ;; Recompile spaceline after each theme has been reloaded to ensure + ;; that there are no artifacts instead of arrows on the screen. + (setopt enable-theme-functions 'spaceline-compile)) -(use-package base16-theme :ensure t - ;; :config - ;; (load-theme 'base16-atelier-forest-light t t) - ;; (load-theme 'base16-harmonic16-light t t) - ;; (load-theme 'base16-horizon-light t t) - ;; (load-theme 'base16-humanoid-light t t) - ;; (load-theme 'base16-zenburn t) - ;; (load-theme 'base16-tomorrow-night-eighties t t) - ;; (load-theme 'base16-darcula t t) - ;; (load-theme 'base16-solarflare t t) - ;; (load-theme 'base16-snazzy t t) - ;; (load-theme 'base16-onedark t t) - ;; (load-theme 'base16-gruvbox-dark-hard t t) - ;; (load-theme 'modus-vivendi t t) - ;; (load-theme 'base16-zenbones t t) - ) +(use-package base16-theme :ensure t) ;; (use-package apropospriate-theme :ensure t ;; :config (load-theme 'apropospriate-light t t)) ;; (use-package leuven-theme :ensure t ;; :config ;; (load-theme 'leuven t t)) -;; (use-package modus-themes :ensure t ) +(use-package modus-themes :ensure t) ;; (use-package darktooth-theme :ensure t ;; :config ;; (load-theme 'darktooth t t)) @@ -53,10 +42,16 @@ ;; Disable cursor blinking (blink-cursor-mode 0) +;; Scroll with the trackpad smoothly +(pixel-scroll-precision-mode 1) + ;; My own theme modifications: (with-eval-after-load 'base16-theme (setopt base16-theme-256-color-source 'colors) + (load-theme 'base16-equilibrium-light t t) (load-theme 'base16-gruvbox-dark-pale t t) + (load-theme 'base16-onedark t t) + (load-theme 'modus-operandi-tinted t t) (require 'icejam-base16-zenburn) (require 'icejam-base16-harmonic-light) (require 'icejam-base16-catppuccin-latte) diff --git a/lisp/icejam-transient.el b/lisp/icejam-transient.el index 7dfa0d0..7994260 100644 --- a/lisp/icejam-transient.el +++ b/lisp/icejam-transient.el @@ -43,7 +43,7 @@ ("i" "Indent" indent-region)]] [["Complete" ("g" "Ask GPTel" gptel-menu) - ("a" "Aider" aider-transient-menu) + ("a" "Aider" aidermacs-transient-menu) ("e" "Refactor with Elysium" elysium-query)]] [["Find" ("s" "Swiper" consult-line) @@ -70,6 +70,8 @@ ("l" "Line" avy-goto-line) ("c" "Character" avy-goto-char-2)] ["Split" + ("sr" "To right" split-window-right) + ("sb" "To bottom" split-window-below) ("\\" "To right" split-window-right) ("/" "To bottom" split-window-below)]] [["Buffers" diff --git a/lisp/langs/icejam-lang-elisp.el b/lisp/langs/icejam-lang-elisp.el index 380dc7e..513a829 100644 --- a/lisp/langs/icejam-lang-elisp.el +++ b/lisp/langs/icejam-lang-elisp.el @@ -10,6 +10,7 @@ (add-to-list 'auto-mode-alist '("/Eask\\'" . emacs-lisp-mode)) (use-package lispy :ensure t :defer t :commands (lispy-mode)) +;; (use-package geiser-guile :ensure t :defer t) (defun icejam-activate-emacs-lisp-mode () "Goodies for editing Emacs files." diff --git a/lisp/langs/icejam-lang-elixir.el b/lisp/langs/icejam-lang-elixir.el index 79e208d..2916f51 100644 --- a/lisp/langs/icejam-lang-elixir.el +++ b/lisp/langs/icejam-lang-elixir.el @@ -13,7 +13,7 @@ (defvar icejam-language-transient-alist) (defvar apheleia-mode-alist)) -(use-package elixir-ts-mode :ensure t :defer t :after (apheleia lsp-mode lsp-ui) +(use-package elixir-ts-mode :ensure t :defer t :after (apheleia) :config (add-to-list 'apheleia-mode-alist '(heex-ts-mode . mix-format))) diff --git a/lisp/langs/icejam-lang-python.el b/lisp/langs/icejam-lang-python.el index 4d2108d..9820660 100644 --- a/lisp/langs/icejam-lang-python.el +++ b/lisp/langs/icejam-lang-python.el @@ -4,7 +4,11 @@ (declare-function icejam-set-lsp-capfs 'icejam-complete-at-point) (declare-function lsp 'lsp-mode) (declare-function column-enforce-n "column-enforce-mode" (number)) -(eval-when-compile (defvar icejam-language-transient-alist)) +(declare-function transient-define-prefix 'transient) + +(eval-when-compile + (defvar icejam-language-transient-alist) + (defvar icejam-python-lang-menu)) (transient-define-prefix icejam-python-lang-menu () "Python Buffer Commands." diff --git a/lisp/themes/icejam-base16-not-harmonic.el b/lisp/themes/icejam-base16-not-harmonic.el index 8d3706d..38a8c62 100644 --- a/lisp/themes/icejam-base16-not-harmonic.el +++ b/lisp/themes/icejam-base16-not-harmonic.el @@ -5,7 +5,7 @@ ;; Based on harmonic-dark theme by Jannik Seibert (https://github.com/janniks) ;;; Code: -(use-package base16-theme :ensure t :defer t) +(use-package icejam-themes :ensure nil) (defvar base16-not-harmonic-colors '(:base00 "#102941" @@ -30,6 +30,7 @@ (deftheme base16-not-harmonic) ;; Add all the faces to the theme +(declare-function base16-theme-define 'base16-theme) (base16-theme-define 'base16-not-harmonic base16-not-harmonic-colors) ;; Customise things diff --git a/lisp/themes/icejam-base16-summerfruit-light.el b/lisp/themes/icejam-base16-summerfruit-light.el index 05dee52..5842e72 100644 --- a/lisp/themes/icejam-base16-summerfruit-light.el +++ b/lisp/themes/icejam-base16-summerfruit-light.el @@ -7,7 +7,7 @@ ;;; Code: -(use-package base16-theme :ensure t :defer t) +(use-package icejam-themes :ensure nil) (defvar base16-summerfruit-light-modified-colors '(:base00 "#fdfcfa" @@ -32,6 +32,7 @@ (deftheme base16-summerfruit-light-modified) ;; Add all the faces to the theme +(declare-function base16-theme-define 'base16-theme) (base16-theme-define 'base16-summerfruit-light-modified base16-summerfruit-light-modified-colors) ;; Mark the theme as provided From 2ef1340e6c2b83cb5ab95232f6c7cdc4ade88cc5 Mon Sep 17 00:00:00 2001 From: Maciej Szlosarczyk Date: Thu, 18 Sep 2025 15:06:30 +0300 Subject: [PATCH 32/34] Replace lsp-mode with eglot --- lisp/icejam-complete-at-point.el | 8 +- lisp/icejam-custom-init.el | 2 +- lisp/icejam-eglot.el | 13 ++++ lisp/icejam-lsp.el | 76 ------------------- lisp/icejam-transient.el | 4 +- lisp/langs/icejam-lang-dart.el | 4 +- lisp/langs/icejam-lang-dhall.el | 6 +- lisp/langs/icejam-lang-elixir.el | 14 ++-- lisp/langs/icejam-lang-erlang.el | 12 +-- lisp/langs/icejam-lang-fsharp.el | 13 +--- lisp/langs/icejam-lang-gleam.el | 18 ++--- lisp/langs/icejam-lang-golang.el | 12 +-- lisp/langs/icejam-lang-haskell.el | 16 +--- lisp/langs/icejam-lang-javascript.el | 14 ++-- lisp/langs/icejam-lang-kotlin.el | 12 +-- lisp/langs/icejam-lang-lean.el | 9 +-- lisp/langs/icejam-lang-lua.el | 11 ++- lisp/langs/icejam-lang-markdown.el | 2 +- lisp/langs/icejam-lang-ocaml.el | 9 +-- lisp/langs/icejam-lang-other.el | 5 +- lisp/langs/icejam-lang-php.el | 11 ++- lisp/langs/icejam-lang-purescript.el | 7 +- lisp/langs/icejam-lang-python.el | 11 ++- lisp/langs/icejam-lang-ruby.el | 7 +- lisp/langs/icejam-lang-rust.el | 7 +- lisp/langs/icejam-lang-web.el | 7 +- lisp/langs/icejam-lang-ziglang.el | 9 +-- .../icejam-base16-modus-operandi-tinted.el | 41 ++++++++++ 28 files changed, 140 insertions(+), 220 deletions(-) create mode 100644 lisp/icejam-eglot.el delete mode 100644 lisp/icejam-lsp.el create mode 100644 lisp/themes/icejam-base16-modus-operandi-tinted.el diff --git a/lisp/icejam-complete-at-point.el b/lisp/icejam-complete-at-point.el index 37981c5..5426c74 100644 --- a/lisp/icejam-complete-at-point.el +++ b/lisp/icejam-complete-at-point.el @@ -57,19 +57,17 @@ #'cape-file #'cape-keyword))) -(defun icejam-set-no-lsp-capfs () +(defun icejam-set-no-eglot-capfs () "Set `completion-at-point-function` to non-LSP list." (setq-local completion-at-point-functions (list (cape-capf-super #'cape-dabbrev #'yasnippet-capf) #'cape-file #'cape-keyword))) -(defun icejam-set-lsp-capfs () +(defun icejam-set-eglot-capfs () "Set `completion-at-point-function` to list where LSP is supported." - (declare-function lsp-completion-at-point 'lsp-mode) (setq-local completion-at-point-functions - (list (cape-capf-super #'lsp-completion-at-point - #'yasnippet-capf) + (list (cape-capf-super #'yasnippet-capf #'eglot-completion-at-point) #'cape-dabbrev #'cape-file))) diff --git a/lisp/icejam-custom-init.el b/lisp/icejam-custom-init.el index 3674913..fec2c94 100644 --- a/lisp/icejam-custom-init.el +++ b/lisp/icejam-custom-init.el @@ -104,7 +104,7 @@ (use-package icejam-flycheck :ensure nil) (use-package icejam-ispell :ensure nil) (use-package icejam-deft :ensure nil) -(use-package icejam-lsp :ensure nil) +(use-package icejam-eglot :ensure nil) (use-package icejam-dashboard :ensure nil) (use-package icejam-magit :ensure nil) (use-package icejam-vundo :ensure nil) diff --git a/lisp/icejam-eglot.el b/lisp/icejam-eglot.el new file mode 100644 index 0000000..0bb7faa --- /dev/null +++ b/lisp/icejam-eglot.el @@ -0,0 +1,13 @@ +;;; icejam-eglot -- summary -*- lexical-binding: t; -*- +;;; Commentary: +;;; Global Language Server Protocol Config +;;; Code: + +(use-package eldoc-box :ensure t + :hook ((emacs-lisp-mode . eldoc-box-hover-at-point-mode) + (eglot--managed-mode . eldoc-box-hover-at-point-mode)) + :custom-face + (eldoc-box-markdown-separator ((t (:inherit (fringe)))))) + +(provide 'icejam-eglot) +;;; icejam-eglot.el ends here diff --git a/lisp/icejam-lsp.el b/lisp/icejam-lsp.el deleted file mode 100644 index 5ec222e..0000000 --- a/lisp/icejam-lsp.el +++ /dev/null @@ -1,76 +0,0 @@ -;;; icejam-lsp -- summary -*- lexical-binding: t; -*- -;;; Commentary: -;;; Global Language Server Protocol Config -;;; Code: - -;; https://emacs-lsp.github.io/lsp-mode/page/performance/#use-plists-for-deserialization -;; This supposedly makes it faster. -(setenv "LSP_USE_PLISTS" "true") -(use-package lsp-mode :ensure t :defer t - :config - (add-to-list 'lsp-disabled-clients '(typescript-ts-mode . vue-semantic-server)) - (add-to-list 'lsp-disabled-clients '(js-mode . vue-semantic-server)) - (add-to-list 'lsp-disabled-clients '(css-mode . vue-semantic-server)) - - (setq-default lsp-file-watch-threshold 10000 - lsp-restart 'auto-restart - lsp-prefer-capf t - lsp-completion-provider :capf - lsp-server-trace nil - lsp-lens-enable nil - lsp-diagnostics-provider :flymake - lsp-lens-mode nil - read-process-output-max (* 1024 1024 4) - lsp-log-io nil - ;; Do not use Vue language server for everything .JS/TS/TSX - lsp-volar-take-over-mode nil - lsp-enable-file-watchers nil) - (unbind-key "s-l =" lsp-mode-map) - (unbind-key "s-l G" lsp-mode-map) - (unbind-key "s-l T" lsp-mode-map) - (unbind-key "s-l a" lsp-mode-map) - (unbind-key "s-l g" lsp-mode-map) - (unbind-key "s-l r" lsp-mode-map) - (unbind-key "C-S-SPC" lsp-mode-map) - (unbind-key "s-l G g" lsp-mode-map) - (unbind-key "s-l G r" lsp-mode-map) - (unbind-key "s-l G s" lsp-mode-map) - (unbind-key "s-l h g" lsp-mode-map) - (unbind-key "s-l h h" lsp-mode-map) - (unbind-key "s-l h s" lsp-mode-map) - (unbind-key "s-l g a" lsp-mode-map) - (unbind-key "s-l g e" lsp-mode-map) - (unbind-key "s-l g g" lsp-mode-map) - (unbind-key "s-l g h" lsp-mode-map) - (unbind-key "s-l g r" lsp-mode-map) - (unbind-key "s-l T D" lsp-mode-map) - (unbind-key "s-l T L" lsp-mode-map) - (unbind-key "s-l T S" lsp-mode-map) - (unbind-key "s-l T T" lsp-mode-map) - (unbind-key "s-l T b" lsp-mode-map) - (unbind-key "s-l T d" lsp-mode-map) - (unbind-key "s-l T f" lsp-mode-map) - (unbind-key "s-l T l" lsp-mode-map) - (unbind-key "s-l T s" lsp-mode-map) - (unbind-key "s-l F a" lsp-mode-map) - (unbind-key "s-l F b" lsp-mode-map) - (unbind-key "s-l F r" lsp-mode-map) - (unbind-key "s-l = =" lsp-mode-map) - (unbind-key "s-l s D" lsp-mode-map) - (unbind-key "s-l s d" lsp-mode-map) - (unbind-key "s-l s q" lsp-mode-map) - (unbind-key "s-l s r" lsp-mode-map) - (unbind-key "s-l s s" lsp-mode-map)) - -(use-package lsp-ui :ensure t :after (lsp-mode) :defer t - :config - (setopt lsp-ui-doc-enable t - lsp-ui-doc-delay 0.5 ;; Wait half a second to display documentation - lsp-ui-doc-position 'at-point - lsp-ui-doc-include-signature t)) - -;; Lsp debugger mode -(use-package dap-mode :ensure t :after (lsp-mode) :defer t) - -(provide 'icejam-lsp) -;;; icejam-lsp.el ends here diff --git a/lisp/icejam-transient.el b/lisp/icejam-transient.el index 7994260..7dee4b6 100644 --- a/lisp/icejam-transient.el +++ b/lisp/icejam-transient.el @@ -108,9 +108,7 @@ ;; This only appears for emacs-lisp-mode ("d" "Explain thing at point" helpful-at-point :if-mode emacs-lisp-mode) - ;; These only appear for LSP mode - ("m" "LSP iMenu" lsp-ui-imenu - :if (lambda () (bound-and-true-p lsp-mode))) + ("m" "iMenu" consult-imenu) ;; Finally, quit. ("q" "Quit" keyboard-quit)]]) diff --git a/lisp/langs/icejam-lang-dart.el b/lisp/langs/icejam-lang-dart.el index a8e189b..ae80968 100644 --- a/lisp/langs/icejam-lang-dart.el +++ b/lisp/langs/icejam-lang-dart.el @@ -1,14 +1,12 @@ ;;; dart -- summary -*- lexical-binding: t; -*- ;;; Commentary: ;;; Code: -(declare-function lsp 'lsp-mode) (use-package dart-mode :ensure t :defer t) -(use-package lsp-dart :defer t :ensure t :requires (dart-mode lsp)) (defun icejam-lang-activate-dart-mode () "Reconfigure dart mode for your own purposes." - (lsp)) + (eglot-ensure)) (add-hook 'dart-mode-hook 'icejam-lang-activate-dart-mode) diff --git a/lisp/langs/icejam-lang-dhall.el b/lisp/langs/icejam-lang-dhall.el index 0e12db2..f92d9f9 100644 --- a/lisp/langs/icejam-lang-dhall.el +++ b/lisp/langs/icejam-lang-dhall.el @@ -1,13 +1,13 @@ ;;; dhall -- summary -*- lexical-binding: t; -*- ;;; Commentary: ;;; Code: -(declare-function lsp 'lsp-mode) -(use-package dhall-mode :ensure t :defer t :requires (lsp)) +(use-package dhall-mode :ensure t :defer t) (defun icejam-lang-activate-dhall-mode () "Reconfigure dhall mode for your own purposes." - (lsp)) + (eglot-ensure) + (icejam-set-eglot-capfs)) (add-hook 'dhall-mode-hook 'icejam-lang-activate-dhall-mode) (add-hook 'dhall-mode-hook 'display-line-numbers-mode) diff --git a/lisp/langs/icejam-lang-elixir.el b/lisp/langs/icejam-lang-elixir.el index 2916f51..44b055c 100644 --- a/lisp/langs/icejam-lang-elixir.el +++ b/lisp/langs/icejam-lang-elixir.el @@ -3,14 +3,15 @@ ;;; Code: (eval-when-compile + (declare-function transient-define-prefix 'transient) (declare-function column-enforce-n 'column-enforce-mode (number)) (declare-function -> 'dash) - (declare-function lsp 'lsp-mode) (declare-function yas--table-get-create 'yasnippet) (declare-function yas--remove-template-by-uuid 'yasnippet) (declare-function icejam-set-indent 'icejam-prog-mode) - (declare-function icejam-set-lsp-capfs 'icejam-complete-at-point) + (declare-function icejam-set-eglot-capfs 'icejam-complete-at-point) (defvar icejam-language-transient-alist) + (defvar icejam-elixir-lang-menu) (defvar apheleia-mode-alist)) (use-package elixir-ts-mode :ensure t :defer t :after (apheleia) @@ -23,7 +24,7 @@ (concat (propertize "Code actions for " 'face 'transient-heading) (propertize (format "%s" major-mode) 'face 'transient-key) (propertize ":\n" 'face 'transient-heading))) - ("m" "LSP iMenu" lsp-ui-imenu) + ("m" "iMenu" consult-imenu) ("r" "Reload buffer" icejam-revert-buffer-no-confirm) ("e" "Show errors" flymake-show-buffer-diagnostics) ("f" "Format buffer with Elixir formatter" apheleia-format-buffer) @@ -43,14 +44,11 @@ "All things Elixir." (icejam-set-indent 2) (column-enforce-n 98) - (lsp) + (eglot-ensure) ;; If needed, switch the one below to false to disable documentation pop-ups ;; (setq-local lsp-ui-doc-enable t) - - (setq-local lsp-eldoc-enable-hover nil - lsp-completion-enable-additional-text-edit nil) - (icejam-set-lsp-capfs) + (icejam-set-eglot-capfs) (icejam-delete-elixir-snippets)) (add-hook 'heex-ts-mode-hook 'icejam-activate-elixir-ts-mode) diff --git a/lisp/langs/icejam-lang-erlang.el b/lisp/langs/icejam-lang-erlang.el index 58826de..53aea32 100644 --- a/lisp/langs/icejam-lang-erlang.el +++ b/lisp/langs/icejam-lang-erlang.el @@ -2,15 +2,11 @@ ;;; Commentary: ;;; Code: -(declare-function lsp 'lsp-mode) (declare-function column-enforce-n 'column-enforce-mode) (declare-function icejam-set-indent 'icejam-prog-mode) -(declare-function icejam-set-lsp-capfs 'icejam-complete-at-point) +(declare-function icejam-set-eglot-capfs 'icejam-complete-at-point) -(use-package erlang - :defer t - :ensure (:depth 1) - :after (lsp lsp-ui)) +(use-package erlang :defer t :ensure (:depth 1)) (defun icejam-activate-erlang-mode () "Start Erlang related editing process." @@ -18,10 +14,10 @@ (column-enforce-n 80) ;; Start LSP - (lsp) + (eglot-ensure) ;; Capf override - (icejam-set-lsp-capfs)) + (icejam-set-eglot-capfs)) (add-hook 'erlang-mode-hook 'icejam-activate-erlang-mode) diff --git a/lisp/langs/icejam-lang-fsharp.el b/lisp/langs/icejam-lang-fsharp.el index 45d1334..4417834 100644 --- a/lisp/langs/icejam-lang-fsharp.el +++ b/lisp/langs/icejam-lang-fsharp.el @@ -9,25 +9,20 @@ ;; Fsharp configuration ;;; Code: - -(declare-function lsp-deferred 'lsp-mode) (declare-function icejam-set-indent 'icejam-prog-mode) (declare-function column-enforce-n 'column-enforce-mode) -(declare-function icejam-set-lsp-capfs 'icejam-complete-at-point) +(declare-function icejam-set-eglot-capfs 'icejam-complete-at-point) -(use-package fsharp-mode - :requires (lsp-mode lsp-ui) - :ensure t - :defer t) +(use-package fsharp-mode :ensure t :defer t) (defun icejam-activate-fsharp-mode () "Activate F# goodies." (icejam-set-indent 4) (column-enforce-n 100) - (lsp-deferred) + (eglot-ensure) ;; Capf override - (icejam-set-lsp-capfs)) + (icejam-set-eglot-capfs)) (add-hook 'fsharp-mode-hook 'icejam-activate-fsharp-mode) diff --git a/lisp/langs/icejam-lang-gleam.el b/lisp/langs/icejam-lang-gleam.el index 8198432..8ae481a 100644 --- a/lisp/langs/icejam-lang-gleam.el +++ b/lisp/langs/icejam-lang-gleam.el @@ -10,26 +10,22 @@ ;;; Code: (declare-function column-enforce-n 'column-enforce-mode (number)) -(declare-function lsp 'lsp-mode) (declare-function icejam-set-indent 'icejam-prog-mode) -(declare-function icejam-set-lsp-capfs 'icejam-complete-at-point) +(declare-function icejam-set-eglot-capfs 'icejam-complete-at-point) -(use-package gleam-ts-mode :defer t :after (lsp) - :ensure (:type git - :host github - :repo "gleam-lang/gleam-mode" - :files ("gleam-ts-mode.el"))) +(use-package gleam-ts-mode :defer t :ensure t + :mode (rx ".gleam" eos)) -(add-to-list 'auto-mode-alist '("\\.gleam\\'" . gleam-ts-mode)) +;; (add-to-list 'auto-mode-alist '("\\.gleam\\'" . gleam-ts-mode)) (defun icejam-lang-activate-gleam-mode () "All things Gleam." (icejam-set-indent 2) (column-enforce-n 100) - (lsp) - (icejam-set-lsp-capfs)) + (eglot-ensure) + (icejam-set-eglot-capfs)) -(add-hook 'gleam-mode-hook 'icejam-lang-activate-gleam-mode) +(add-hook 'gleam-ts-mode-hook 'icejam-lang-activate-gleam-mode) (provide 'icejam-lang-gleam) ;;; icejam-lang-gleam.el ends here diff --git a/lisp/langs/icejam-lang-golang.el b/lisp/langs/icejam-lang-golang.el index 2c4ce26..6bc653c 100644 --- a/lisp/langs/icejam-lang-golang.el +++ b/lisp/langs/icejam-lang-golang.el @@ -10,21 +10,17 @@ ;;; Code: (declare-function column-enforce-n 'column-enforce-mode (number)) -(declare-function lsp 'lsp-mode) (declare-function icejam-set-indent 'icejam-prog-mode) -(declare-function icejam-set-lsp-capfs 'icejam-complete-at-point) +(declare-function icejam-set-eglot-capfs 'icejam-complete-at-point) -(use-package go-mode - :requires (lsp-mode lsp-ui) - :defer t - :ensure t) +(use-package go-mode :defer t :ensure t) (defun icejam-activate-golang-mode () "Activate my own Golang mode settings." (icejam-set-indent 8) (column-enforce-n 100) - (lsp) - (icejam-set-lsp-capfs)) + (eglot-ensure) + (icejam-set-eglot-capfs)) (add-hook 'go-mode-hook #'icejam-activate-golang-mode) diff --git a/lisp/langs/icejam-lang-haskell.el b/lisp/langs/icejam-lang-haskell.el index 8630fe3..5dab443 100644 --- a/lisp/langs/icejam-lang-haskell.el +++ b/lisp/langs/icejam-lang-haskell.el @@ -11,27 +11,19 @@ ;;; Code: (declare-function column-enforce-n 'column-enforce-mode (number)) -(declare-function lsp-deferred 'lsp-mode) (declare-function icejam-set-indent 'icejam-prog-mode) -(declare-function icejam-set-lsp-capfs 'icejam-complete-at-point) +(declare-function icejam-set-eglot-capfs 'icejam-complete-at-point) -(use-package haskell-mode - :ensure t - :defer t) - -(use-package lsp-haskell - :ensure t - :defer t - :after (lsp-mode lsp-ui haskell-mode)) +(use-package haskell-mode :ensure t :defer t) (defun icejam-activate-haskell-mode () "Run this in `haskell-mode'." (icejam-set-indent 2) (column-enforce-n 80) - (lsp-deferred) + (eglot-ensure) ;; Capf override - (icejam-set-lsp-capfs)) + (icejam-set-eglot-capfs)) (add-hook 'haskell-mode-hook 'icejam-activate-haskell-mode) diff --git a/lisp/langs/icejam-lang-javascript.el b/lisp/langs/icejam-lang-javascript.el index 8b4e50d..cb32e82 100644 --- a/lisp/langs/icejam-lang-javascript.el +++ b/lisp/langs/icejam-lang-javascript.el @@ -3,12 +3,10 @@ ;;; Code: (declare-function column-enforce-n 'column-enforce-mode (number)) -(declare-function lsp-deferred 'lsp-mode) (declare-function icejam-set-indent 'icejam-prog-mode) -(declare-function icejam-set-lsp-capfs 'icejam-complete-at-point) +(declare-function icejam-set-eglot-capfs 'icejam-complete-at-point) -(use-package js2-mode :ensure t :defer t - :after (web-mode lsp-mode lsp-ui)) +(use-package js2-mode :ensure t :defer t :after(web-mode)) (use-package typescript-ts-mode :ensure nil :defer t) @@ -18,7 +16,7 @@ (defun icejam-activate-typescript-ts-mode () "Typescript mode overrides." (icejam-set-indent 2) - (lsp-deferred) + (eglot-ensure) (column-enforce-n 100)) (add-hook 'typescript-ts-mode-hook 'icejam-activate-typescript-ts-mode) @@ -36,19 +34,17 @@ (icejam-set-indent 2) (when (not (string-match-p ".json" (buffer-file-name))) - (lsp-deferred)) + (eglot-ensure)) (column-enforce-n 80) (setq-local js2-basic-offset 2) (setq-local js2-strict-missing-semi-warning nil) - (setq-local lsp-eldoc-enable-hover nil) (setq js2-mode-show-parse-errors nil) (setq js2-mode-show-strict-warnings nil) - (setq-local lsp-eldoc-enable-hover nil) (setq-local flycheck-check-syntax-automatically '(save mode-enabled)) - (icejam-set-lsp-capfs)) + (icejam-set-eglot-capfs)) (add-hook 'js2-mode-hook 'icejam-activate-js2-mode) diff --git a/lisp/langs/icejam-lang-kotlin.el b/lisp/langs/icejam-lang-kotlin.el index bca404a..706081d 100644 --- a/lisp/langs/icejam-lang-kotlin.el +++ b/lisp/langs/icejam-lang-kotlin.el @@ -10,14 +10,10 @@ ;;; Code: (declare-function column-enforce-n 'column-enforce-mode (number)) -(declare-function lsp 'lsp-mode) (declare-function icejam-set-indent 'icejam-prog-mode) -(declare-function icejam-set-lsp-capfs 'icejam-complete-at-point) +(declare-function icejam-set-eglot-capfs 'icejam-complete-at-point) -(use-package kotlin-ts-mode - :ensure t - :after (lsp-mode lsp-ui) - :defer t) +(use-package kotlin-ts-mode :ensure t :defer t) (add-to-list 'auto-mode-alist '("\\.kt\\'" . kotlin-ts-mode)) (add-to-list 'auto-mode-alist '("\\.kts\\'" . kotlin-ts-mode)) @@ -28,8 +24,8 @@ "All things Kotlin." (icejam-set-indent 2) (column-enforce-n 100) - (lsp) - (icejam-set-lsp-capfs)) + (eglot-ensure) + (icejam-set-eglot-capfs)) (add-hook 'kotlin-ts-mode-hook 'icejam-activate-kotlin-mode) diff --git a/lisp/langs/icejam-lang-lean.el b/lisp/langs/icejam-lang-lean.el index e4a5442..4782e3a 100644 --- a/lisp/langs/icejam-lang-lean.el +++ b/lisp/langs/icejam-lang-lean.el @@ -1,9 +1,7 @@ ;;; lean -- summary -*- lexical-binding: t; -*- ;;; Commentary: ;;; Code: - -(declare-function lsp-deferred 'lsp-mode) -(declare-function icejam-set-lsp-capfs 'icejam-complete-at-point) +(declare-function icejam-set-eglot-capfs 'icejam-complete-at-point) (use-package lean4-mode :ensure (lean4-mode @@ -11,7 +9,6 @@ :host github :repo "leanprover/lean4-mode" :files ("*.el" "data")) - :requires (lsp) :defer t) (defun icejam-activate-lean-mode () @@ -19,10 +16,10 @@ (interactive) ;; Run LSP - (lsp-deferred) + (eglot-ensure) ;; Capf override - (icejam-set-lsp-capfs)) + (icejam-set-eglot-capfs)) (add-hook 'lean4-mode-hook #'icejam-activate-lean-mode) diff --git a/lisp/langs/icejam-lang-lua.el b/lisp/langs/icejam-lang-lua.el index 4de5c6f..0666ef2 100644 --- a/lisp/langs/icejam-lang-lua.el +++ b/lisp/langs/icejam-lang-lua.el @@ -1,4 +1,4 @@ -;;; icejam-lang-lua.el --- summary +;;; icejam-lang-lua.el --- summary -*- lexical-binding: t; -*- ;; Author: Maciej Szlosarczyk ;; Maintainer: Maciej Szlosarczyk @@ -11,19 +11,18 @@ ;;; Code: (eval-when-compile (declare-function column-enforce-n 'column-enforce-mode (number)) - (declare-function lsp 'lsp-mode) (declare-function icejam-set-indent 'icejam-prog-mode) - (declare-function icejam-set-lsp-capfs 'icejam-complete-at-point) + (declare-function icejam-set-eglot-capfs 'icejam-complete-at-point) (defvar icejam-language-transient-alist)) -(use-package lua-mode :ensure t :defer t :after (lsp-mode)) +(use-package lua-mode :ensure t :defer t) (defun icejam-activate-lua-mode () "All things related to Lua." (icejam-set-indent 4) (column-enforce-n 100) - (lsp) - (icejam-set-lsp-capfs)) + (eglot-ensure) + (icejam-set-eglot-capfs)) (add-hook 'lua-mode-hook 'icejam-activate-lua-mode) diff --git a/lisp/langs/icejam-lang-markdown.el b/lisp/langs/icejam-lang-markdown.el index 02e649e..b158e16 100644 --- a/lisp/langs/icejam-lang-markdown.el +++ b/lisp/langs/icejam-lang-markdown.el @@ -6,7 +6,7 @@ (declare-function elpaca-installed-p "elpaca") (declare-function column-enforce-n 'column-enforce-mode (number)) (declare-function icejam-set-indent 'icejam-prog-mode) - (declare-function icejam-set-no-lsp-capfs 'icejam-prog-mode) + (declare-function icejam-set-no-eglot-capfs 'icejam-prog-mode) (declare-function rxt--re-builder-switch-pcre-mode "pcre2el")) ;; Markdown is a dependency of LSP mode. By wrapping it in unless we silence diff --git a/lisp/langs/icejam-lang-ocaml.el b/lisp/langs/icejam-lang-ocaml.el index 53ff8a3..d08b3d2 100644 --- a/lisp/langs/icejam-lang-ocaml.el +++ b/lisp/langs/icejam-lang-ocaml.el @@ -1,11 +1,8 @@ ;;; ocaml -- summary -*- lexical-binding: t; -*- ;;; Commentary: ;;; Code: - -(declare-function lsp "lsp-mode" nil) - (declare-function icejam-set-indent 'icejam-prog-mode) -(declare-function icejam-set-lsp-capfs 'icejam-complete-at-point) +(declare-function icejam-set-eglot-capfs 'icejam-complete-at-point) (eval-when-compile (defvar icejam-language-transient-alist)) (use-package merlin :defer t :ensure t) @@ -50,8 +47,8 @@ (icejam-set-indent 2) (opam-switch-mode t) (icejam-load-ocaml-site-packages) - (lsp) - (icejam-set-lsp-capfs)) + (eglot-ensure) + (icejam-set-eglot-capfs)) (add-hook 'tuareg-mode-hook 'icejam-activate-tuareg-mode) diff --git a/lisp/langs/icejam-lang-other.el b/lisp/langs/icejam-lang-other.el index 59adeaf..ffa84d5 100644 --- a/lisp/langs/icejam-lang-other.el +++ b/lisp/langs/icejam-lang-other.el @@ -27,13 +27,12 @@ :mode ("\\.graphqls\\'" . graphql-mode)) ;; Yaml -(declare-function lsp "lsp-mode" nil) -(use-package yaml-mode :ensure t :defer t :requires (lsp)) +(use-package yaml-mode :ensure t :defer t) (with-eval-after-load 'yaml-mode (defun icejam-lang-activate-yaml-mode () "Activate yaml-mode." - (lsp)) + (eglot-ensure)) (add-hook 'yaml-mode-hook 'icejam-lang-activate-yaml-mode)) ;; Other text files diff --git a/lisp/langs/icejam-lang-php.el b/lisp/langs/icejam-lang-php.el index ce41cf6..5a48c4a 100644 --- a/lisp/langs/icejam-lang-php.el +++ b/lisp/langs/icejam-lang-php.el @@ -11,20 +11,19 @@ ;;; Code: (declare-function column-enforce-n 'column-enforce-mode (number)) (declare-function icejam-set-indent 'icejam-prog-mode) -(declare-function icejam-set-lsp-capfs 'icejam-complete-at-point) +(declare-function icejam-set-eglot-capfs 'icejam-complete-at-point) (eval-when-compile (defvar icejam-language-transient-alist)) -(use-package php-mode :ensure t :defer t - :requires (lsp-mode lsp-ui)) +(use-package php-mode :ensure t :defer t) (transient-define-prefix icejam-lang-php-context-menu () "PHP Buffer Commands." ["" ["LSP" - ("m" "iMenu" lsp-ui-imenu)] + ("m" "iMenu" consult-imenu)] ["Buffer" ("r" "Reload" icejam-revert-buffer-no-confirm) - ("f" "Format" lsp-format-buffer) + ("f" "Format" eglot-format-buffer) ("i" "Indent" icejam-mark-and-indent-whole-buffer) ("e" "Show Errors" flymake-show-buffer-diagnostics)]] ["" @@ -39,7 +38,7 @@ (keymap-set php-mode-map "C-c l" #'icejam-lang-php-context-menu) ;; Capf override - (icejam-set-lsp-capfs)) + (icejam-set-eglot-capfs)) (add-hook 'php-mode-hook 'icejam-lang-activate-php-mode) diff --git a/lisp/langs/icejam-lang-purescript.el b/lisp/langs/icejam-lang-purescript.el index d5d48cb..d854719 100644 --- a/lisp/langs/icejam-lang-purescript.el +++ b/lisp/langs/icejam-lang-purescript.el @@ -12,10 +12,9 @@ (declare-function column-enforce-n 'column-enforce-mode (number)) (declare-function icejam-set-indent 'icejam-prog-mode) -(declare-function icejam-set-lsp-capfs 'icejam-complete-at-point) +(declare-function icejam-set-eglot-capfs 'icejam-complete-at-point) -(use-package purescript-mode :ensure t :defer t - :after (lsp-mode lsp-ui)) +(use-package purescript-mode :ensure t :defer t) (declare-function purescript-indentation-mode "purescript-mode") @@ -28,7 +27,7 @@ (purescript-indentation-mode t) ;; Capf override - (icejam-set-lsp-capfs)) + (icejam-set-eglot-capfs)) (add-hook 'purescript-mode-hook 'icejam-activate-purescript-mode) diff --git a/lisp/langs/icejam-lang-python.el b/lisp/langs/icejam-lang-python.el index 9820660..b205d8b 100644 --- a/lisp/langs/icejam-lang-python.el +++ b/lisp/langs/icejam-lang-python.el @@ -1,8 +1,7 @@ ;;; python -- summary -*- lexical-binding: t; -*- ;;; Commentary: ;;; Code: -(declare-function icejam-set-lsp-capfs 'icejam-complete-at-point) -(declare-function lsp 'lsp-mode) +(declare-function icejam-set-eglot-capfs 'icejam-complete-at-point) (declare-function column-enforce-n "column-enforce-mode" (number)) (declare-function transient-define-prefix 'transient) @@ -14,10 +13,10 @@ "Python Buffer Commands." ["" ["LSP" - ("m" "iMenu" lsp-ui-imenu)] + ("m" "iMenu" consult-imenu)] ["Buffer" ("r" "Reload" icejam-revert-buffer-no-confirm) - ("f" "Format" lsp-format-buffer) + ("f" "Format" eglot-format-buffer) ("i" "Indent" icejam-mark-and-indent-whole-buffer) ("e" "Show Errors" flymake-show-buffer-diagnostics)]] ["" @@ -29,11 +28,11 @@ (defun icejam-lang-activate-python-mode () "Activate python mode." - (lsp) + (eglot-ensure) (column-enforce-n 99) ;; Capf override - (icejam-set-lsp-capfs)) + (icejam-set-eglot-capfs)) (add-hook 'python-mode-hook 'icejam-lang-activate-python-mode) diff --git a/lisp/langs/icejam-lang-ruby.el b/lisp/langs/icejam-lang-ruby.el index 1cb3a5e..370c38e 100644 --- a/lisp/langs/icejam-lang-ruby.el +++ b/lisp/langs/icejam-lang-ruby.el @@ -2,9 +2,8 @@ ;;; Commentary: ;;; Code: -(declare-function lsp 'lsp-mode) (declare-function icejam-set-indent 'icejam-prog-mode) -(declare-function icejam-set-lsp-capfs 'icejam-complete-at-point) +(declare-function icejam-set-eglot-capfs 'icejam-complete-at-point) (eval-when-compile (defvar icejam-language-transient-alist)) (use-package rspec-mode :ensure t :defer t :commands (rspec-install-snippets)) @@ -24,10 +23,10 @@ (setq ruby-insert-encoding-magic-comment nil) ;; Start LSP - (lsp) + (eglot-ensure) ;; Capf override - (icejam-set-lsp-capfs)) + (icejam-set-eglot-capfs)) (add-hook 'ruby-ts-mode-hook 'rspec-mode) (add-hook 'ruby-ts-mode-hook 'ruby-end-mode) diff --git a/lisp/langs/icejam-lang-rust.el b/lisp/langs/icejam-lang-rust.el index 90b134c..93f3705 100644 --- a/lisp/langs/icejam-lang-rust.el +++ b/lisp/langs/icejam-lang-rust.el @@ -3,9 +3,8 @@ ;;; Code: (eval-when-compile (declare-function column-enforce-n 'column-enforce-mode (number)) - (declare-function lsp-deferred 'lsp-mode) (declare-function icejam-set-indent 'icejam-prog-mode) - (declare-function icejam-set-lsp-capfs 'icejam-complete-at-point)) + (declare-function icejam-set-eglot-capfs 'icejam-complete-at-point)) (use-package rust-mode :ensure t @@ -30,8 +29,8 @@ (column-enforce-n 99) ;; Run LSP - (lsp-deferred) - (icejam-set-lsp-capfs)) + (eglot-ensure) + (icejam-set-eglot-capfs)) (add-hook 'rust-mode-hook 'icejam-activate-rust-mode) (add-hook 'rust-mode-hook 'flycheck-rust-setup) diff --git a/lisp/langs/icejam-lang-web.el b/lisp/langs/icejam-lang-web.el index 38df975..6a46ab3 100644 --- a/lisp/langs/icejam-lang-web.el +++ b/lisp/langs/icejam-lang-web.el @@ -1,10 +1,7 @@ ;;; web -- summary -*- lexical-binding: t; -*- ;;; Commentary: ;;; Code: - -(declare-function lsp 'lsp-mode) - -(use-package web-mode :after (lsp flycheck) :ensure t :defer t) +(use-package web-mode :ensure t :defer t) ;; Eex Web mode (add-to-list 'auto-mode-alist '("\\.eex\\'" . web-mode)) @@ -31,7 +28,7 @@ (setq-local lsp-eldoc-enable-hover nil) (setq-local flycheck-check-syntax-automatically '(save mode-enabled)) (when (string-match-p ".vue" (buffer-file-name)) - (lsp))) + (eglot-ensure))) (add-hook 'web-mode-hook 'icejam-activate-web-mode) diff --git a/lisp/langs/icejam-lang-ziglang.el b/lisp/langs/icejam-lang-ziglang.el index 04cb4b7..2b3bb91 100644 --- a/lisp/langs/icejam-lang-ziglang.el +++ b/lisp/langs/icejam-lang-ziglang.el @@ -10,11 +10,10 @@ ;;; Code: (declare-function column-enforce-n 'column-enforce-mode (number)) -(declare-function lsp 'lsp-mode) (declare-function icejam-set-indent 'icejam-prog-mode) -(declare-function icejam-set-lsp-capfs 'icejam-complete-at-point) +(declare-function icejam-set-eglot-capfs 'icejam-complete-at-point) -(use-package zig-mode :ensure t :defer t :requires (lsp)) +(use-package zig-mode :ensure t :defer t) (defun icejam-activate-zig-mode () "Goodies for editing zig files." @@ -24,8 +23,8 @@ ;; Set indentation to 4 chars (icejam-set-indent 4) - (lsp) - (icejam-set-lsp-capfs)) + (eglot-ensure) + (icejam-set-eglot-capfs)) (add-hook 'zig-mode-hook 'icejam-activate-zig-mode) diff --git a/lisp/themes/icejam-base16-modus-operandi-tinted.el b/lisp/themes/icejam-base16-modus-operandi-tinted.el new file mode 100644 index 0000000..b0196c4 --- /dev/null +++ b/lisp/themes/icejam-base16-modus-operandi-tinted.el @@ -0,0 +1,41 @@ +;;; base16-modus-operandi-tinded.el --- summary +;;; Commentary: + +;; Author: Maciej Szlosarczyk +;; Maintainer: Maciej Szlosarczyk +;; Version: 0.1-snapshot + +;;; Code: + +(use-package icejam-themes :ensure nil) + +(defvar base16-modus-operandi-tinted-colors + '(:base00 "#fbf7f0" + :base01 "#efe9dd" + :base02 "#c9b9b0" + :base03 "#595959" + :base04 "#595959" + :base05 "#000000" + :base06 "#193668" + :base07 "#193668" + :base08 "#a60000" + :base09 "#006300" + :base0A "#006300" + :base0B "#0031a9" + :base0C "#721045" + :base0D "#00598b" + :base0E "#731c52" + :base0F "#80601f") + "All colors for Base16 Modus Operandi are defined here.") + +;; Define the theme +(deftheme base16-modus-operandi-tinted) + +;; Add all the faces to the theme +(declare-function base16-theme-define 'base16-theme) +(base16-theme-define 'base16-modus-operandi-tinted base16-modus-operandi-tinted-colors) + +;; Mark the theme as provided +(provide-theme 'base16-modus-operandi-tinted) +(provide 'icejam-base16-modus-operandi-tinted) +;;; icejam-base16-modus-operandi-tinted.el ends here From b10acede862880c2470f1e2435b8c896aac0ddd9 Mon Sep 17 00:00:00 2001 From: Maciej Szlosarczyk Date: Tue, 28 Oct 2025 12:14:01 +0200 Subject: [PATCH 33/34] Configure treemacs --- early-init.el | 4 ++++ lisp/icejam-aider.el | 8 ++++---- lisp/icejam-base.el | 3 ++- lisp/icejam-custom-init.el | 2 +- lisp/langs/icejam-lang-rust.el | 3 ++- 5 files changed, 13 insertions(+), 7 deletions(-) diff --git a/early-init.el b/early-init.el index afe7e9a..df7042d 100644 --- a/early-init.el +++ b/early-init.el @@ -26,4 +26,8 @@ (time-subtract after-init-time before-init-time))) gcs-done))) +;; set path for native compilation to work +(setenv "PATH" "/Users/maciej/.local/share/zinit/polaris/bin:/Users/maciej/.asdf/shims:/Users/maciej/.local/bin:/Users/maciej/.opam/default/bin:/Users/maciej/.go/bin:/Users/maciej/.elan/bin:/opt/homebrew/opt/postgresql@17/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/Library/Apple/usr/bin:/usr/local/MacGPG2/bin:/usr/local/share/dotnet:/Users/maciej/.dotnet/tools:/Applications/Postgres.app/Contents/Versions/latest/bin:/Applications/kitty.app/Contents/MacOS") +(setq exec-path (split-string (getenv "PATH") path-separator)) + ;;; early-init.el ends here diff --git a/lisp/icejam-aider.el b/lisp/icejam-aider.el index fcb8a36..596543e 100644 --- a/lisp/icejam-aider.el +++ b/lisp/icejam-aider.el @@ -1,4 +1,4 @@ -;;; icejam-aider.el --- summary +;;; icejam-aider.el --- summary -*- lexical-binding: t; -*- ;; Author: Maciej Szlosarczyk ;; Maintainer: Maciej Szlosarczyk @@ -56,10 +56,10 @@ :config ;; (setenv "OLLAMA_API_BASE" "http://127.0.0.1:11434") (setenv "OLLAMA_API_BASE" "http://192.168.88.13:11434") - (setopt aidermacs-use-architect-mode t) - (setopt aidermacs-default-model "ollama_chat/qwen2.5-coder:32b") + (setopt aidermacs-default-chat-mode 'architect) + (setopt aidermacs-default-model "ollama_chat/qwen3-coder:30b") (setopt aider-extra-args (list "--model" - "ollama_chat/qwen2.5-coder:32b" + "ollama_chat/qwen3-coder:30b" "--no-auto-commits" "--no-analytics" "--no-gitignore"))) diff --git a/lisp/icejam-base.el b/lisp/icejam-base.el index 4490d66..13de97f 100644 --- a/lisp/icejam-base.el +++ b/lisp/icejam-base.el @@ -135,7 +135,8 @@ (elpaca-after-init . treemacs-project-follow-mode)) :commands (treemacs-follow-mode treemacs-project-follow-mode treemacs) :bind (:map icejam-keys-mode-map - ([(hyper b)] . treemacs))) + ([(hyper b)] . treemacs)) + :config (setopt treemacs-tag-follow-delay 1.0)) (use-package treemacs-all-the-icons :ensure t :defer t :requires (treemacs) diff --git a/lisp/icejam-custom-init.el b/lisp/icejam-custom-init.el index fec2c94..c420cd7 100644 --- a/lisp/icejam-custom-init.el +++ b/lisp/icejam-custom-init.el @@ -128,7 +128,7 @@ (use-package icejam-lang-haskell :ensure nil) (use-package icejam-lang-javascript :ensure nil) (use-package icejam-lang-kotlin :ensure nil) -(use-package icejam-lang-lean :ensure nil) +;; (use-package icejam-lang-lean :ensure nil) (use-package icejam-lang-lua :ensure nil) (use-package icejam-lang-markdown :ensure nil) (use-package icejam-lang-ocaml :ensure nil) diff --git a/lisp/langs/icejam-lang-rust.el b/lisp/langs/icejam-lang-rust.el index 93f3705..e6e161b 100644 --- a/lisp/langs/icejam-lang-rust.el +++ b/lisp/langs/icejam-lang-rust.el @@ -15,7 +15,8 @@ :ensure t :defer t :after (rust-mode) - :config (setopt rustic-format-on-save nil)) + :config (setopt rustic-format-on-save nil) + (setopt rustic-lsp-client 'eglot)) (use-package flycheck-rust :ensure t From 1b64c05b0f6486203326395537b6178372d0ec0c Mon Sep 17 00:00:00 2001 From: Maciej Szlosarczyk Date: Thu, 22 Jan 2026 15:26:15 +0200 Subject: [PATCH 34/34] Shorten corfu completion delay --- lisp/icejam-complete-at-point.el | 2 +- lisp/icejam-eglot.el | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/lisp/icejam-complete-at-point.el b/lisp/icejam-complete-at-point.el index 5426c74..694e264 100644 --- a/lisp/icejam-complete-at-point.el +++ b/lisp/icejam-complete-at-point.el @@ -31,7 +31,7 @@ corfu-quit-at-boundary t corfu-popupinfo-delay '(0.4 . 0.2) corfu-auto t - corfu-auto-delay 0.8 + corfu-auto-delay 0.2 corfu-quit-no-match 'separator ;; Invoke completion with tab when needed. diff --git a/lisp/icejam-eglot.el b/lisp/icejam-eglot.el index 0bb7faa..d0f717c 100644 --- a/lisp/icejam-eglot.el +++ b/lisp/icejam-eglot.el @@ -9,5 +9,8 @@ :custom-face (eldoc-box-markdown-separator ((t (:inherit (fringe)))))) +;; Add debugger support to emacs. +(use-package dape :ensure t) + (provide 'icejam-eglot) ;;; icejam-eglot.el ends here