mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-25 20:40:24 +10:00
7 lines
246 B
EmacsLisp
7 lines
246 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; ui/ophints/packages.el
|
|
|
|
(if (featurep! :editor evil)
|
|
(package! evil-goggles :pin "08a22058fd6a167f9f1b684c649008caef571459")
|
|
(package! volatile-highlights :pin "9a20091f0ce7fc0a6b3e641a6a46d5f3ac4d8392"))
|