mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-23 19:40:24 +10:00
7 lines
150 B
EmacsLisp
7 lines
150 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; ui/ophints/packages.el
|
|
|
|
(if (featurep! :editor evil)
|
|
(package! evil-goggles)
|
|
(package! volatile-highlights))
|