Skip to content

Commit

Permalink
fix: use correct recipes for some of the on-demand modules
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Dec 2, 2024
1 parent 0de3452 commit f9e7585
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion modules/on-demand/me-agda.el
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

;; Major mode for the Agda programming language
(use-package agda2-mode
:ensure t)
:vc (:url "https://github.com/emacsmirror/agda2-mode"))


(provide 'on-demand/me-agda)
Expand Down
4 changes: 2 additions & 2 deletions modules/on-demand/me-assembly.el
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

;; Major mode for Flat Assembler
(use-package fasm-mode
:ensure t)
:vc (:url "https://github.com/emacsattic/fasm-mode"))


;; Major mode for Microsoft Macro Assembler
Expand All @@ -64,7 +64,7 @@

;; Major mode for GNU Assembler
(use-package gas-mode
:ensure t)
:vc (:url "https://codeberg.org/Enocstocks/gas-mode.el"))


(provide 'on-demand/me-assembly)
Expand Down
2 changes: 1 addition & 1 deletion modules/on-demand/me-ebuild.el
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

;; Major mode for editing Gentoo's ebuild and eclass files
(use-package ebuild-mode
:ensure t)
:vc (:url "https://github.com/emacsmirror/ebuild-mode"))


(provide 'on-demand/me-ebuild)
Expand Down
2 changes: 1 addition & 1 deletion modules/on-demand/me-wiki.el
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

;; Major mode for editing Wikitexts
(use-package wikitext-mode
:ensure t
:vc (:url "https://github.com/emacsmirror/wikitext-mode")
:mode "\\.wiki\\'")


Expand Down

0 comments on commit f9e7585

Please sign in to comment.