mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-10 15:33:36 -05:00
ema2159/centaur-tabs@a790dc8fb6 -> ema2159/centaur-tabs@7013a9a2dd emacs-straight/bind-key@aa22c8c3c7 -> emacs-straight/bind-key@ec9d0505fe emacs-straight/use-package@bbfe01bdf1 -> emacs-straight/use-package@29552cf3af emacs-straight/vundo@5a666b34e4 -> emacs-straight/vundo@f57937d7f5 emacsmirror/undo-fu-session@d90d42ddba -> emacsmirror/undo-fu-session@99d1b5099f emacsmirror/undo-fu@399cc12f90 -> emacsmirror/undo-fu@545e29459e magit/git-modes@f99010bbeb -> magit/git-modes@7063d66857 purcell/ibuffer-vc@da9872e5f2 -> purcell/ibuffer-vc@c516e72ea4 seagle0128/doom-modeline@cb703c217e -> seagle0128/doom-modeline@7182b612d9 tarsius/hl-todo@b8be53068b -> tarsius/hl-todo@862d903e72
12 lines
482 B
EmacsLisp
12 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 "29552cf3af755f17e297862a7f635c469a28b09f")
|