mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-14 15:46:56 -05:00
module: add :lang ada
This commit is contained in:
6
modules/lang/ada/packages.el
Normal file
6
modules/lang/ada/packages.el
Normal file
@@ -0,0 +1,6 @@
|
||||
;; -*- no-byte-compile: t; -*-
|
||||
;;; lang/ada/packages.el
|
||||
|
||||
(package! ada-mode :pin "ce8a2dfebc2b738f32b61dbe2668f7acb885db93")
|
||||
(when (and (modulep! +tree-sitter) (treesit-available-p))
|
||||
(package! ada-ts-mode :pin "d0c1c124b236b402b884188948cb1f3502ef8779"))
|
Reference in New Issue
Block a user