diff options
| author | 2025-06-28 11:11:22 +0300 | |
|---|---|---|
| committer | 2025-06-28 11:30:40 +0300 | |
| commit | 41dbd9cd82f0f77a47a24b88a70cd9aa8bfc89a3 (patch) | |
| tree | 43a7da2048ab8926a266d684800dba46ce028332 | |
| parent | warnings: Actually silence the comp warnings correctly (diff) | |
| download | dotfiles-41dbd9cd82f0f77a47a24b88a70cd9aa8bfc89a3.tar.gz dotfiles-41dbd9cd82f0f77a47a24b88a70cd9aa8bfc89a3.tar.xz dotfiles-41dbd9cd82f0f77a47a24b88a70cd9aa8bfc89a3.zip | |
Update everything
| -rw-r--r-- | init.el | 4 | ||||
| -rw-r--r-- | shared/elpaca-lock.el | 712 |
2 files changed, 358 insertions, 358 deletions
| @@ -150,7 +150,7 @@ | |||
| 150 | 150 | ||
| 151 | ;; Install elpaca | 151 | ;; Install elpaca |
| 152 | (progn | 152 | (progn |
| 153 | (defvar elpaca-installer-version 0.10) | 153 | (defvar elpaca-installer-version 0.11) |
| 154 | (defvar elpaca-directory (expand-file-name "elpaca/" local-dir)) | 154 | (defvar elpaca-directory (expand-file-name "elpaca/" local-dir)) |
| 155 | (defvar elpaca-builds-directory (expand-file-name "builds/" elpaca-directory)) | 155 | (defvar elpaca-builds-directory (expand-file-name "builds/" elpaca-directory)) |
| 156 | (defvar elpaca-repos-directory (expand-file-name "repos/" elpaca-directory)) | 156 | (defvar elpaca-repos-directory (expand-file-name "repos/" elpaca-directory)) |
| @@ -186,7 +186,7 @@ | |||
| 186 | (unless (require 'elpaca-autoloads nil t) | 186 | (unless (require 'elpaca-autoloads nil t) |
| 187 | (require 'elpaca) | 187 | (require 'elpaca) |
| 188 | (elpaca-generate-autoloads "elpaca" repo) | 188 | (elpaca-generate-autoloads "elpaca" repo) |
| 189 | (load "./elpaca-autoloads"))) | 189 | (let ((load-source-file-function nil)) (load "./elpaca-autoloads")))) |
| 190 | (add-hook 'after-init-hook #'elpaca-process-queues) | 190 | (add-hook 'after-init-hook #'elpaca-process-queues) |
| 191 | (elpaca `(,@elpaca-order)) | 191 | (elpaca `(,@elpaca-order)) |
| 192 | (when +windows+ | 192 | (when +windows+ |
diff --git a/shared/elpaca-lock.el b/shared/elpaca-lock.el index 6aa0675..d0dd1ec 100644 --- a/shared/elpaca-lock.el +++ b/shared/elpaca-lock.el | |||
| @@ -1,388 +1,314 @@ | |||
| 1 | ((lv :source #1="elpaca-menu-lock-file" :recipe | 1 | ((ace-window :source "elpaca-menu-lock-file" :recipe |
| 2 | (:package "lv" :repo "abo-abo/hydra" :fetcher github :files | 2 | (:package "ace-window" :repo "abo-abo/ace-window" :fetcher github :files |
| 3 | ("lv.el") | 3 | ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" |
| 4 | :source #2="elpaca-menu-lock-file" :protocol https :inherit t :depth treeless :ref "317e1de33086637579a7aeb60f77ed0405bf359b")) | 4 | (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) |
| 5 | (posframe :source #1# :recipe | 5 | :source "MELPA" :protocol https :inherit t :depth treeless :ref "77115afc1b0b9f633084cf7479c767988106c196")) |
| 6 | (:package "posframe" :fetcher github :repo "tumashu/posframe" :files | 6 | (adoc-mode :source "elpaca-menu-lock-file" :recipe |
| 7 | ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" | 7 | (:package "adoc-mode" :fetcher github :repo "bbatsov/adoc-mode" :files |
| 8 | (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) | 8 | ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" |
| 9 | :source #2# :protocol https :inherit t :depth treeless :ref "12f540c9ad5da09673b2bca1132b41f94c134e82")) | 9 | (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) |
| 10 | (cfrs :source #1# :recipe | 10 | :source "MELPA" :protocol https :inherit t :depth treeless :ref "20772277b8a5b8c08d49bd03043d5d4dd7a815e9")) |
| 11 | (amx :source "elpaca-menu-lock-file" :recipe | ||
| 12 | (:package "amx" :repo "DarwinAwardWinner/amx" :fetcher github :files | ||
| 13 | ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" | ||
| 14 | (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) | ||
| 15 | :source "MELPA" :protocol https :inherit t :depth treeless :ref "5b3aa1aae84f4a225cb8d26ab79a32f97693f023")) | ||
| 16 | (auto-compile :source "elpaca-menu-lock-file" :recipe | ||
| 17 | (:package "auto-compile" :repo "emacscollective/auto-compile" :fetcher github :files | ||
| 18 | ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" | ||
| 19 | (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) | ||
| 20 | :source "MELPA" :protocol https :inherit t :depth treeless :ref "b9e5df6f6d3f57263d6b22f2401f776380a37778")) | ||
| 21 | (avy :source "elpaca-menu-lock-file" :recipe | ||
| 22 | (:package "avy" :repo "abo-abo/avy" :fetcher github :files | ||
| 23 | ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" | ||
| 24 | (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) | ||
| 25 | :source "MELPA" :protocol https :inherit t :depth treeless :ref "933d1f36cca0f71e4acb5fac707e9ae26c536264")) | ||
| 26 | (centaur-tabs :source "elpaca-menu-lock-file" :recipe | ||
| 27 | (:package "centaur-tabs" :repo "ema2159/centaur-tabs" :fetcher github :files | ||
| 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" | ||
| 29 | (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) | ||
| 30 | :source "MELPA" :protocol https :inherit t :depth treeless :ref "a790dc8fb6215e28685643e4d79252287adfde24")) | ||
| 31 | (cfrs :source "elpaca-menu-lock-file" :recipe | ||
| 11 | (:package "cfrs" :repo "Alexander-Miller/cfrs" :fetcher github :files | 32 | (:package "cfrs" :repo "Alexander-Miller/cfrs" :fetcher github :files |
| 12 | ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" | 33 | ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" |
| 13 | (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) | 34 | (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) |
| 14 | :source #2# :protocol https :inherit t :depth treeless :ref "f3a21f237b2a54e6b9f8a420a9da42b4f0a63121")) | 35 | :source "MELPA" :protocol https :inherit t :depth treeless :ref "f3a21f237b2a54e6b9f8a420a9da42b4f0a63121")) |
| 15 | (hydra :source #1# :recipe | 36 | (closql :source "elpaca-menu-lock-file" :recipe |
| 16 | (:package "hydra" :repo "abo-abo/hydra" :fetcher github :files | ||
| 17 | (:defaults | ||
| 18 | (:exclude "lv.el")) | ||
| 19 | :source #2# :protocol https :inherit t :depth treeless :ref "317e1de33086637579a7aeb60f77ed0405bf359b")) | ||
| 20 | (pfuture :source #1# :recipe | ||
| 21 | (:package "pfuture" :repo "Alexander-Miller/pfuture" :fetcher github :files | ||
| 22 | ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" | ||
| 23 | (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) | ||
| 24 | :source #2# :protocol https :inherit t :depth treeless :ref "19b53aebbc0f2da31de6326c495038901bffb73c")) | ||
| 25 | (treepy :source #1# :recipe | ||
| 26 | (:package "treepy" :repo "volrath/treepy.el" :fetcher github :files | ||
| 27 | ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" | ||
| 28 | (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) | ||
| 29 | :source #2# :protocol https :inherit t :depth treeless :ref "651e2634f01f346da9ec8a64613c51f54b444bc3")) | ||
| 30 | (with-editor :source #1# :recipe | ||
| 31 | (:package "with-editor" :fetcher github :repo "magit/with-editor" :files | ||
| 32 | ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" | ||
| 33 | (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) | ||
| 34 | :source #2# :protocol https :inherit t :depth treeless :ref "ca902ae02972bdd6919a902be2593d8cb6bd991b")) | ||
| 35 | (yaml :source #1# :recipe | ||
| 36 | (:package "yaml" :repo "zkry/yaml.el" :fetcher github :files | ||
| 37 | ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" | ||
| 38 | (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) | ||
| 39 | :source #2# :protocol https :inherit t :depth treeless :ref "09e46d563f1f3ff948852e08360c7d3c76e2acba")) | ||
| 40 | (ghub :source #1# :recipe | ||
| 41 | (:package "ghub" :fetcher github :repo "magit/ghub" :files | ||
| 42 | ("lisp/*.el" "docs/*.texi" ".dir-locals.el") | ||
| 43 | :source #2# :protocol https :inherit t :depth treeless :ref "af663777c47a3dce64b2144b4409587b35521e47")) | ||
| 44 | (emacsql :source #1# :recipe | ||
| 45 | (:package "emacsql" :fetcher github :repo "magit/emacsql" :files | ||
| 46 | (:defaults "README.md" "sqlite") | ||
| 47 | :source #2# :protocol https :inherit t :depth treeless :ref "f111b0acc79eadeeb3c6c1332d943f11fd6932ff")) | ||
| 48 | (closql :source #1# :recipe | ||
| 49 | (:package "closql" :fetcher github :repo "magit/closql" :files | 37 | (:package "closql" :fetcher github :repo "magit/closql" :files |
| 50 | ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" | 38 | ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" |
| 51 | (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) | 39 | (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) |
| 52 | :source #2# :protocol https :inherit t :depth treeless :ref "dc7924c1d206483a2555a98470c96fadf419f32d")) | 40 | :source "MELPA" :protocol https :inherit t :depth treeless :ref "05a2b048fd4e5c90aa971479cb9e71cf9aeba2bf")) |
| 53 | (inheritenv :source #1# :recipe | 41 | (company :source "elpaca-menu-lock-file" :recipe |
| 54 | (:package "inheritenv" :fetcher github :repo "purcell/inheritenv" :files | 42 | (:package "company" :fetcher github :repo "company-mode/company-mode" :files |
| 55 | ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" | 43 | (:defaults "icons" |
| 56 | (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) | 44 | ("images/small" "doc/images/small/*.png")) |
| 57 | :source #2# :protocol https :inherit t :depth treeless :ref "b9e67cc20c069539698a9ac54d0e6cc11e616c6f")) | 45 | :source "MELPA" :protocol https :inherit t :depth treeless :ref "1924eabfa7438974da0500e85fff5fb32c27282c")) |
| 58 | (avy :source #1# :recipe | 46 | (company-mlton :source "elpaca-menu-lock-file" :recipe |
| 59 | (:package "avy" :repo "abo-abo/avy" :fetcher github :files | 47 | (:source nil :protocol https :inherit t :depth treeless :host github :repo "MatthewFluet/company-mlton" :package "company-mlton" :ref "9b09d209b4767a2af24784fb5321390ed1d445bf")) |
| 60 | ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" | 48 | (compat :source "elpaca-menu-lock-file" :recipe |
| 61 | (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) | 49 | (:package "compat" :repo |
| 62 | :source #2# :protocol https :inherit t :depth treeless :ref "933d1f36cca0f71e4acb5fac707e9ae26c536264")) | 50 | ("https://github.com/emacs-compat/compat" . "compat") |
| 63 | (reformatter :source #1# :recipe | 51 | :files |
| 64 | (:package "reformatter" :repo "purcell/emacs-reformatter" :fetcher github :files | 52 | ("*" |
| 65 | ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" | 53 | (:exclude ".git")) |
| 66 | (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) | 54 | :source "GNU ELPA" :protocol https :inherit t :depth treeless :ref "cccd41f549fa88031a32deb26253b462021d7e12")) |
| 67 | :source #2# :protocol https :inherit t :depth treeless :ref "f2cb59466b1c3f85a8c960f7d4b7b7ead015bedc")) | 55 | (counsel :source "elpaca-menu-lock-file" :recipe |
| 68 | (macrostep :source #1# :recipe | 56 | (:package "counsel" :repo "abo-abo/swiper" :fetcher github :files |
| 69 | (:package "macrostep" :fetcher github :repo "emacsorphanage/macrostep" :files | 57 | ("counsel.el") |
| 58 | :source "MELPA" :protocol https :inherit t :depth treeless :ref "2257a9d0519e18f5ce7a7fafda8a1a8e5023628e")) | ||
| 59 | (dart-mode :source "elpaca-menu-lock-file" :recipe | ||
| 60 | (:package "dart-mode" :fetcher github :repo "emacsorphanage/dart-mode" :files | ||
| 70 | ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" | 61 | ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" |
| 71 | (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) | 62 | (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) |
| 72 | :source #2# :protocol https :inherit t :depth treeless :ref "d0928626b4711dcf9f8f90439d23701118724199")) | 63 | :source "MELPA" :protocol https :inherit t :depth treeless :ref "f82ff052309125b93d19bdd3f619266f908f43ce")) |
| 73 | (llama :source #1# :recipe | 64 | (dash :source "elpaca-menu-lock-file" :recipe |
| 74 | (:package "llama" :fetcher github :repo "tarsius/llama" :files | ||
| 75 | ("llama.el" ".dir-locals.el") | ||
| 76 | :source #2# :protocol https :inherit t :depth treeless :ref "4d3141aceb70a1c672d1f4e9394037e2407d3a90")) | ||
| 77 | (magit-section :source #1# :recipe | ||
| 78 | (:package "magit-section" :fetcher github :repo "magit/magit" :files | ||
| 79 | ("lisp/magit-section.el" "docs/magit-section.texi" "magit-section-pkg.el") | ||
| 80 | :source #2# :protocol https :inherit t :depth treeless :ref "80cae1a26f13a4d48a19cfe8612a561348423f35")) | ||
| 81 | (ht :source #1# :recipe | ||
| 82 | (:package "ht" :fetcher github :repo "Wilfred/ht.el" :files | ||
| 83 | ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" | ||
| 84 | (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) | ||
| 85 | :source #2# :protocol https :inherit t :depth treeless :ref "1c49aad1c820c86f7ee35bf9fff8429502f60fef")) | ||
| 86 | (f :source #1# :recipe | ||
| 87 | (:package "f" :fetcher github :repo "rejeep/f.el" :files | ||
| 88 | ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" | ||
| 89 | (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) | ||
| 90 | :source #2# :protocol https :inherit t :depth treeless :ref "931b6d0667fe03e7bf1c6c282d6d8d7006143c52")) | ||
| 91 | (dash :source #1# :recipe | ||
| 92 | (:package "dash" :fetcher github :repo "magnars/dash.el" :files | 65 | (:package "dash" :fetcher github :repo "magnars/dash.el" :files |
| 93 | ("dash.el" "dash.texi") | 66 | ("dash.el" "dash.texi") |
| 94 | :source #2# :protocol https :inherit t :depth treeless :ref "1de9dcb83eacfb162b6d9a118a4770b1281bcd84")) | 67 | :source "MELPA" :protocol https :inherit t :depth treeless :ref "fcb5d831fc08a43f984242c7509870f30983c27c")) |
| 95 | (s :source #1# :recipe | 68 | (dashboard :source "elpaca-menu-lock-file" :recipe |
| 96 | (:package "s" :fetcher github :repo "magnars/s.el" :files | 69 | (:package "dashboard" :fetcher github :repo "emacs-dashboard/emacs-dashboard" :files |
| 97 | ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" | 70 | (:defaults "banners") |
| 98 | (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) | 71 | :source "MELPA" :protocol https :inherit t :depth treeless :ref "f07661b39bec3683cf9edb7b1c58f6e658b6f764")) |
| 99 | :source #2# :protocol https :inherit t :depth treeless :ref "dda84d38fffdaf0c9b12837b504b402af910d01d")) | 72 | (doom-modeline :source "elpaca-menu-lock-file" :recipe |
| 100 | (shrink-path :source #1# :recipe | 73 | (:package "doom-modeline" :repo "seagle0128/doom-modeline" :fetcher github :files |
| 101 | (:package "shrink-path" :fetcher gitlab :repo "bennya/shrink-path.el" :files | 74 | ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" |
| 102 | ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" | 75 | (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) |
| 103 | (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) | 76 | :source "MELPA" :protocol https :inherit t :depth treeless :ref "a85cb28da8bcb29be232e21879f0f5a1e8551b8c")) |
| 104 | :source #2# :protocol https :inherit t :depth treeless :ref "c14882c8599aec79a6e8ef2d06454254bb3e1e41")) | 77 | (ebuild-mode :source "elpaca-menu-lock-file" :recipe |
| 105 | (powerline :source #1# :recipe | 78 | (:source nil :protocol https :inherit t :depth treeless :host github :repo "emacsmirror/ebuild-mode" :package "ebuild-mode" :ref "1dd08c89bc71ca802daaa05cfdc7f028b7254159")) |
| 106 | (:package "powerline" :fetcher github :repo "milkypostman/powerline" :files | 79 | (editorconfig :source "elpaca-menu-lock-file" :recipe |
| 107 | ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" | ||
| 108 | (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) | ||
| 109 | :source #2# :protocol https :inherit t :depth treeless :ref "c35c35bdf5ce2d992882c1f06f0f078058870d4a")) | ||
| 110 | (treemacs :source #1# :recipe | ||
| 111 | (:package "treemacs" :fetcher github :repo "Alexander-Miller/treemacs" :files | ||
| 112 | (:defaults "Changelog.org" "icons" "src/elisp/treemacs*.el" "src/scripts/treemacs*.py" | ||
| 113 | (:exclude "src/extra/*")) | ||
| 114 | :source #2# :protocol https :inherit t :depth treeless :ref "32bb3dd02ddfca85661614b3b227e770fab821e2")) | ||
| 115 | (swiper :source #1# :recipe | ||
| 116 | (:package "swiper" :repo "abo-abo/swiper" :fetcher github :files | ||
| 117 | ("swiper.el") | ||
| 118 | :source #2# :protocol https :inherit t :depth treeless :ref "db61f55bc281c28beb723ef17cfe74f59580d2f4")) | ||
| 119 | (magit :source #1# :recipe | ||
| 120 | (:package "magit" :fetcher github :repo "magit/magit" :files | ||
| 121 | ("lisp/magit*.el" "lisp/git-*.el" "docs/magit.texi" "docs/AUTHORS.md" "LICENSE" ".dir-locals.el" | ||
| 122 | (:exclude "lisp/magit-section.el")) | ||
| 123 | :source #2# :protocol https :inherit t :depth treeless :ref "80cae1a26f13a4d48a19cfe8612a561348423f35")) | ||
| 124 | (ivy :source #1# :recipe | ||
| 125 | (:package "ivy" :repo "abo-abo/swiper" :fetcher github :files | ||
| 126 | (:defaults "doc/ivy-help.org" | ||
| 127 | (:exclude "swiper.el" "counsel.el" "ivy-hydra.el" "ivy-avy.el")) | ||
| 128 | :source #2# :protocol https :inherit t :depth treeless :ref "db61f55bc281c28beb723ef17cfe74f59580d2f4")) | ||
| 129 | (gcmh :source #1# :recipe | ||
| 130 | (:package "gcmh" :repo "koral/gcmh" :fetcher gitlab :files | ||
| 131 | ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" | ||
| 132 | (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) | ||
| 133 | :source #2# :protocol https :inherit t :depth treeless :ref "0089f9c3a6d4e9a310d0791cf6fa8f35642ecfd9")) | ||
| 134 | (forge :source #1# :recipe | ||
| 135 | (:package "forge" :fetcher github :repo "magit/forge" :files | ||
| 136 | ("lisp/*.el" "docs/*.texi" ".dir-locals.el") | ||
| 137 | :source #2# :protocol https :inherit t :depth treeless :ref "1c904090dfdcd201d9170997052c43846ddce149")) | ||
| 138 | (envrc :source #1# :recipe | ||
| 139 | (:package "envrc" :fetcher github :repo "purcell/envrc" :files | ||
| 140 | ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" | ||
| 141 | (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) | ||
| 142 | :source #2# :protocol https :inherit t :depth treeless :ref "2b818ca6e4a2f723e7cab70cd0101c2728581c3a")) | ||
| 143 | (elpher :source #1# :recipe | ||
| 144 | (:package "elpher" :url "https://thelambdalab.xyz/git/elpher.git" :fetcher git :files | ||
| 145 | ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" | ||
| 146 | (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) | ||
| 147 | :source #2# :protocol https :inherit t :depth treeless :ref "972a069f240f071a79da23c98d3519df45bb5851")) | ||
| 148 | (editorconfig :source #1# :recipe | ||
| 149 | (:package "editorconfig" :fetcher github :repo "editorconfig/editorconfig-emacs" :old-names | 80 | (:package "editorconfig" :fetcher github :repo "editorconfig/editorconfig-emacs" :old-names |
| 150 | (editorconfig-core editorconfig-fnmatch) | 81 | (editorconfig-core editorconfig-fnmatch) |
| 151 | :files | 82 | :files |
| 152 | ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" | 83 | ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" |
| 153 | (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) | 84 | (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) |
| 154 | :source #2# :protocol https :inherit t :depth treeless :ref "1a9942746cf5b10daae8962f380b5f2a459086f3")) | 85 | :source "MELPA" :protocol https :inherit t :depth treeless :ref "d2beb3ec2e7f84505818594124a7202d5d6d0185")) |
| 155 | (dashboard :source #1# :recipe | 86 | (elixir-mode :source "elpaca-menu-lock-file" :recipe |
| 156 | (:package "dashboard" :fetcher github :repo "emacs-dashboard/emacs-dashboard" :files | 87 | (:package "elixir-mode" :fetcher github :repo "elixir-editors/emacs-elixir" :files |
| 157 | (:defaults "banners") | ||
| 158 | :source #2# :protocol https :inherit t :depth treeless :ref "9616e5b5e793c3d8228a8fccf7b9ef7ace365005")) | ||
| 159 | (counsel :source #1# :recipe | ||
| 160 | (:package "counsel" :repo "abo-abo/swiper" :fetcher github :files | ||
| 161 | ("counsel.el") | ||
| 162 | :source #2# :protocol https :inherit t :depth treeless :ref "db61f55bc281c28beb723ef17cfe74f59580d2f4")) | ||
| 163 | (company :source #1# :recipe | ||
| 164 | (:package "company" :fetcher github :repo "company-mode/company-mode" :files | ||
| 165 | (:defaults "icons" | ||
| 166 | ("images/small" "doc/images/small/*.png")) | ||
| 167 | :source #2# :protocol https :inherit t :depth treeless :ref "8d599ebc8a9aca27c0a6157aeb31c5b7f05ed0a3")) | ||
| 168 | (amx :source #1# :recipe | ||
| 169 | (:package "amx" :repo "DarwinAwardWinner/amx" :fetcher github :files | ||
| 170 | ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" | ||
| 171 | (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) | ||
| 172 | :source #2# :protocol https :inherit t :depth treeless :ref "5b3aa1aae84f4a225cb8d26ab79a32f97693f023")) | ||
| 173 | (ace-window :source #1# :recipe | ||
| 174 | (:package "ace-window" :repo "abo-abo/ace-window" :fetcher github :files | ||
| 175 | ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" | ||
| 176 | (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) | ||
| 177 | :source #2# :protocol https :inherit t :depth treeless :ref "77115afc1b0b9f633084cf7479c767988106c196")) | ||
| 178 | (zig-mode :source #1# :recipe | ||
| 179 | (:package "zig-mode" :repo "ziglang/zig-mode" :fetcher github :files | ||
| 180 | ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" | ||
| 181 | (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) | ||
| 182 | :source #2# :protocol https :inherit t :depth treeless :ref "4ad4edf7599c2e90728f7c23775ed4c83468f8c1")) | ||
| 183 | (typst-ts-mode :source #1# :recipe | ||
| 184 | (:package "typst-ts-mode" :repo | ||
| 185 | ("https://codeberg.org/meow_king/typst-ts-mode" . "typst-ts-mode") | ||
| 186 | :files | ||
| 187 | ("*" | ||
| 188 | (:exclude ".git")) | ||
| 189 | :source #2# :protocol https :inherit t :depth treeless :ref "34d522c0a0d8eec9a8b3a6855cf394e7d5c8fb84")) | ||
| 190 | (sml-mode :source #1# :recipe | ||
| 191 | (:package "sml-mode" :repo | ||
| 192 | ("https://git.savannah.gnu.org/git/emacs/elpa.git" . "sml-mode") | ||
| 193 | :branch "externals/sml-mode" :files | ||
| 194 | ("*" | ||
| 195 | (:exclude ".git")) | ||
| 196 | :source #2# :protocol https :inherit t :depth treeless :ref "7ebf91114292eead967d1a9bb4f235d66f6dd525")) | ||
| 197 | (svelte-mode :source #1# :recipe | ||
| 198 | (:package "svelte-mode" :fetcher github :repo "leafOfTree/svelte-mode" :files | ||
| 199 | ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" | 88 | ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" |
| 200 | (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) | 89 | (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) |
| 201 | :source #2# :protocol https :inherit t :depth treeless :ref "5b136e224e01b0358dd0dca68c57b0d0c93099b5")) | 90 | :source "MELPA" :protocol https :inherit t :depth treeless :ref "00d6580a040a750e019218f9392cf9a4c2dac23a")) |
| 202 | (smalltalk-mode :source #1# :recipe | 91 | (elpaca :source "elpaca-menu-lock-file" :recipe |
| 203 | (:package "smalltalk-mode" :repo | 92 | (:source nil :protocol https :inherit ignore :depth treeless :repo "https://github.com/progfolio/elpaca.git" :ref "029d4b477b13fe675b0cf41099e44b177e5760ff" :files |
| 204 | ("https://git.savannah.gnu.org/git/emacs/elpa.git" . "smalltalk-mode") | 93 | (:defaults "elpaca-test.el" |
| 205 | :branch "externals/smalltalk-mode" :files | 94 | (:exclude "extensions")) |
| 206 | ("*" | 95 | :build |
| 207 | (:exclude ".git")) | 96 | (:not elpaca--activate-package) |
| 208 | :source #2# :protocol https :inherit t :depth treeless :ref "f2e976fd395f36c95b9b0b44a22e027232f550ac")) | 97 | :package "elpaca")) |
| 209 | (slime :source #1# :recipe | 98 | (elpaca-use-package :source "elpaca-menu-lock-file" :recipe |
| 210 | (:package "slime" :fetcher github :repo "slime/slime" :files | 99 | (:package "elpaca-use-package" :wait t :repo "https://github.com/progfolio/elpaca.git" :files |
| 211 | ("*.el" | 100 | ("extensions/elpaca-use-package.el") |
| 212 | ("lib" "lib/hyperspec.el") | 101 | :main "extensions/elpaca-use-package.el" :build |
| 213 | "swank" "*.lisp" "*.asd" "doc/slime.texi" "doc/slime.info" "doc/dir" "ChangeLog" | 102 | (:not elpaca--compile-info) |
| 214 | ("contrib" "contrib/*") | 103 | :source "Elpaca extensions" :protocol https :inherit t :depth treeless :ref "029d4b477b13fe675b0cf41099e44b177e5760ff")) |
| 215 | (:exclude "contrib/test" "contrib/Makefile")) | 104 | (elpher :source "elpaca-menu-lock-file" :recipe |
| 216 | :source #2# :protocol https :inherit t :depth treeless :ref "e16d87d6c448ed9513f07572255a7601520a58bc")) | 105 | (:package "elpher" :url "https://thelambdalab.xyz/git/elpher.git" :fetcher git :files |
| 217 | (scala-mode :source #1# :recipe | 106 | ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" |
| 218 | (:package "scala-mode" :fetcher github :repo "hvesalai/emacs-scala-mode" :files | 107 | (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) |
| 108 | :source "MELPA" :protocol https :inherit t :depth treeless :ref "972a069f240f071a79da23c98d3519df45bb5851")) | ||
| 109 | (emacsql :source "elpaca-menu-lock-file" :recipe | ||
| 110 | (:package "emacsql" :fetcher github :repo "magit/emacsql" :files | ||
| 111 | (:defaults "README.md" "sqlite") | ||
| 112 | :source "MELPA" :protocol https :inherit t :depth treeless :ref "ced062890061b6e4fbe4d00c0617f7ff84fff25c")) | ||
| 113 | (emojify :source "elpaca-menu-lock-file" :recipe | ||
| 114 | (:package "emojify" :fetcher github :repo "iqbalansari/emacs-emojify" :files | ||
| 115 | (:defaults "data" "images") | ||
| 116 | :source "MELPA" :protocol https :inherit t :depth treeless :ref "1b726412f19896abf5e4857d4c32220e33400b55")) | ||
| 117 | (envrc :source "elpaca-menu-lock-file" :recipe | ||
| 118 | (:package "envrc" :fetcher github :repo "purcell/envrc" :files | ||
| 119 | ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" | ||
| 120 | (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) | ||
| 121 | :source "MELPA" :protocol https :inherit t :depth treeless :ref "cb5f6d2a4217c1e2cc963072aaa5ecfe257ab378")) | ||
| 122 | (f :source "elpaca-menu-lock-file" :recipe | ||
| 123 | (:package "f" :fetcher github :repo "rejeep/f.el" :files | ||
| 124 | ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" | ||
| 125 | (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) | ||
| 126 | :source "MELPA" :protocol https :inherit t :depth treeless :ref "931b6d0667fe03e7bf1c6c282d6d8d7006143c52")) | ||
| 127 | (forge :source "elpaca-menu-lock-file" :recipe | ||
| 128 | (:package "forge" :fetcher github :repo "magit/forge" :files | ||
| 129 | ("lisp/*.el" "docs/*.texi" ".dir-locals.el") | ||
| 130 | :source "MELPA" :protocol https :inherit t :depth treeless :ref "c498fed98a6df8adca33e87433b4084c0340fb4a")) | ||
| 131 | (gcmh :source "elpaca-menu-lock-file" :recipe | ||
| 132 | (:package "gcmh" :repo "koral/gcmh" :fetcher gitlab :files | ||
| 133 | ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" | ||
| 134 | (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) | ||
| 135 | :source "MELPA" :protocol https :inherit t :depth treeless :ref "0089f9c3a6d4e9a310d0791cf6fa8f35642ecfd9")) | ||
| 136 | (gdscript-mode :source "elpaca-menu-lock-file" :recipe | ||
| 137 | (:package "gdscript-mode" :fetcher github :repo "godotengine/emacs-gdscript-mode" :files | ||
| 138 | ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" | ||
| 139 | (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) | ||
| 140 | :source "MELPA" :protocol https :inherit t :depth treeless :ref "5136be407a3479ad1fb944acdd36b065833f48f6")) | ||
| 141 | (ghub :source "elpaca-menu-lock-file" :recipe | ||
| 142 | (:package "ghub" :fetcher github :repo "magit/ghub" :files | ||
| 143 | ("lisp/*.el" "docs/*.texi" ".dir-locals.el") | ||
| 144 | :source "MELPA" :protocol https :inherit t :depth treeless :ref "00c6a23417050798ccff2f4f89660ec5e8a2ceb9")) | ||
| 145 | (git-gutter :source "elpaca-menu-lock-file" :recipe | ||
| 146 | (:package "git-gutter" :repo "emacsorphanage/git-gutter" :fetcher github :files | ||
| 219 | ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" | 147 | ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" |
| 220 | (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) | 148 | (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) |
| 221 | :source #2# :protocol https :inherit t :depth treeless :ref "661337d8aa0a0cb418184c83757661603de3b2e3")) | 149 | :source "MELPA" :protocol https :inherit t :depth treeless :ref "21b171923baf8d4ae6f662548ebe11b527cf2e7e")) |
| 222 | (racket-mode :source #1# :recipe | 150 | (groovy-mode :source "elpaca-menu-lock-file" :recipe |
| 223 | (:package "racket-mode" :fetcher github :repo "greghendershott/racket-mode" :files | 151 | (:package "groovy-mode" :fetcher github :repo "Groovy-Emacs-Modes/groovy-emacs-modes" :files |
| 224 | (:defaults "*.rkt" | 152 | ("*groovy*.el") |
| 225 | ("racket" "racket/*") | 153 | :source "MELPA" :protocol https :inherit t :depth treeless :ref "7b8520b2e2d3ab1d62b35c426e17ac25ed0120bb")) |
| 226 | (:exclude "racket/example/*" "racket/test/*")) | 154 | (haskell-mode :source "elpaca-menu-lock-file" :recipe |
| 227 | :source #2# :protocol https :inherit t :depth treeless :ref "e20a5447c66a09a787738ad6838fad796c849f9e")) | 155 | (:package "haskell-mode" :repo "haskell/haskell-mode" :fetcher github :files |
| 228 | (proof-general :source #1# :recipe | 156 | (:defaults "NEWS" "logo.svg") |
| 229 | (:package "proof-general" :fetcher github :repo "ProofGeneral/PG" :files | 157 | :source "MELPA" :protocol https :inherit t :depth treeless :ref "2e08ba771ffdc46d082b2285c534afdb12efb941")) |
| 230 | (:defaults "CHANGES" "AUTHORS" "COPYING" "generic" "images" "lib" | 158 | (hl-todo :source "elpaca-menu-lock-file" :recipe |
| 231 | ("coq" "coq/*.el") | 159 | (:package "hl-todo" :repo "tarsius/hl-todo" :fetcher github :files |
| 232 | "easycrypt" "phox" "qrhl" "pghaskell" "pgocaml" "pgshell") | 160 | ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" |
| 233 | :source #2# :protocol https :inherit t :depth treeless :ref "964a5958e7c8ebdf1bf264342861f6644c34c6cd")) | 161 | (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) |
| 234 | (pico8-mode :source #1# :recipe | 162 | :source "MELPA" :protocol https :inherit t :depth treeless :ref "7ed8bbcadb5229d648b194e0e4c4d261825aa91b")) |
| 235 | (:source #2# :protocol https :inherit t :depth treeless :host github :repo "Kaali/pico8-mode" :package "pico8-mode" :ref "e276c65352f294679af62148df41f36dac744426")) | 163 | (ht :source "elpaca-menu-lock-file" :recipe |
| 236 | (php-mode :source #1# :recipe | 164 | (:package "ht" :fetcher github :repo "Wilfred/ht.el" :files |
| 237 | (:package "php-mode" :repo "emacs-php/php-mode" :fetcher github :files | 165 | ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" |
| 238 | ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" | 166 | (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) |
| 239 | (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) | 167 | :source "MELPA" :protocol https :inherit t :depth treeless :ref "1c49aad1c820c86f7ee35bf9fff8429502f60fef")) |
| 240 | :source #2# :protocol https :inherit t :depth treeless :ref "5b6cc1c068ba759dcf30067ad1e048b3693a40d7")) | 168 | (htmlize :source "elpaca-menu-lock-file" :recipe |
| 241 | (nix-mode :source #1# :recipe | 169 | (:package "htmlize" :fetcher github :repo "hniksic/emacs-htmlize" :files |
| 242 | (:package "nix-mode" :fetcher github :repo "NixOS/nix-mode" :files | 170 | ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" |
| 171 | (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) | ||
| 172 | :source "MELPA" :protocol https :inherit t :depth treeless :ref "8e3841c837b4b78bd72ad7f0436e919f39315a46")) | ||
| 173 | (hydra :source "elpaca-menu-lock-file" :recipe | ||
| 174 | (:package "hydra" :repo "abo-abo/hydra" :fetcher github :files | ||
| 175 | (:defaults | ||
| 176 | (:exclude "lv.el")) | ||
| 177 | :source "MELPA" :protocol https :inherit t :depth treeless :ref "59a2a45a35027948476d1d7751b0f0215b1e61aa")) | ||
| 178 | (inheritenv :source "elpaca-menu-lock-file" :recipe | ||
| 179 | (:package "inheritenv" :fetcher github :repo "purcell/inheritenv" :files | ||
| 180 | ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" | ||
| 181 | (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) | ||
| 182 | :source "MELPA" :protocol https :inherit t :depth treeless :ref "b9e67cc20c069539698a9ac54d0e6cc11e616c6f")) | ||
| 183 | (ivy :source "elpaca-menu-lock-file" :recipe | ||
| 184 | (:package "ivy" :repo "abo-abo/swiper" :fetcher github :files | ||
| 185 | (:defaults "doc/ivy-help.org" | ||
| 186 | (:exclude "swiper.el" "counsel.el" "ivy-hydra.el" "ivy-avy.el")) | ||
| 187 | :source "MELPA" :protocol https :inherit t :depth treeless :ref "2257a9d0519e18f5ce7a7fafda8a1a8e5023628e")) | ||
| 188 | (kotlin-ts-mode :source "elpaca-menu-lock-file" :recipe | ||
| 189 | (:package "kotlin-ts-mode" :fetcher gitlab :repo "bricka/emacs-kotlin-ts-mode" :files | ||
| 190 | ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" | ||
| 191 | (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) | ||
| 192 | :source "MELPA" :protocol https :inherit t :depth treeless :ref "051c9ef534956c235343fb41546623ff87a1695b")) | ||
| 193 | (llama :source "elpaca-menu-lock-file" :recipe | ||
| 194 | (:package "llama" :fetcher github :repo "tarsius/llama" :files | ||
| 195 | ("llama.el" ".dir-locals.el") | ||
| 196 | :source "MELPA" :protocol https :inherit t :depth treeless :ref "6a67e4253cc02aa9ce85ef96290c95198b65d913")) | ||
| 197 | (lua-mode :source "elpaca-menu-lock-file" :recipe | ||
| 198 | (:package "lua-mode" :repo "immerrr/lua-mode" :fetcher github :files | ||
| 243 | (:defaults | 199 | (:defaults |
| 244 | (:exclude "nix-company.el" "nix-mode-mmm.el")) | 200 | (:exclude "init-tryout.el")) |
| 245 | :source #2# :protocol https :inherit t :depth treeless :ref "719feb7868fb567ecfe5578f6119892c771ac5e5")) | 201 | :source "MELPA" :protocol https :inherit t :depth treeless :ref "2f6b8d7a6317e42c953c5119b0119ddb337e0a5f")) |
| 246 | (nasm-mode :source #1# :recipe | 202 | (lv :source "elpaca-menu-lock-file" :recipe |
| 247 | (:package "nasm-mode" :repo "skeeto/nasm-mode" :fetcher github :files | 203 | (:package "lv" :repo "abo-abo/hydra" :fetcher github :files |
| 204 | ("lv.el") | ||
| 205 | :source "MELPA" :protocol https :inherit t :depth treeless :ref "59a2a45a35027948476d1d7751b0f0215b1e61aa")) | ||
| 206 | (macrostep :source "elpaca-menu-lock-file" :recipe | ||
| 207 | (:package "macrostep" :fetcher github :repo "emacsorphanage/macrostep" :files | ||
| 248 | ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" | 208 | ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" |
| 249 | (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) | 209 | (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) |
| 250 | :source #2# :protocol https :inherit t :depth treeless :ref "7079eb4ce14d94830513facf9bf2fca9e030a4d1")) | 210 | :source "MELPA" :protocol https :inherit t :depth treeless :ref "d0928626b4711dcf9f8f90439d23701118724199")) |
| 251 | (markdown-mode :source #1# :recipe | 211 | (magit :source "elpaca-menu-lock-file" :recipe |
| 212 | (:package "magit" :fetcher github :repo "magit/magit" :files | ||
| 213 | ("lisp/magit*.el" "lisp/git-*.el" "docs/magit.texi" "docs/AUTHORS.md" "LICENSE" ".dir-locals.el" | ||
| 214 | (:exclude "lisp/magit-section.el")) | ||
| 215 | :source "MELPA" :protocol https :inherit t :depth treeless :ref "a4f73fb2fb55f7644a80b4442379ef43840ec5e9")) | ||
| 216 | (magit-section :source "elpaca-menu-lock-file" :recipe | ||
| 217 | (:package "magit-section" :fetcher github :repo "magit/magit" :files | ||
| 218 | ("lisp/magit-section.el" "docs/magit-section.texi" "magit-section-pkg.el") | ||
| 219 | :source "MELPA" :protocol https :inherit t :depth treeless :ref "a4f73fb2fb55f7644a80b4442379ef43840ec5e9")) | ||
| 220 | (markdown-mode :source "elpaca-menu-lock-file" :recipe | ||
| 252 | (:package "markdown-mode" :fetcher github :repo "jrblevin/markdown-mode" :files | 221 | (:package "markdown-mode" :fetcher github :repo "jrblevin/markdown-mode" :files |
| 253 | ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" | 222 | ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" |
| 254 | (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) | 223 | (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) |
| 255 | :source #2# :protocol https :inherit t :depth treeless :ref "0a522bf682c977b39f449b0edc63ebf1db14aa04")) | 224 | :source "MELPA" :protocol https :inherit t :depth treeless :ref "7c51a2167c5a1330e0ab52fe5b2d03c1ead122ca")) |
| 256 | (lua-mode :source #1# :recipe | 225 | (modus-themes :source "elpaca-menu-lock-file" :recipe |
| 257 | (:package "lua-mode" :repo "immerrr/lua-mode" :fetcher github :files | 226 | (:package "modus-themes" :fetcher github :repo "protesilaos/modus-themes" :files |
| 227 | ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" | ||
| 228 | (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) | ||
| 229 | :source "MELPA" :protocol https :inherit t :depth treeless :ref "3550360e88b33b3a8f5f271a1d05afa27ffe54aa")) | ||
| 230 | (nasm-mode :source "elpaca-menu-lock-file" :recipe | ||
| 231 | (:package "nasm-mode" :repo "skeeto/nasm-mode" :fetcher github :files | ||
| 232 | ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" | ||
| 233 | (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) | ||
| 234 | :source "MELPA" :protocol https :inherit t :depth treeless :ref "4e670f6dededab858251670aa5459c950f78d867")) | ||
| 235 | (nerd-icons :source "elpaca-menu-lock-file" :recipe | ||
| 236 | (:package "nerd-icons" :repo "rainstormstudio/nerd-icons.el" :fetcher github :files | ||
| 237 | (:defaults "data") | ||
| 238 | :source "MELPA" :protocol https :inherit t :depth treeless :ref "4476b4cabe63f5efafa3c0a8b370db4f6a92e90c")) | ||
| 239 | (nix-mode :source "elpaca-menu-lock-file" :recipe | ||
| 240 | (:package "nix-mode" :fetcher github :repo "NixOS/nix-mode" :files | ||
| 258 | (:defaults | 241 | (:defaults |
| 259 | (:exclude "init-tryout.el")) | 242 | (:exclude "nix-company.el" "nix-mode-mmm.el")) |
| 260 | :source #2# :protocol https :inherit t :depth treeless :ref "d074e4134b1beae9ed4c9b512af741ca0d852ba3")) | 243 | :source "MELPA" :protocol https :inherit t :depth treeless :ref "719feb7868fb567ecfe5578f6119892c771ac5e5")) |
| 261 | (kotlin-ts-mode :source #1# :recipe | 244 | (pfuture :source "elpaca-menu-lock-file" :recipe |
| 262 | (:package "kotlin-ts-mode" :fetcher gitlab :repo "bricka/emacs-kotlin-ts-mode" :files | 245 | (:package "pfuture" :repo "Alexander-Miller/pfuture" :fetcher github :files |
| 263 | ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" | ||
| 264 | (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) | ||
| 265 | :source #2# :protocol https :inherit t :depth treeless :ref "a25d56cecac9160ba7c140f982ec16ca7b2fe97f")) | ||
| 266 | (htmlize :source #1# :recipe | ||
| 267 | (:package "htmlize" :fetcher github :repo "hniksic/emacs-htmlize" :files | ||
| 268 | ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" | 246 | ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" |
| 269 | (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) | 247 | (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) |
| 270 | :source #2# :protocol https :inherit t :depth treeless :ref "8e3841c837b4b78bd72ad7f0436e919f39315a46")) | 248 | :source "MELPA" :protocol https :inherit t :depth treeless :ref "19b53aebbc0f2da31de6326c495038901bffb73c")) |
| 271 | (haskell-mode :source #1# :recipe | 249 | (php-mode :source "elpaca-menu-lock-file" :recipe |
| 272 | (:package "haskell-mode" :repo "haskell/haskell-mode" :fetcher github :files | 250 | (:package "php-mode" :repo "emacs-php/php-mode" :fetcher github :files |
| 273 | (:defaults "NEWS" "logo.svg") | 251 | ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" |
| 274 | :source #2# :protocol https :inherit t :depth treeless :ref "2ada981f2447039c070441d37d28cd32cc2906ca")) | 252 | (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) |
| 275 | (groovy-mode :source #1# :recipe | 253 | :source "MELPA" :protocol https :inherit t :depth treeless :ref "40b8abed3079771e060dd99a56703520dabf5be4")) |
| 276 | (:package "groovy-mode" :fetcher github :repo "Groovy-Emacs-Modes/groovy-emacs-modes" :files | 254 | (pico8-mode :source "elpaca-menu-lock-file" :recipe |
| 277 | ("*groovy*.el") | 255 | (:source nil :protocol https :inherit t :depth treeless :host github :repo "Kaali/pico8-mode" :package "pico8-mode" :ref "e276c65352f294679af62148df41f36dac744426")) |
| 278 | :source #2# :protocol https :inherit t :depth treeless :ref "7b8520b2e2d3ab1d62b35c426e17ac25ed0120bb")) | 256 | (posframe :source "elpaca-menu-lock-file" :recipe |
| 279 | (gdscript-mode :source #1# :recipe | 257 | (:package "posframe" :fetcher github :repo "tumashu/posframe" :files |
| 280 | (:package "gdscript-mode" :fetcher github :repo "godotengine/emacs-gdscript-mode" :files | 258 | ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" |
| 281 | ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" | 259 | (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) |
| 282 | (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) | 260 | :source "MELPA" :protocol https :inherit t :depth treeless :ref "12f540c9ad5da09673b2bca1132b41f94c134e82")) |
| 283 | :source #2# :protocol https :inherit t :depth treeless :ref "e18cf2cea324a4347c54a06b07838fb5517d55b1")) | 261 | (powerline :source "elpaca-menu-lock-file" :recipe |
| 284 | (elixir-mode :source #1# :recipe | 262 | (:package "powerline" :fetcher github :repo "milkypostman/powerline" :files |
| 285 | (:package "elixir-mode" :fetcher github :repo "elixir-editors/emacs-elixir" :files | ||
| 286 | ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" | ||
| 287 | (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) | ||
| 288 | :source #2# :protocol https :inherit t :depth treeless :ref "00d6580a040a750e019218f9392cf9a4c2dac23a")) | ||
| 289 | (ebuild-mode :source #1# :recipe | ||
| 290 | (:source #2# :protocol https :inherit t :depth treeless :host github :repo "emacsmirror/ebuild-mode" :package "ebuild-mode" :ref "1dd08c89bc71ca802daaa05cfdc7f028b7254159")) | ||
| 291 | (dart-mode :source #1# :recipe | ||
| 292 | (:package "dart-mode" :fetcher github :repo "emacsorphanage/dart-mode" :files | ||
| 293 | ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" | ||
| 294 | (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) | ||
| 295 | :source #2# :protocol https :inherit t :depth treeless :ref "6229941ec5df40690142301cf7f3dd2e96ee7b91")) | ||
| 296 | (company-mlton :source #1# :recipe | ||
| 297 | (:source #2# :protocol https :inherit t :depth treeless :host github :repo "MatthewFluet/company-mlton" :package "company-mlton" :ref "9b09d209b4767a2af24784fb5321390ed1d445bf")) | ||
| 298 | (auto-compile :source #1# :recipe | ||
| 299 | (:package "auto-compile" :repo "emacscollective/auto-compile" :fetcher github :files | ||
| 300 | ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" | ||
| 301 | (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) | ||
| 302 | :source #2# :protocol https :inherit t :depth treeless :ref "5304e2f8a69ed9610b2392b846471f43b28b773b")) | ||
| 303 | (adoc-mode :source #1# :recipe | ||
| 304 | (:package "adoc-mode" :fetcher github :repo "bbatsov/adoc-mode" :files | ||
| 305 | ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" | 263 | ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" |
| 306 | (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) | 264 | (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) |
| 307 | :source #2# :protocol https :inherit t :depth treeless :ref "20772277b8a5b8c08d49bd03043d5d4dd7a815e9")) | 265 | :source "MELPA" :protocol https :inherit t :depth treeless :ref "c35c35bdf5ce2d992882c1f06f0f078058870d4a")) |
| 308 | (solaire-mode :source #1# :recipe | 266 | (proof-general :source "elpaca-menu-lock-file" :recipe |
| 309 | (:package "solaire-mode" :repo "hlissner/emacs-solaire-mode" :fetcher github :files | 267 | (:package "proof-general" :fetcher github :repo "ProofGeneral/PG" :files |
| 310 | ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" | 268 | (:defaults "CHANGES" "AUTHORS" "COPYING" "generic" "images" "lib" |
| 311 | (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) | 269 | ("coq" "coq/*.el") |
| 312 | :source #2# :protocol https :inherit t :depth treeless :ref "c9334666bd208f3322e6118d30eba1b2438e2bb9")) | 270 | "easycrypt" "phox" "qrhl" "pghaskell" "pgocaml" "pgshell") |
| 313 | (rainbow-mode :source #1# :recipe | 271 | :source "MELPA" :protocol https :inherit t :depth treeless :ref "999cafbe7320ae887f7eebd441beab7e5b0ae6eb")) |
| 272 | (racket-mode :source "elpaca-menu-lock-file" :recipe | ||
| 273 | (:package "racket-mode" :fetcher github :repo "greghendershott/racket-mode" :files | ||
| 274 | (:defaults "*.rkt" | ||
| 275 | ("racket" "racket/*") | ||
| 276 | (:exclude "racket/example/*" "racket/test/*")) | ||
| 277 | :source "MELPA" :protocol https :inherit t :depth treeless :ref "4395797ff130fcdcc9750fb2456d4f762d56852f")) | ||
| 278 | (rainbow-delimiters :source "elpaca-menu-lock-file" :recipe | ||
| 279 | (:package "rainbow-delimiters" :fetcher github :repo "Fanael/rainbow-delimiters" :files | ||
| 280 | ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" | ||
| 281 | (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) | ||
| 282 | :source "MELPA" :protocol https :inherit t :depth treeless :ref "f40ece58df8b2f0fb6c8576b527755a552a5e763")) | ||
| 283 | (rainbow-mode :source "elpaca-menu-lock-file" :recipe | ||
| 314 | (:package "rainbow-mode" :repo | 284 | (:package "rainbow-mode" :repo |
| 315 | ("https://git.savannah.gnu.org/git/emacs/elpa.git" . "rainbow-mode") | 285 | ("https://git.savannah.gnu.org/git/emacs/elpa.git" . "rainbow-mode") |
| 316 | :branch "externals/rainbow-mode" :files | 286 | :branch "externals/rainbow-mode" :files |
| 317 | ("*" | 287 | ("*" |
| 318 | (:exclude ".git")) | 288 | (:exclude ".git")) |
| 319 | :source #2# :protocol https :inherit t :depth treeless :ref "f7db3b5919f70420a91eb199f8663468de3033f3")) | 289 | :source "GNU ELPA" :protocol https :inherit t :depth treeless :ref "f7db3b5919f70420a91eb199f8663468de3033f3")) |
| 320 | (rainbow-delimiters :source #1# :recipe | 290 | (reformatter :source "elpaca-menu-lock-file" :recipe |
| 321 | (:package "rainbow-delimiters" :fetcher github :repo "Fanael/rainbow-delimiters" :files | 291 | (:package "reformatter" :repo "purcell/emacs-reformatter" :fetcher github :files |
| 322 | ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" | 292 | ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" |
| 323 | (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) | 293 | (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) |
| 324 | :source #2# :protocol https :inherit t :depth treeless :ref "f40ece58df8b2f0fb6c8576b527755a552a5e763")) | 294 | :source "MELPA" :protocol https :inherit t :depth treeless :ref "6ac08cebafb9e04b825ed22d82269ff69cc5f87f")) |
| 325 | (nerd-icons :source #1# :recipe | 295 | (s :source "elpaca-menu-lock-file" :recipe |
| 326 | (:package "nerd-icons" :repo "rainstormstudio/nerd-icons.el" :fetcher github :files | 296 | (:package "s" :fetcher github :repo "magnars/s.el" :files |
| 327 | (:defaults "data") | 297 | ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" |
| 328 | :source #2# :protocol https :inherit t :depth treeless :ref "43178575201e3d2ef8c4a507ed4c281b0936f39a")) | 298 | (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) |
| 329 | (modus-themes :source #1# :recipe | 299 | :source "MELPA" :protocol https :inherit t :depth treeless :ref "dda84d38fffdaf0c9b12837b504b402af910d01d")) |
| 330 | (:package "modus-themes" :fetcher github :repo "protesilaos/modus-themes" :files | 300 | (scala-mode :source "elpaca-menu-lock-file" :recipe |
| 331 | ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" | 301 | (:package "scala-mode" :fetcher github :repo "hvesalai/emacs-scala-mode" :files |
| 332 | (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) | ||
| 333 | :source #2# :protocol https :inherit t :depth treeless :ref "f3cd4d6983566dab0ef3bcddf812cfd565d00d08")) | ||
| 334 | (hl-todo :source #1# :recipe | ||
| 335 | (:package "hl-todo" :repo "tarsius/hl-todo" :fetcher github :files | ||
| 336 | ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" | ||
| 337 | (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) | ||
| 338 | :source #2# :protocol https :inherit t :depth treeless :ref "0ce21c329b686802121df45bf4ae15ae201137bf")) | ||
| 339 | (git-gutter :source #1# :recipe | ||
| 340 | (:package "git-gutter" :repo "emacsorphanage/git-gutter" :fetcher github :files | ||
| 341 | ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" | 302 | ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" |
| 342 | (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) | 303 | (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) |
| 343 | :source #2# :protocol https :inherit t :depth treeless :ref "0d8ab98892ee26e2f976883603464d6822189103")) | 304 | :source "MELPA" :protocol https :inherit t :depth treeless :ref "661337d8aa0a0cb418184c83757661603de3b2e3")) |
| 344 | (emojify :source #1# :recipe | 305 | (seq :source "elpaca-menu-lock-file" :recipe |
| 345 | (:package "emojify" :fetcher github :repo "iqbalansari/emacs-emojify" :files | ||
| 346 | (:defaults "data" "images") | ||
| 347 | :source #2# :protocol https :inherit t :depth treeless :ref "1b726412f19896abf5e4857d4c32220e33400b55")) | ||
| 348 | (doom-modeline :source #1# :recipe | ||
| 349 | (:package "doom-modeline" :repo "seagle0128/doom-modeline" :fetcher github :files | ||
| 350 | ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" | ||
| 351 | (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) | ||
| 352 | :source #2# :protocol https :inherit t :depth treeless :ref "636752cda13f67ce97dcc00cd2d8034639c9261d")) | ||
| 353 | (centaur-tabs :source #1# :recipe | ||
| 354 | (:package "centaur-tabs" :repo "ema2159/centaur-tabs" :fetcher github :files | ||
| 355 | ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" | ||
| 356 | (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) | ||
| 357 | :source #2# :protocol https :inherit t :depth treeless :ref "7704f2017cef96e6fe0ce33ec40f27b0087ac5a0")) | ||
| 358 | (compat :source #1# :recipe | ||
| 359 | (:package "compat" :repo | ||
| 360 | ("https://github.com/emacs-compat/compat" . "compat") | ||
| 361 | :files | ||
| 362 | ("*" | ||
| 363 | (:exclude ".git")) | ||
| 364 | :source #2# :protocol https :inherit t :depth treeless :ref "c89bba6524501bde03db6266a3ac47b266b81e02")) | ||
| 365 | (transient :source #1# :recipe | ||
| 366 | (:package "transient" :fetcher github :repo "magit/transient" :files | ||
| 367 | ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" | ||
| 368 | (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) | ||
| 369 | :source #2# :protocol https :inherit t :depth treeless :build | ||
| 370 | (elpaca--queue-dependencies elpaca--add-info-path | ||
| 371 | (lambda | ||
| 372 | (e) | ||
| 373 | (when | ||
| 374 | (featurep 'transient) | ||
| 375 | (unload-feature 'transient t)) | ||
| 376 | (elpaca--continue-build e)) | ||
| 377 | elpaca--activate-package) | ||
| 378 | :ref "4030862396130b3dcfedabe509a4fc6cb218c49f")) | ||
| 379 | (seq :source #1# :recipe | ||
| 380 | (:package "seq" :repo | 306 | (:package "seq" :repo |
| 381 | ("https://git.savannah.gnu.org/git/emacs/elpa.git" . "seq") | 307 | ("https://git.savannah.gnu.org/git/emacs/elpa.git" . "seq") |
| 382 | :branch "externals/seq" :files | 308 | :branch "externals/seq" :files |
| 383 | ("*" | 309 | ("*" |
| 384 | (:exclude ".git")) | 310 | (:exclude ".git")) |
| 385 | :source #2# :protocol https :inherit t :depth treeless :build | 311 | :source "GNU ELPA" :protocol https :inherit t :depth treeless :build |
| 386 | (elpaca--queue-dependencies elpaca--add-info-path | 312 | (elpaca--queue-dependencies elpaca--add-info-path |
| 387 | (lambda | 313 | (lambda |
| 388 | (e) | 314 | (e) |
| @@ -392,16 +318,90 @@ | |||
| 392 | (elpaca--continue-build e)) | 318 | (elpaca--continue-build e)) |
| 393 | elpaca--activate-package) | 319 | elpaca--activate-package) |
| 394 | :ref "27a90793a13f149121180e864fa53d68b9eac0b3")) | 320 | :ref "27a90793a13f149121180e864fa53d68b9eac0b3")) |
| 395 | (elpaca-use-package :source #1# :recipe | 321 | (shrink-path :source "elpaca-menu-lock-file" :recipe |
| 396 | (:package "elpaca-use-package" :wait t :repo "https://github.com/progfolio/elpaca.git" :files | 322 | (:package "shrink-path" :fetcher gitlab :repo "bennya/shrink-path.el" :files |
| 397 | ("extensions/elpaca-use-package.el") | 323 | ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" |
| 398 | :main "extensions/elpaca-use-package.el" :build | 324 | (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) |
| 399 | (:not elpaca--compile-info) | 325 | :source "MELPA" :protocol https :inherit t :depth treeless :ref "c14882c8599aec79a6e8ef2d06454254bb3e1e41")) |
| 400 | :source #2# :protocol https :inherit t :depth treeless :ref "7a68b7dc6b73094e0e3829efd009dbc6bd0fb495")) | 326 | (slime :source "elpaca-menu-lock-file" :recipe |
| 401 | (elpaca :source #1# :recipe | 327 | (:package "slime" :fetcher github :repo "slime/slime" :files |
| 402 | (:source nil :protocol https :inherit ignore :depth 1 :repo "https://github.com/progfolio/elpaca.git" :ref "7a68b7dc6b73094e0e3829efd009dbc6bd0fb495" :files | 328 | ("*.el" |
| 403 | (:defaults "elpaca-test.el" | 329 | ("lib" "lib/hyperspec.el") |
| 404 | (:exclude "extensions")) | 330 | "swank" "*.lisp" "*.asd" "doc/slime.texi" "doc/slime.info" "doc/dir" "ChangeLog" |
| 405 | :build | 331 | ("contrib" "contrib/*") |
| 406 | (:not elpaca--activate-package) | 332 | (:exclude "contrib/test" "contrib/Makefile")) |
| 407 | :package "elpaca"))) | 333 | :source "MELPA" :protocol https :inherit t :depth treeless :ref "a378958d3b1cfb0ec8e60ec5404b82dbd7dc55c5")) |
| 334 | (smalltalk-mode :source "elpaca-menu-lock-file" :recipe | ||
| 335 | (:package "smalltalk-mode" :repo | ||
| 336 | ("https://git.savannah.gnu.org/git/emacs/elpa.git" . "smalltalk-mode") | ||
| 337 | :branch "externals/smalltalk-mode" :files | ||
| 338 | ("*" | ||
| 339 | (:exclude ".git")) | ||
| 340 | :source "GNU ELPA" :protocol https :inherit t :depth treeless :ref "f2e976fd395f36c95b9b0b44a22e027232f550ac")) | ||
| 341 | (sml-mode :source "elpaca-menu-lock-file" :recipe | ||
| 342 | (:package "sml-mode" :repo | ||
| 343 | ("https://git.savannah.gnu.org/git/emacs/elpa.git" . "sml-mode") | ||
| 344 | :branch "externals/sml-mode" :files | ||
| 345 | ("*" | ||
| 346 | (:exclude ".git")) | ||
| 347 | :source "GNU ELPA" :protocol https :inherit t :depth treeless :ref "39ad5243eb761821e5342ed8cf1ba111d2492f48")) | ||
| 348 | (solaire-mode :source "elpaca-menu-lock-file" :recipe | ||
| 349 | (:package "solaire-mode" :repo "hlissner/emacs-solaire-mode" :fetcher github :files | ||
| 350 | ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" | ||
| 351 | (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) | ||
| 352 | :source "MELPA" :protocol https :inherit t :depth treeless :ref "c9334666bd208f3322e6118d30eba1b2438e2bb9")) | ||
| 353 | (svelte-mode :source "elpaca-menu-lock-file" :recipe | ||
| 354 | (:package "svelte-mode" :fetcher github :repo "leafOfTree/svelte-mode" :files | ||
| 355 | ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" | ||
| 356 | (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) | ||
| 357 | :source "MELPA" :protocol https :inherit t :depth treeless :ref "ac8fba901dc790976f9893e338c8ad1241b897c6")) | ||
| 358 | (swiper :source "elpaca-menu-lock-file" :recipe | ||
| 359 | (:package "swiper" :repo "abo-abo/swiper" :fetcher github :files | ||
| 360 | ("swiper.el") | ||
| 361 | :source "MELPA" :protocol https :inherit t :depth treeless :ref "2257a9d0519e18f5ce7a7fafda8a1a8e5023628e")) | ||
| 362 | (transient :source "elpaca-menu-lock-file" :recipe | ||
| 363 | (:package "transient" :fetcher github :repo "magit/transient" :files | ||
| 364 | ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" | ||
| 365 | (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) | ||
| 366 | :source "MELPA" :protocol https :inherit t :depth treeless :build | ||
| 367 | (elpaca--queue-dependencies elpaca--add-info-path | ||
| 368 | (lambda | ||
| 369 | (e) | ||
| 370 | (when | ||
| 371 | (featurep 'transient) | ||
| 372 | (unload-feature 'transient t)) | ||
| 373 | (elpaca--continue-build e)) | ||
| 374 | elpaca--activate-package) | ||
| 375 | :ref "51915436f76ff262766d40bee3c84dfe3568d289")) | ||
| 376 | (treemacs :source "elpaca-menu-lock-file" :recipe | ||
| 377 | (:package "treemacs" :fetcher github :repo "Alexander-Miller/treemacs" :files | ||
| 378 | (:defaults "Changelog.org" "icons" "src/elisp/treemacs*.el" "src/scripts/treemacs*.py" | ||
| 379 | (:exclude "src/extra/*")) | ||
| 380 | :source "MELPA" :protocol https :inherit t :depth treeless :ref "7109ce99853b18435a77267a15c5dd06715b54e4")) | ||
| 381 | (treepy :source "elpaca-menu-lock-file" :recipe | ||
| 382 | (:package "treepy" :repo "volrath/treepy.el" :fetcher github :files | ||
| 383 | ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" | ||
| 384 | (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) | ||
| 385 | :source "MELPA" :protocol https :inherit t :depth treeless :ref "651e2634f01f346da9ec8a64613c51f54b444bc3")) | ||
| 386 | (typst-ts-mode :source "elpaca-menu-lock-file" :recipe | ||
| 387 | (:package "typst-ts-mode" :repo | ||
| 388 | ("https://codeberg.org/meow_king/typst-ts-mode" . "typst-ts-mode") | ||
| 389 | :files | ||
| 390 | ("*" | ||
| 391 | (:exclude ".git")) | ||
| 392 | :source "NonGNU ELPA" :protocol https :inherit t :depth treeless :ref "972dc69d6b8a3f8983f6b8000654f59c8a8d05ba")) | ||
| 393 | (with-editor :source "elpaca-menu-lock-file" :recipe | ||
| 394 | (:package "with-editor" :fetcher github :repo "magit/with-editor" :files | ||
| 395 | ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" | ||
| 396 | (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) | ||
| 397 | :source "MELPA" :protocol https :inherit t :depth treeless :ref "f32cd7b09d518b629bfaa3eeb92b539891c6b9bc")) | ||
| 398 | (yaml :source "elpaca-menu-lock-file" :recipe | ||
| 399 | (:package "yaml" :repo "zkry/yaml.el" :fetcher github :files | ||
| 400 | ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" | ||
| 401 | (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) | ||
| 402 | :source "MELPA" :protocol https :inherit t :depth treeless :ref "f99ef76c80e6fc3fcf650c4fe34e10726594a4c4")) | ||
| 403 | (zig-mode :source "elpaca-menu-lock-file" :recipe | ||
| 404 | (:package "zig-mode" :repo "ziglang/zig-mode" :fetcher github :files | ||
| 405 | ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" | ||
| 406 | (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) | ||
| 407 | :source "MELPA" :protocol https :inherit t :depth treeless :ref "9f86fded13e28c6c9ccf56d417276547bac7e54e"))) | ||