mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-15 14:51:01 -08:00
akermu/emacs-libvterm@056ad74653 -> akermu/emacs-libvterm@a01a2894a1 d12frosted/flyspell-correct@1e7a5a5636 -> d12frosted/flyspell-correct@a5cc88cdee emacs-straight/use-package@c80c883dea -> emacs-straight/use-package@c95bceeada emacsmirror/spell-fu@d465d70126 -> emacsmirror/spell-fu@6c7cdc971d flycheck/flycheck@16b536b031 -> flycheck/flycheck@62570fafbe purcell/package-lint@2dc48e5fb9 -> purcell/package-lint@700fffc163 tumashu/posframe@12f540c9ad -> tumashu/posframe@d93828bf6c tumashu/pyim@64731c213c -> tumashu/pyim@bc85ecc3b2
15 lines
686 B
EmacsLisp
15 lines
686 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; input/chinese/packages.el
|
|
|
|
(package! pyim :pin "bc85ecc3b2521d05c7585df97939f7c0ec5b1496")
|
|
(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"))
|