mirror of
https://github.com/doomemacs/doomemacs.git
synced 2026-03-08 15:50:40 -07:00
emacs-straight/use-package@039b721a4d -> emacs-straight/use-package@4090d3267f emacsmirror/undo-fu-session@34ae31308d -> emacsmirror/undo-fu-session@92d733a5b1 https://git.notmuchmail.org/git/notmuch@5c921b6c0b2d -> https://git.notmuchmail.org/git/notmuch@73746c0eb3a0 https://git.savannah.gnu.org/git/emms.git@1d48a1133db2 -> https://git.savannah.gnu.org/git/emms.git@002a8db0913c https://github.com/emacs-tree-sitter/treesit-fold@c5f0a95550d1 -> https://github.com/emacs-tree-sitter/treesit-fold@d70c5f7240a8 jeremy-compostella/org-msg@327768e2c3 -> jeremy-compostella/org-msg@aa608b3995 juliapath/evil-numbers@e7adac70a0 -> juliapath/evil-numbers@616aff9e5c kidd/org-gcal.el@36cbdb453d -> kidd/org-gcal.el@0f46c08f60 radian-software/apheleia@143c1dffed -> radian-software/apheleia@2bc2bb4cc2 skeeto/elfeed@66cfe43dfc -> skeeto/elfeed@bbb3cac27b tumashu/posframe@4fc893c3c9 -> tumashu/posframe@3a80911b2f
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 "3a80911b2f45ce6926196930bb7d5cc662c7b3c8"))
|
|
(when (modulep! :editor evil +everywhere)
|
|
(package! evil-pinyin
|
|
:recipe (:build (:not autoloads))
|
|
:pin "0fae5ad8761417f027b33230382a50f826ad3bfb"))
|