mirror of
https://github.com/doomemacs/doomemacs.git
synced 2026-03-24 07:11:01 -07:00
emacs-straight/bind-key@ec9d0505fe -> emacs-straight/bind-key@e9ead409b1 emacs-straight/use-package@c95bceeada -> emacs-straight/use-package@039b721a4d https://git.savannah.gnu.org/git/emms.git@c47c3b67a3eb -> https://git.savannah.gnu.org/git/emms.git@47c68835b213 tarsius/ol-notmuch@51deac0985 -> tarsius/ol-notmuch@8f71732938 tumashu/pyim@bc85ecc3b2 -> tumashu/pyim@a56c8d992c
15 lines
686 B
EmacsLisp
15 lines
686 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; input/chinese/packages.el
|
|
|
|
(package! pyim :pin "a56c8d992c872addcfc295c409a7bae70d00af87")
|
|
(package! fcitx :pin "b399482ed8db5893db2701df01db4c38cccda495")
|
|
(package! ace-pinyin :pin "47662c0b05775ba353464b44c0f1a037c85e746e")
|
|
(package! pangu-spacing :pin "6509df9c90bbdb9321a756f7ea15bb2b60ed2530")
|
|
(when (modulep! +rime)
|
|
(package! liberime :pin "23c0caa1bf73f4e9ab58d52dc46cf21088dc6c54"))
|
|
(when (modulep! +childframe)
|
|
(package! posframe :pin "d93828bf6c36383c365bd564ad3bab5a4403804c"))
|
|
(when (modulep! :editor evil +everywhere)
|
|
(package! evil-pinyin
|
|
:recipe (:build (:not autoloads))
|
|
:pin "0fae5ad8761417f027b33230382a50f826ad3bfb"))
|