mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-15 13:23:42 -05:00
Alexander-Miller/treemacs@abd27c86df -> Alexander-Miller/treemacs@5fa8419950 Bad-ptr/persp-mode.el@40e9993a97 -> Bad-ptr/persp-mode.el@f146ddccaf dgutov/diff-hl@9b032018fd -> dgutov/diff-hl@39f076efa8 doomemacs/themes@729ad03463 -> doomemacs/themes@3152c60bb5 jaypei/emacs-neotree@4a4cd85761 -> jaypei/emacs-neotree@3178805a09 jdtsmith/indent-bars@87729d685d -> jdtsmith/indent-bars@aa07a3d812 jdtsmith/ultra-scroll@b447044b9d -> jdtsmith/ultra-scroll@8c92a17743 minad/goggles@5176114e99 -> minad/goggles@791140df23 seagle0128/doom-modeline@a85cb28da8 -> seagle0128/doom-modeline@cb703c217e tarsius/hl-todo@7ed8bbcadb -> tarsius/hl-todo@b8be53068b Includes some refactors to the workspaces and vc-gutter modules to adapt to upstream changes in persp-mode and diff-hl.
7 lines
233 B
EmacsLisp
7 lines
233 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; ui/ophints/packages.el
|
|
|
|
(if (modulep! :editor evil)
|
|
(package! evil-goggles :pin "34ca276a85f615d2b45e714c9f8b5875bcb676f3")
|
|
(package! goggles :pin "791140df23e11436ba825043e85c47a41fd65c5c"))
|