mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-21 03:04:38 +10:00
9 lines
236 B
EmacsLisp
9 lines
236 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; lang/elixir/packages.el
|
|
|
|
;; +elixir.el
|
|
(package! elixir-mode :pin "231291ecad")
|
|
(package! alchemist :pin "6f99367511")
|
|
(when (featurep! :checkers syntax)
|
|
(package! flycheck-credo :pin "e88f11ead5"))
|