bbatsov/projectile@56e18fc -> bbatsov/projectile@eec569d domtronn/all-the-icons.el@f6cbb51 -> domtronn/all-the-icons.el@0b74fc3 jscheid/dtrt-indent@1569b71 -> jscheid/dtrt-indent@9163cd9 Fixes #2860
48 lines
1.5 KiB
EmacsLisp
48 lines
1.5 KiB
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; core/packages.el
|
|
|
|
;; core.el
|
|
(package! auto-minor-mode :pin "17cfa1b548")
|
|
(package! gcmh :pin "b1bde50891")
|
|
|
|
;; core-ui.el
|
|
(package! all-the-icons :pin "0b74fc3618")
|
|
(package! hide-mode-line :pin "88888825b5")
|
|
(package! highlight-numbers :pin "8b4744c7f4")
|
|
(package! rainbow-delimiters :pin "5125f4e476")
|
|
(package! restart-emacs :pin "9aa90d3df9")
|
|
|
|
;; core-editor.el
|
|
(package! better-jumper :pin "6d240032ca")
|
|
(package! dtrt-indent :pin "9163cd990f")
|
|
(package! helpful :pin "c54e9ddbd6")
|
|
(when IS-MAC
|
|
(package! ns-auto-titlebar :pin "1efc30d385"))
|
|
(package! pcre2el :pin "0b5b2a2c17")
|
|
(package! smartparens :pin "555626a43f")
|
|
(package! so-long
|
|
:built-in 'prefer ; included in Emacs 27+
|
|
;; REVIEW so-long is slated to be published to ELPA eventually, but until then
|
|
;; I've created my own mirror for it because git.savannah.gnu.org runs
|
|
;; on a potato.
|
|
:recipe (:host github :repo "hlissner/emacs-so-long")
|
|
:pin "ed666b0716")
|
|
(package! ws-butler
|
|
;; Use my fork of ws-butler, which has a few choice improvements and
|
|
;; optimizations (the original has been abandoned).
|
|
:recipe (:host github :repo "hlissner/ws-butler")
|
|
:pin "2bb49d3ee7")
|
|
(unless IS-WINDOWS
|
|
(package! clipetty
|
|
:recipe (:host github :repo "spudlyo/clipetty")
|
|
:pin "7ee3f9c52f"))
|
|
|
|
;; core-projects.el
|
|
(package! projectile :pin "eec569dc32")
|
|
|
|
;; core-keybinds.el
|
|
(package! general :pin "14ad4c888b")
|
|
(package! which-key :pin "8b49ae978c")
|
|
|
|
;; autoload/cache.el
|
|
(package! persistent-soft :pin "a1e0ddf2a1")
|