mirror of
https://github.com/doomemacs/doomemacs.git
synced 2026-05-11 14:27:15 -07:00
bump: :term :os :input :config :app
7696122/evil-terminal-cursor-changer@2358f3e27d -> 7696122/evil-terminal-cursor-changer@9ed4a7dc86 akermu/emacs-libvterm@a01a2894a1 -> akermu/emacs-libvterm@54c29d14bc emacs-circe/circe@f717332348 -> emacs-circe/circe@37dd6a8f21 emacs-elfeed/elfeed@bbb3cac27b -> emacs-elfeed/elfeed@aad8d96818 emacs-straight/bind-key@e9ead409b1 -> emacs-straight/bind-key@6ff8788e34 https://git.savannah.gnu.org/git/emms.git@002a8db0913c -> emacs-straight/emms@d4ca43959f karthink/elfeed-tube@99e55ac428 -> karthink/elfeed-tube@8e1334cfc8 kidd/org-gcal.el@0f46c08f60 -> kidd/org-gcal.el@b826356a01 kiwanami/emacs-calfw@36846cdca9 -> kiwanami/emacs-calfw@24fa167af9 merrickluo/liberime@23c0caa1bf -> merrickluo/liberime@2130baba8e tumashu/posframe@3a80911b2f -> tumashu/posframe@fcf1757bae
This commit is contained in:
parent
575975c6a6
commit
bd143318e6
8 changed files with 13 additions and 11 deletions
|
|
@ -1,8 +1,8 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; app/calendar/packages.el
|
||||
|
||||
(when (package! calfw :pin "36846cdca91794cf38fa171d5a3ac291d3ebc060")
|
||||
(when (package! calfw :pin "24fa167af96a6e677aea7c6b9385f669b550ee2f")
|
||||
(package! calfw-org) ; part of calfw
|
||||
(package! calfw-cal) ; part of calfw
|
||||
(package! calfw-ical)) ; part of calfw
|
||||
(package! org-gcal :pin "0f46c08f60355729526e970e370defe624e84956")
|
||||
(package! org-gcal :pin "b826356a01a7484bae6245a695059a6f8d36726a")
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; app/emms/packages.el
|
||||
|
||||
(package! emms :pin "002a8db0913c1780149eb4a9306e6f582efe8974")
|
||||
(package! emms
|
||||
:recipe (:host github :repo "emacs-straight/emms")
|
||||
:pin "d4ca43959f76bf8afc1261cdd06b2a419fe058a0")
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; app/irc/packages.el
|
||||
|
||||
(package! circe :pin "f717332348e4b59499dbf60c56155d9f03cd9303")
|
||||
(package! circe :pin "37dd6a8f21a702c8368baa736cc3ce22e9f19034")
|
||||
(package! circe-notifications :pin "291149ac12877bbd062da993479d3533a26862b0")
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; app/rss/packages.el
|
||||
|
||||
(package! elfeed :pin "bbb3cac27b0412d80b327b5cfaab83683c96a2a1")
|
||||
(package! elfeed :pin "aad8d96818d5a68136fbd534897bedaf65122f32")
|
||||
(package! elfeed-goodies :pin "544ef42ead011d960a0ad1c1d34df5d222461a6b")
|
||||
(when (modulep! +org)
|
||||
(package! elfeed-org :pin "34c0b4d758942822e01a5dbe66b236e49a960583"))
|
||||
(when (modulep! +youtube)
|
||||
(package! elfeed-tube :pin "99e55ac428dc50bff271575cffddc5060f22087d"))
|
||||
(package! elfeed-tube :pin "8e1334cfc8114ddd71b4de99760429e4e8a81f7b"))
|
||||
|
|
|
|||
|
|
@ -6,6 +6,6 @@
|
|||
;; lisp-data-mode, which doesn't exist prior to Emacs 28.x, so bind-key will
|
||||
;; fail to build for those users. Until we drop 27.x support, we omit it.
|
||||
:recipe (:files ("bind-key.el"))
|
||||
:pin "e9ead409b17d8cf7c221f6c28e115a8c051be9e3")
|
||||
:pin "6ff8788e347ce31b5c3c4647c2e22e7ee2c5ab7c")
|
||||
|
||||
(package! use-package :pin "4b3484b550431f74ab9cda060a8dc983fe482131")
|
||||
|
|
|
|||
|
|
@ -6,9 +6,9 @@
|
|||
(package! ace-pinyin :pin "47662c0b05775ba353464b44c0f1a037c85e746e")
|
||||
(package! pangu-spacing :pin "6509df9c90bbdb9321a756f7ea15bb2b60ed2530")
|
||||
(when (modulep! +rime)
|
||||
(package! liberime :pin "23c0caa1bf73f4e9ab58d52dc46cf21088dc6c54"))
|
||||
(package! liberime :pin "2130baba8e5e15922650bc01de95a1d6c6a1c1f7"))
|
||||
(when (modulep! +childframe)
|
||||
(package! posframe :pin "3a80911b2f45ce6926196930bb7d5cc662c7b3c8"))
|
||||
(package! posframe :pin "fcf1757baee481f617fbf2dc39f8c561207df263"))
|
||||
(when (modulep! :editor evil +everywhere)
|
||||
(package! evil-pinyin
|
||||
:recipe (:build (:not autoloads))
|
||||
|
|
|
|||
|
|
@ -10,6 +10,6 @@
|
|||
|
||||
;; Despite the evil-* prefix, evil-terminal-cursor-changer does not depend on
|
||||
;; evil (anymore).
|
||||
(package! evil-terminal-cursor-changer :pin "2358f3e27d89128361cf80fcfa092fdfe5b52fd8")
|
||||
(package! evil-terminal-cursor-changer :pin "9ed4a7dc8602bf79db790902eada3a7683d3c108")
|
||||
|
||||
(package! kkp :pin "73957230ffdd3dedf16f4436f61471bd1365abf6")
|
||||
|
|
|
|||
|
|
@ -3,4 +3,4 @@
|
|||
|
||||
(package! vterm
|
||||
:built-in 'prefer
|
||||
:pin "a01a2894a1c1e81a39527835a9169e35b7ec5dec")
|
||||
:pin "54c29d14bca05bdd8ae60cda01715d727831e3f9")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue