diff options
| author | 2025-06-28 11:21:25 +0300 | |
|---|---|---|
| committer | 2025-06-28 11:30:40 +0300 | |
| commit | 4b5012f5f96f6b14dcbc52723bb51c97846b8315 (patch) | |
| tree | 88c931e873c29cf60bbeefa5eac5ffd892c36f77 | |
| parent | arkta-progmodes.el: Reorder svelte-mode to be alphabetic (diff) | |
| download | emacs.d-4b5012f5f96f6b14dcbc52723bb51c97846b8315.tar.gz emacs.d-4b5012f5f96f6b14dcbc52723bb51c97846b8315.tar.xz emacs.d-4b5012f5f96f6b14dcbc52723bb51c97846b8315.zip | |
Diffstat (limited to '')
| -rw-r--r-- | arkta/arkta-progmodes.el | 5 | ||||
| -rw-r--r-- | shared/elpaca-lock.el | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/arkta/arkta-progmodes.el b/arkta/arkta-progmodes.el index 865e850..a85d0c0 100644 --- a/arkta/arkta-progmodes.el +++ b/arkta/arkta-progmodes.el | |||
| @@ -253,6 +253,11 @@ | |||
| 253 | :ensure t | 253 | :ensure t |
| 254 | :mode ("\\.svelte\\'" "\\.svx\\'")) | 254 | :mode ("\\.svelte\\'" "\\.svx\\'")) |
| 255 | 255 | ||
| 256 | (use-package swift-mode | ||
| 257 | ;; There's swift-ts-mode... but it doesn't have parser.c committed... | ||
| 258 | :ensure t | ||
| 259 | :mode "\\.swift\\'") | ||
| 260 | |||
| 256 | (use-package toml-ts-mode | 261 | (use-package toml-ts-mode |
| 257 | :after treesit | 262 | :after treesit |
| 258 | :ensure nil | 263 | :ensure nil |
diff --git a/shared/elpaca-lock.el b/shared/elpaca-lock.el index d0dd1ec..45756eb 100644 --- a/shared/elpaca-lock.el +++ b/shared/elpaca-lock.el | |||
| @@ -355,6 +355,11 @@ | |||
| 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" | 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")) | 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")) | 357 | :source "MELPA" :protocol https :inherit t :depth treeless :ref "ac8fba901dc790976f9893e338c8ad1241b897c6")) |
| 358 | (swift-mode :source "elpaca-menu-lock-file" :recipe | ||
| 359 | (:package "swift-mode" :repo "swift-emacs/swift-mode" :fetcher github :files | ||
| 360 | ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" | ||
| 361 | (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) | ||
| 362 | :source "MELPA" :protocol https :inherit t :depth treeless :ref "fc7df7bd906a2bb04aac6e0de47fc7acf33ceed3")) | ||
| 358 | (swiper :source "elpaca-menu-lock-file" :recipe | 363 | (swiper :source "elpaca-menu-lock-file" :recipe |
| 359 | (:package "swiper" :repo "abo-abo/swiper" :fetcher github :files | 364 | (:package "swiper" :repo "abo-abo/swiper" :fetcher github :files |
| 360 | ("swiper.el") | 365 | ("swiper.el") |