whompmacs/lib/thwap-projectile.el

7 lines
176 B
EmacsLisp
Raw Normal View History

(when thwap-dev-enable-projectile
(straight-use-package 'projectile)
(thwap/add-key-binding "p" 'projectile-command-map "Projectile commands"))
(provide 'thwap-projectile)