mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-06 02:30:33 -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
11 lines
482 B
EmacsLisp
11 lines
482 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; core/use-package/packages.el
|
|
|
|
(package! bind-key
|
|
;; HACK: bind-key-pkg.el in the emacs-straight mirror tries to set the mode to
|
|
;; 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 "ec9d0505febe2556b47457355763f5f1408a35ac")
|
|
|
|
(package! use-package :pin "c95bceeadad393ef5e9c85e3172e3434f9fbaaca")
|